[Bug 1237] New: "{ }" is not accepted in a Swift string
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1237 Summary: "{ }" is not accepted in a Swift string Product: Swift Version: 0.95 Platform: PC OS/Version: Mac OS Status: ASSIGNED Severity: normal Priority: P2 Component: SwiftScript language AssignedTo: [email protected] ReportedBy: [email protected] It seems to get passed to the Karajan code unescaped, where it seems to be treated as variable interpolation. swift$ cat badstring.swift string s = "abc{xyz}def"; swift$ swift badstring.swift Swift trunk swift-r7759 cog-r3890 RunID: run058 Could not start execution: Variable not found: xyz, k:var @ badstring.kml, line: 7: Variable not found: xyz swift$ -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1237 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #1 from Mihael Hategan <[email protected]> 2014-04-12 16:34:02 --- Fixed in swift trunk r7767. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@mcs.anl.gov