digitalmars.D.bugs - [Issue 11100] New: (T!int).stringof changes
- d-bugmail puremagic.com (20/20) Sep 22 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11100
- d-bugmail puremagic.com (10/10) Sep 22 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11100
- d-bugmail puremagic.com (14/14) Sep 23 2013 http://d.puremagic.com/issues/show_bug.cgi?id=11100
http://d.puremagic.com/issues/show_bug.cgi?id=11100
Summary: (T!int).stringof changes
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: simendsjo gmail.com
In 2.063.2, (T!int).stringof == "T!(int)". In current head, it's
"T!int".
Even (T!(int)).stringof == "T!int".
Is this a regression bug or a bugfix?
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 22 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11100
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich gmail.com
08:42:10 PDT ---
It's an enhancement, see: Issue 10334.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 22 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11100
Kenji Hara <k.hara.pg gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
As Andrej said, it's intended change.
Furthermore, a note about the reliability of stringof property result is added
recently.
https://github.com/D-Programming-Language/dlang.org/pull/380
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 23 2013









d-bugmail puremagic.com 