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



--- Comment #20 from bearophile_h...@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: -------

Reply via email to