August 01, 2012 [Issue 8489] New: Octal digits have been removed from dmd but not from lex.html | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8489 Summary: Octal digits have been removed from dmd but not from lex.html Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody@puremagic.com ReportedBy: jmdavisProg@gmx.com --- Comment #0 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-08-01 02:25:32 PDT --- http://dlang.org/lex.html#EscapeSequence still lists octal digits, even though they've been removed from the language. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 01, 2012 [Issue 8489] Octal digits have been removed from dmd but not from lex.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan M Davis | http://d.puremagic.com/issues/show_bug.cgi?id=8489 Jonathan M Davis <jmdavisProg@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-08-01 02:29:17 PDT --- Wait. It looks like the spec specifically states that while octal literals have been removed, octal digits in string literals are still supported. The behavior that I'm seeing for them in dmd does seem a bit weird to be me, so I guess that I'll have to play around with octal digits in strings a bit (the problem is probably with my understanding rather than dmd though). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation