[Issue 4605] Wrong print of an int[string] aa

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4605] Wrong print of an int[string] aa

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #5 f

[Issue 4605] Wrong print of an int[string] aa

2011-06-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 --- Comment #4 from bearophile_h...@eml.cc 2011-06-22 14:39:31 PDT --- This function (related to the coding Kata Word Chains) creates an associative array where the keys are the start chars of words, and the values are sets of words. For simplic

[Issue 4605] Wrong print of an int[string] aa

2010-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 --- Comment #3 from bearophile_h...@eml.cc 2010-08-29 19:06:06 PDT --- Whitespace is important for readability, so instead of: [[5:6, 7:8]:2] It's better to print a space after the colon: [[5: 6, 7: 8]: 2] -- Configure issuemail: http://d.pur

[Issue 4605] Wrong print of an int[string] aa

2010-08-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 4605] Wrong print of an int[string] aa

2010-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 --- Comment #1 from bearophile_h...@eml.cc 2010-08-11 14:52:18 PDT --- This D2 code: import std.stdio; void main() { int[int[int]] aa; aa[[5:6, 7:8]] = 2; writeln(aa); } gives the useless output: 5:6 7:8:2 -- Configure issuemail