[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 https://github.com/D-Programming-Language/phobos/commit/1c1633533435c48aac8811f41dabb4009

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 is

[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 https://github.com/D-Programming-Language/phobos/commit/5fac5f8949ae22e8d8168e8b48eff57fe

[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 changed: What|Removed |Added Keywords||pull --- Comment #4 from Kenji Hara 2013

[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 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 platform independe

[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 changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[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 --- Com