dmd 1.050 and 2.035 release

bearophile bearophileHUGS at lycos.com
Wed Oct 14 22:42:41 PDT 2009


Walter Bright:

Using DMD 2.035 I have tried to compile:

void main() {}

Using:

dmd -X temp.d

And the compiler crashes.

Regarding the "-X" name, isn't something like "-json" better? Or better to unify the switch for json output and normal ddoc output in some way.
Even better, DMD2 compilation switches may need a bit of global clean-up/rationalization (and they must be chosen taking in account the needs and constraints of the LDC compiler too, so both compilers can share all or most the same switches, simplifying the change of compiler a bit).

Bye,
bearophile


More information about the Digitalmars-d-announce mailing list