digitalmars.D.bugs - [Issue 5139] New: Illegal TokenString allowed
- d-bugmail puremagic.com (20/20) Oct 30 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5139
- d-bugmail puremagic.com (11/11) Oct 30 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5139
- d-bugmail puremagic.com (8/8) Oct 31 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5139
- d-bugmail puremagic.com (8/10) Oct 31 2010 http://d.puremagic.com/issues/show_bug.cgi?id=5139
- d-bugmail puremagic.com (12/12) Jan 20 2012 http://d.puremagic.com/issues/show_bug.cgi?id=5139
http://d.puremagic.com/issues/show_bug.cgi?id=5139 Summary: Illegal TokenString allowed Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: jemandy earthlink.net PDT --- The documentation states that this should be an error: auto s1 = q{ }; However, the compiler allows it. Tested on Windows with 2.040 and 2.050. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 30 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5139 Ellery Newcomer <ellery-newcomer utulsa.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ellery-newcomer utulsa.edu 17:45:09 PDT --- The documentation is not maintained. If it were, it would say that is a valid token in d2. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 30 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5139 PDT --- Ugh. I have even used the token (which I must have found in TDPL). That makes me feel dumb. Well, if it's not a compiler error, then it's a documentation error (in multiple places). :-) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 31 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5139 11:09:10 PDT ---Ugh. I have even used the token (which I must have found in TDPL). That makes me feel dumb.Sorry bout that :) FWIW, this problem and a bunch of others are fixed by the patch in bug 1351. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 31 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5139 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED 00:36:49 PST --- is a valid token, and the documentation was recently fixed to reflect that. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 20 2012