[Issue 9565] Index of static array should not print literal suffix

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 --- Comment #7 from github-bugzi...@puremagic.com 2013-09-28 19:33:49 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9565] Index of static array should not print literal suffix

2013-09-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9565] Index of static array should not print literal suffix

2013-09-15 Thread d-bugmail
/d1ab5012b00c34023ed715a0c22ecb3bd8b674ff fix Issue 9565 - Index of static array should not print literal suffix Static array type index is always size_t, so unnecessary suffix is harmful for platform independent diagnostic message. (Note that: In 64bit platform, size_t is ulong, and if the value is greater than long.max, suffix

[Issue 9565] Index of static array should not print literal suffix

2013-09-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 --- Comment #5 from github-bugzi...@puremagic.com 2013-09-04 07:58:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 9565] Index of static array should not print literal suffix

2013-09-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #4

[Issue 9565] Index of static array should not print literal suffix

2013-03-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2013-03-01 02:35:57 PST --- (In reply to comment #2) (In reply to comment #0) Index type of static array is always size_t, so suffix is not only just redundant, but also is harmful for

[Issue 9565] Index of static array should not print literal suffix

2013-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9565] Index of static array should not print literal suffix

2013-02-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|