Thread overview
[Issue 6971] New: [lex.dd] Type of string literals are outdated
Nov 18, 2011
Kasumi Hanazuki
Jan 24, 2012
Walter Bright
November 18, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6971

           Summary: [lex.dd] Type of string literals are outdated
           Product: D
           Version: D2
          Platform: Other
               URL: http://www.d-programming-language.org/lex.html
        OS/Version: All
            Status: NEW
          Keywords: spec
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody@puremagic.com
        ReportedBy: k.hanazuki@gmail.com


--- Comment #0 from Kasumi Hanazuki <k.hanazuki@gmail.com> 2011-11-18 07:21:30 PST ---
Under section "String Literals" in the Lexical page it says:

  ---
  "hello"c // char[]
  "hello"w // wchar[]
  "hello"d // dchar[]
  ---

where they should be immutable(char)[], ....

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6971



--- Comment #1 from github-bugzilla@puremagic.com 2012-01-24 01:48:38 PST ---
Commit pushed to https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/7c7f80ebba09ac90ce98df9bedb36351f8844b86 fix Issue 6971 - [lex.dd] Type of string literals are outdated

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 24, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6971


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------