[phobos] [D-Programming-Language/phobos] 99336f: Fix bug in std.parallelism unittest. (All code ch...
Robert Jacques
sandford at jhu.edu
Sat May 7 11:01:05 PDT 2011
On Sat, 07 May 2011 07:39:52 -0400, <noreply at github.com> wrote:
> Branch: refs/heads/master
> Home: https://github.com/D-Programming-Language/phobos
>
> Commit: 99336f35cd98a56893f5517c1ba2a414abfc7fc1
> https://github.com/D-Programming-Language/phobos/commit/99336f35cd98a56893f5517c1ba2a414abfc7fc1
> Author: dsimcha <dsimcha at gmail.com>
> Date: 2011-05-07 (Sat, 07 May 2011)
>
> Changed paths:
> M std/parallelism.d
>
> Log Message:
> -----------
> Fix bug in std.parallelism unittest. (All code changes are in unit
> tests, not "real" code.) Basically, appending to arrays with ~= is not
> thread safe even with manual synchronization.
Do you know/remember the cause of this? (i.e. are we still using a local
look-up cache for capacity?)
More information about the phobos
mailing list