[phobos] [D-Programming-Language/phobos] ab9691: Fix Bug 8582.
GitHub
noreply at github.com
Sun Aug 26 00:15:40 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ab9691df2e74d042dd6e7ba78fbca0edb479f494
https://github.com/D-Programming-Language/phobos/commit/ab9691df2e74d042dd6e7ba78fbca0edb479f494
Author: dsimcha <dsimcha at gmail.com>
Date: 2012-08-24 (Fri, 24 Aug 2012)
Changed paths:
M std/parallelism.d
Log Message:
-----------
Fix Bug 8582.
Commit: 9ad6be42ba74dc85402e1f211d3b19eb0910e0cb
https://github.com/D-Programming-Language/phobos/commit/9ad6be42ba74dc85402e1f211d3b19eb0910e0cb
Author: dsimcha <dsimcha at gmail.com>
Date: 2012-08-25 (Sat, 25 Aug 2012)
Changed paths:
M std/parallelism.d
Log Message:
-----------
Exception -> Error when submitting to a finishing pool, weird, useless behavior when calling finish() from a worker thread -> deterministic deadlock because it's the least bad solution.
Commit: 172bca14f8d41a4479bbc04f3489c78c77fc9953
https://github.com/D-Programming-Language/phobos/commit/172bca14f8d41a4479bbc04f3489c78c77fc9953
Author: dsimcha <dsimcha at gmail.com>
Date: 2012-08-25 (Sat, 25 Aug 2012)
Changed paths:
M std/parallelism.d
Log Message:
-----------
Call executeWorkLoop() from startWorkLoop() like I meant to all along. This should fix the unittest failures.
Commit: 15adb861b09e1f2455f9a2685319a890671e3c32
https://github.com/D-Programming-Language/phobos/commit/15adb861b09e1f2455f9a2685319a890671e3c32
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-08-26 (Sun, 26 Aug 2012)
Changed paths:
M std/parallelism.d
Log Message:
-----------
Merge pull request #757 from dsimcha/master
Fix Bug 8582
Compare: https://github.com/D-Programming-Language/phobos/compare/038e30c73737...15adb861b09e
More information about the phobos
mailing list