[Issue 16507] std.experimental.allocator: FreeTree clears too eagerly

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16507

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/46599a63ed899276bff5053970e468bce645e3fc
fix issue 16507 - std.experimental.allocator: FreeTree clears too eagerly

https://github.com/dlang/phobos/commit/25418edb0611ca6de06c6a8d7281407cd4c9a2e6
Merge pull request #4798 from aG0aep6G/FreeTree

--


[Issue 16507] std.experimental.allocator: FreeTree clears too eagerly

2016-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16507

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/46599a63ed899276bff5053970e468bce645e3fc
fix issue 16507 - std.experimental.allocator: FreeTree clears too eagerly

Try parent allocator without clearing first. Documentation says so.

https://github.com/dlang/phobos/commit/25418edb0611ca6de06c6a8d7281407cd4c9a2e6
Merge pull request #4798 from aG0aep6G/FreeTree

std.experimental.allocator: fix FreeTree issues 16506 and 16507

--


[Issue 16507] std.experimental.allocator: FreeTree clears too eagerly

2016-09-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16507

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16507] std.experimental.allocator: FreeTree clears too eagerly

2016-09-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16507

Ryan  changed:

   What|Removed |Added

 CC||clumsycodemon...@gmail.com

--


[Issue 16507] std.experimental.allocator: FreeTree clears too eagerly

2016-09-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16507

ag0ae...@gmail.com changed:

   What|Removed |Added

   Keywords||pull
   Assignee|nob...@puremagic.com|ag0ae...@gmail.com

--- Comment #1 from ag0ae...@gmail.com ---
https://github.com/dlang/phobos/pull/4798

--