-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselflegacy driverArea → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver projectArea → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project
Description
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)
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselfThe Swift compiler itselflegacy driverArea → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver projectArea → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project