[phobos] [D-Programming-Language/tools] c640d9: rdmd: Clean up the old executable file before the ...

GitHub noreply at github.com
Sat Jan 11 07:59:18 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/tools
  Commit: c640d973995e87fbb5da75031b2821706ea2bd65
      https://github.com/D-Programming-Language/tools/commit/c640d973995e87fbb5da75031b2821706ea2bd65
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2014-01-11 (Sat, 11 Jan 2014)

  Changed paths:
    M rdmd.d

  Log Message:
  -----------
  rdmd: Clean up the old executable file before the build starts

The old code attempted to delete the final executable if the build
failed, disregarding potential failure due to it being in use.

Now we safely ensure that the final executable doesn't exist before
we even start building.


  Commit: ef5dc0cd097e22cb326deb861521f5708dea3e8a
      https://github.com/D-Programming-Language/tools/commit/ef5dc0cd097e22cb326deb861521f5708dea3e8a
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-01-11 (Sat, 11 Jan 2014)

  Changed paths:
    M rdmd.d

  Log Message:
  -----------
  Merge pull request #107 from CyberShadow/rdmd-20140109

rdmd: Clean up the right executable file if the build fails


Compare: https://github.com/D-Programming-Language/tools/compare/a36e702845ac...ef5dc0cd097e


More information about the phobos mailing list