November 07, 2013 [Issue 7270] Eliminating needless qualifiers in `TypeInfo.toString` | ||||
---|---|---|---|---|
| ||||
https://d.puremagic.com/issues/show_bug.cgi?id=7270 Denis Shelomovskij <verylonglogin.reg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |verylonglogin.reg@gmail.com Summary|Wrong writeln(typeid(T)) |Eliminating needless |with const |qualifiers in | |`TypeInfo.toString` Severity|normal |enhancement --- Comment #5 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-11-07 19:25:21 MSK --- `const(const(int)[])` is the same as `const(int[])`. The latter notation is just shorter. So this in an enhancement request to shorten type names by eliminating needless qualifiers in `TypeInfo.toString`. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 07, 2013 [Issue 7270] Eliminating needless qualifiers in `TypeInfo.toString` | ||||
---|---|---|---|---|
| ||||
https://d.puremagic.com/issues/show_bug.cgi?id=7270 --- Comment #6 from Denis Shelomovskij <verylonglogin.reg@gmail.com> 2013-11-07 19:26:44 MSK --- (In reply to comment #4) > (In reply to comment #3) > > *** Issue 4741 has been marked as a duplicate of this issue. *** > > See my comment in 4741 for more examples: http://d.puremagic.com/issues/show_bug.cgi?id=4741#c0 Issue 4741 has no connection with this one. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation