ddmd -> dmd transition

Seb seb at wilzba.ch
Fri Dec 15 05:41:56 UTC 2017


@ all DMD contributors:

Just a quick heads up that the ddmd -> dmd transition is finally 
done and you might need to rebase your PR. Git rebase will 
automatically handle the renames. If your changes add new bits 
with `ddmd`, simply run:

sed -i "s/ddmd/dmd/g" -i **/*.[cdh]

More details: https://github.com/dlang/dmd/pull/7135


More information about the Digitalmars-d mailing list