[Issue 3813] Bad writeln of string arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 18 10:56:33 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3813



--- Comment #2 from bearophile_hugs at eml.cc 2010-02-18 10:56:31 PST ---
(In reply to comment #1)
> This is by design. The default array bounds were changed from "[" and "]" to ""
> and "", and the default separator has been changed from ", " to " ".

It's a bad design, much less useful than the design I have shown.
A print like:
["a", "bc"]
Tells you it's probably an array, how long it is, how long its contents are,
and the strings themselves.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list