[Issue 6559] Compiler message expression formatting does not match phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 27 23:33:42 PST 2012


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



--- Comment #5 from Kenji Hara <k.hara.pg at gmail.com> 2012-12-27 23:33:41 PST ---
(In reply to comment #3)
> Incidentally it seems to be fixed:
> 
> D:\dev\code\d_code>rdmd test.d
> [1, 2, 3]  -- CT
> DMD v2.061 DEBUG
> [1, 2, 3]  -- RT
> 
> It really is invalid to ask CT pragma to match Phobos formatters.

As a side note, this change is introduced by fixing issue 2273.

https://github.com/D-Programming-Language/dmd/commit/04891ca1e554d46be873ebe607ddeb614d934e57

An array literal formatting in CT uses argsToCBuffer in expression.c, and it is
also used for ddoc 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