Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-10431] Failure to compile let n = 1️⃣0️⃣ - "invalid Swift parseable output message (malformed JSON)" #52831

Open
belkadan opened this issue Apr 9, 2019 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project

Comments

@belkadan
Copy link
Contributor

belkadan commented Apr 9, 2019

Previous ID SR-10431
Radar rdar://problem/49345107
Original Reporter @belkadan
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Compiler
Labels Bug, Driver
Assignee None
Priority Medium

md5: 18face5829cef04080b9bb5d906bc661

Issue Description:

Compiling the following code with swiftc -parseable-output leads to ANSI escape sequences getting into the parseable output. This shouldn't be the case, and someone needs to track down why!

let n = 1️⃣0️⃣
Swift.print(n)
@belkadan
Copy link
Contributor Author

belkadan commented Apr 9, 2019

Not quite a StarterBug because we don't know what the problem is, but even just having someone trace through why this is different from, say let n = blah would be very useful!

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior. compiler The Swift compiler in itself legacy driver Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project
Projects
None yet
Development

No branches or pull requests

1 participant