www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4549] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4549

           Summary: D2 Language Docs:
                    http://www.digitalmars.com/d/2.0/expression.html
           Product: D
           Version: D2
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: nobody puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



09:05:58 PDT ---
"Array Literals"

In the third example code:
    writeln(ct);  // writes [1 1]
    writeln(rt);  // writes [257]

The output is instead:
    1 1
    1 0 1 0



"is ( Type Identifier )"
"is ( Type Identifier : TypeSpecialization )"
"is ( Type Identifier == TypeSpecialization , TemplateParameterList )"

Replace writefln with writeln in all the code examples.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 01 2010
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4549


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



20:36:06 PDT ---
Literals fixed. writefln doesn't have to be fixed, it works fine.

Will make pull request later.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4549


Brad Roberts <braddr puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr puremagic.com



---
I don't think bugs should be marked resolved until the changes are in the
appropriate master repository.  There's a lot of things that can happen between
a private branch submit and the point of the merge.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4549


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



21:12:57 PDT ---
Hmm I guess you're right. Ok I'll re-open the rest. Sorry for the mixup!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4549




09:33:14 PST ---
https://github.com/D-Programming-Language/d-programming-language.org/pull/52

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 04 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4549


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



13:53:44 PST ---
http://github.com/D-Programming-Language/d-programming-language.org/pull/52

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