[Issue 7444] Require [] for array copies too

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 20 10:50:00 PDT 2013


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



--- Comment #20 from bearophile_hugs at eml.cc 2013-10-20 10:49:58 PDT ---
(In reply to comment #19)
> This pull:
> 
> https://github.com/D-Programming-Language/dmd/pull/2673
> 
> undoes it with explanation. Reclassified as "wontfix".

What? After all the energy time and work spent on fixing this problem!?

If you take a look at the patch by Kenji you see:

-  else if (global.params.warnings && !global.gag && op == TOKassign &&
+  else if (0 && global.params.warnings && !global.gag && op == TOKassign && 

That means the code is commented out, but it's meant to be activated back in
dmd 2.065 to try to fix this issue better. I will probably re-open this issue
later.

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