[dmd-internals] Preparations for DDMD

Daniel Murphy via dmd-internals dmd-internals at puremagic.com
Sat Apr 26 07:22:29 PDT 2014


There are too many to list, but you can see the changes made by
searching for the merged pull requests tagged [DDMD].

A better solution would be to run the converter on your branch and see
what errors come up.

Instructions to run and the branch can be found here:
https://github.com/D-Programming-Language/dmd/pull/3410

Feel free to email me if you get stuck, some of the errors (especially
the linker errors and vtbl nonsense) can be difficult to decipher.

On Sat, Apr 26, 2014 at 9:58 PM, Jacob Carlborg via dmd-internals
<dmd-internals at puremagic.com> wrote:
>
> On 26 apr 2014, at 11:47, Walter Bright via dmd-internals <dmd-internals at puremagic.com> wrote:
>
>> To merge differences, I use 'meld' which makes it a heluva lot easier than methods I'd used before.
>
> Merging is not the problem, that's already taken care of. It's all the new classes added in my branch. They still use "struct" instead of "class". I want to know what other changes are needed to be compatible with the tool which generates DDMD.
>
> --
> /Jacob Carlborg
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals


More information about the dmd-internals mailing list