[phobos] [D-Programming-Language/phobos] 3d5e64: Revert "Add an asyncBuf overload for the case wher...
Jonathan M Davis
jmdavisProg at gmx.com
Sat Aug 13 21:08:42 PDT 2011
On Saturday, August 13, 2011 20:42:26 noreply at github.com wrote:
> Branch: refs/heads/master
> Home: https://github.com/D-Programming-Language/phobos
>
> Commit: 3d5e64ae1e16bd49e50a9181baf5adeb2b6ece47
>
> https://github.com/D-Programming-Language/phobos/commit/3d5e64ae1e16bd49e50
> a9181baf5adeb2b6ece47 Author: dsimcha <dsimcha at gmail.com>
> Date: 2011-08-13 (Sat, 13 Aug 2011)
>
> Changed paths:
> M std/parallelism.d
>
> Log Message:
> -----------
> Revert "Add an asyncBuf overload for the case where data is being read
> into a buffer, and the buffer is to be recycled instead of reallocated. An
> example of this is by-line or by-chunk file I/O. Also fix two related
> edge-case bugs in TaskPool.map and the other overload of
> TaskPool.asyncBuf."
>
> This reverts commit 382380cff97ff42ca4f1124756eeec19f2542d3b.
>
> Conflicts:
>
> std/parallelism.d
David. You didn't handle the conflicts in that commit properly. std.parallism
won't compile right now.
- Jonathan M Davis
More information about the phobos
mailing list