Thread overview
[phobos] [D-Programming-Language/phobos] 3d5e64: Revert "Add an asyncBuf overload for the case wher...
Aug 14, 2011
Jonathan M Davis
Aug 14, 2011
David Simcha
August 13, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 3d5e64ae1e16bd49e50a9181baf5adeb2b6ece47
      https://github.com/D-Programming-Language/phobos/commit/3d5e64ae1e16bd49e50a9181baf5adeb2b6ece47
  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


August 13, 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
August 14, 2011
Yeah, I know.  Working on it.  Git's not exactly cooperating.

On 8/14/2011 12:08 AM, Jonathan M Davis wrote:
> 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
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>