Skip to content

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

@belkadan

Description

@belkadan
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

No one assigned

    Labels

    bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.compilerThe Swift compiler itselflegacy driverArea → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions