[phobos] [D-Programming-Language/tools] 556874: rdmd_test: Add --concurrency flag to perform a con...

GitHub noreply at github.com
Sat Dec 28 12:45:12 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/tools
  Commit: 556874ab697b1bea412e76d76cd79545a884b570
      https://github.com/D-Programming-Language/tools/commit/556874ab697b1bea412e76d76cd79545a884b570
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M rdmd_test.d

  Log Message:
  -----------
  rdmd_test: Add --concurrency flag to perform a concurrent stress test


  Commit: 1f39ed7b6e1cbb0695d7e9b48ad559efd4193bcb
      https://github.com/D-Programming-Language/tools/commit/1f39ed7b6e1cbb0695d7e9b48ad559efd4193bcb
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  rdmd: Use a lock file to synchronize concurrent builds in the same workDir


  Commit: 085dc5d000b828be9a3c2dc79548352f63b52db4
      https://github.com/D-Programming-Language/tools/commit/085dc5d000b828be9a3c2dc79548352f63b52db4
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M rdmd.d

  Log Message:
  -----------
  rdmd: Fix rebuilding a still-running program on Windows

Windows locks the executable files of running processes.
While the program is running, we can't overwrite or delete
its executable file, but we can rename it out of the way.


  Commit: a86d8de5d4c2f270bc420d174542eade9cc848e1
      https://github.com/D-Programming-Language/tools/commit/a86d8de5d4c2f270bc420d174542eade9cc848e1
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-12-28 (Sat, 28 Dec 2013)

  Changed paths:
    M rdmd.d
    M rdmd_test.d

  Log Message:
  -----------
  Merge pull request #99 from CyberShadow/rdmd-flock

rdmd: Use a lock file to synchronize concurrent builds in the same workDir


Compare: https://github.com/D-Programming-Language/tools/compare/f0606e372bf2...a86d8de5d4c2


More information about the phobos mailing list