www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8489] New: Octal digits have been removed from dmd but not from lex.html

reply d-bugmail puremagic.com writes:
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



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: -------
Aug 01 2012
parent d-bugmail puremagic.com writes:
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



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: -------
Aug 01 2012