May 31, 2013
What is the stance on removing "#if DMDV1" clauses from the source?

I'm doing a pass through the LDC/DMD source diff right now to remove all the trivial differences, but I'd hate to add some of the DMDV1 sections that have been removed in LDC already for one reason or the other *back in*.

David
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

May 31, 2013
Removing these would also help the DDMD port, most of the #ifs cutting expression/statements in the frontend are DMD1/DMD2.


On Fri, May 31, 2013 at 3:39 PM, David Nadlinger <code@klickverbot.at>wrote:

> What is the stance on removing "#if DMDV1" clauses from the source?
>
> I'm doing a pass through the LDC/DMD source diff right now to remove all the trivial differences, but I'd hate to add some of the DMDV1 sections that have been removed in LDC already for one reason or the other *back in*.
>
> David
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>