[Issue 10041] ufcs writeln of associative array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue May 7 18:05:44 PDT 2013


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



--- Comment #2 from bearophile_hugs at eml.cc 2013-05-07 18:05:43 PDT ---
(In reply to comment #1)
> (In reply to comment #0)
> > I don't know if this a Phobos or DMD bug.
> 
> This is a regression in 2.063a.
> 
> https://github.com/D-Programming-Language/dmd/pull/1975

Thank you Kenji.

- - - - - - -

A mostly unrelated question. Python dict formatting uses a space after the
colon, probably to increase readability:

>>> {1:2, 2:3}
{1: 2, 2: 3}

I kind of like that extra space. Is it a good idea to add it to D AA
formatting?

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