[phobos] [D-Programming-Language/phobos] cdc259: Fix incorrect test. Calling finish(false) doesn't...
    GitHub 
    noreply at github.com
       
    Sat Dec  8 07:30:28 PST 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: cdc2596eb6092fb609e49cefe32a062e90d9e309
      https://github.com/D-Programming-Language/phobos/commit/cdc2596eb6092fb609e49cefe32a062e90d9e309
  Author: dsimcha <dsimcha at gmail.com>
  Date:   2012-12-08 (Sat, 08 Dec 2012)
  Changed paths:
    M std/parallelism.d
  Log Message:
  -----------
  Fix incorrect test.  Calling finish(false) doesn't guarantee that the task won't be complete immediately after finish() returns.
  Commit: 48c91b3c9a576c1a85dbbfcc8c2f641d4b0236ac
      https://github.com/D-Programming-Language/phobos/commit/48c91b3c9a576c1a85dbbfcc8c2f641d4b0236ac
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-12-08 (Sat, 08 Dec 2012)
  Changed paths:
    M std/parallelism.d
  Log Message:
  -----------
  Merge pull request #995 from dsimcha/master
Fix std.parallelism test
Compare: https://github.com/D-Programming-Language/phobos/compare/b3c60e3c9f1b...48c91b3c9a57
    
    
More information about the phobos
mailing list