[Issue 6277] Disallow short floating point literals

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 22 16:04:38 PDT 2012


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



--- Comment #18 from bearophile_hugs at eml.cc 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: -------


More information about the Digitalmars-d-bugs mailing list