[Issue 3827] automatic joining of adjacent strings is bad

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 13 19:20:15 PST 2010


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



--- Comment #13 from bearophile_hugs at eml.cc 2010-11-13 19:19:03 PST ---
(In reply to comment #12)

A comment from Stewart Gordon:

> You mean make ~ right-associative?  I think this'll break more code than
> it fixes.
>
> But implementing a compiler optimisation so that var ~ ctc ~ ctc is
> processed as var ~ (ctc ~ ctc), _in those cases where they're
> equivalent_, would be sensible.
>
> ctc = compile-time constant

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