http://d.puremagic.com/issues/show_bug.cgi?id=6277
--- Comment #18 from [email protected] 2012-07-22 16:04:37 PDT --- (In reply to comment #17) > Certainly it's easy for the user to fix the code. > > The *problem*, though, is: > > "I downloaded this D library and it won't compile! D sux!" > > "My working D project broke *again*. I'm sick of this. D sux!" Beside using -d (deprecated features) another way to face similar problems is to use an idea from Python, a switch like "-future" that activates features that will be introduced in future (so the -property flag gets moved into "-future" and removed). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
