Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
August 01, 2010 [Issue 4549] New: D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html | ||||
---|---|---|---|---|
| ||||
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 --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2010-08-01 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: ------- |
May 20, 2011 [Issue 4549] D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-05-19 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 20, 2011 [Issue 4549] D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=4549 Brad Roberts <braddr@puremagic.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |braddr@puremagic.com --- Comment #2 from Brad Roberts <braddr@puremagic.com> 2011-05-19 21:10:43 PDT --- 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 20, 2011 [Issue 4549] D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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 | --- Comment #3 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-05-19 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: ------- |
January 04, 2012 [Issue 4549] D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=4549 --- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-01-04 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: ------- |
January 18, 2012 [Issue 4549] D2 Language Docs: http://www.digitalmars.com/d/2.0/expression.html | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | 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 --- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-01-18 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: ------- |
Copyright © 1999-2021 by the D Language Foundation