www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - std.experimental.allocator

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
It's been bitrotting for a while, I've rebased and it has passed tests 
now. Who will do the honors?

https://github.com/D-Programming-Language/phobos/pull/3405

There are three pull requests open against my fork, I invite the authors 
to rebase them or retarget them against the phobos mainline after 3405 
is pulled.


Thanks,

Andrei
Oct 02 2015
next sibling parent Jonathan M Davis <jmdavisProg gmx.com> writes:
On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu 
wrote:
 It's been bitrotting for a while, I've rebased and it has 
 passed tests now. Who will do the honors?
Done. - Jonathan M Davis
Oct 02 2015
prev sibling next sibling parent reply bitwise <bitwise.pvt gmail.com> writes:
On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu 
wrote:
 It's been bitrotting for a while, I've rebased and it has 
 passed tests now. Who will do the honors?
[...]
 Andrei
Just curious, why not just merge it yourself?
Oct 02 2015
next sibling parent reply Brad Anderson <eco gnuk.net> writes:
On Friday, 2 October 2015 at 21:55:56 UTC, bitwise wrote:
 On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu 
 wrote:
 It's been bitrotting for a while, I've rebased and it has 
 passed tests now. Who will do the honors?
[...]
 Andrei
Just curious, why not just merge it yourself?
The core team never merges their own pulls (with the exception of the occasional emergency, usually autotester fixes). It's to make sure each change is reviewed by another team member.
Oct 02 2015
parent bitwise <bitwise.pvt gmail.com> writes:
On Friday, 2 October 2015 at 21:59:27 UTC, Brad Anderson wrote:
 On Friday, 2 October 2015 at 21:55:56 UTC, bitwise wrote:
 On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu 
 wrote:
 It's been bitrotting for a while, I've rebased and it has 
 passed tests now. Who will do the honors?
[...]
 Andrei
Just curious, why not just merge it yourself?
The core team never merges their own pulls (with the exception of the occasional emergency, usually autotester fixes). It's to make sure each change is reviewed by another team member.
Ok, I had a feeling that was it. Sounds reasonable. Thanks! Bit
Oct 02 2015
prev sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 10/02/2015 05:55 PM, bitwise wrote:
 On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu wrote:
 It's been bitrotting for a while, I've rebased and it has passed tests
 now. Who will do the honors?
[...]
 Andrei
Just curious, why not just merge it yourself?
Sticking to procedure, nothing more. Thanks Jonathan - allocator is now in. Enjoy! -- Andrei
Oct 02 2015
parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Saturday, 3 October 2015 at 00:05:45 UTC, Andrei Alexandrescu 
wrote:
 Sticking to procedure, nothing more. Thanks Jonathan - 
 allocator is now in. Enjoy! -- Andrei
Superb! I'll spread the word, as usual 😉
Oct 03 2015
prev sibling next sibling parent Rikki Cattermole <alphaglosined gmail.com> writes:
On 03/10/15 2:12 AM, Andrei Alexandrescu wrote:
 It's been bitrotting for a while, I've rebased and it has passed tests
 now. Who will do the honors?

 https://github.com/D-Programming-Language/phobos/pull/3405

 There are three pull requests open against my fork, I invite the authors
 to rebase them or retarget them against the phobos mainline after 3405
 is pulled.


 Thanks,

 Andrei
Finally, I've been waiting on this! Next release, no more my copies :D
Oct 02 2015
prev sibling parent reply John Colvin <john.loughran.colvin gmail.com> writes:
On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu 
wrote:
 It's been bitrotting for a while, I've rebased and it has 
 passed tests now. Who will do the honors?

 https://github.com/D-Programming-Language/phobos/pull/3405

 There are three pull requests open against my fork, I invite 
 the authors to rebase them or retarget them against the phobos 
 mainline after 3405 is pulled.


 Thanks,

 Andrei
Website update so the docs are there at http://dlang.org/phobos-prerelease/std_experimental_allocator.html ?
Oct 03 2015
next sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 10/03/2015 12:31 PM, John Colvin wrote:
 On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu wrote:
 It's been bitrotting for a while, I've rebased and it has passed tests
 now. Who will do the honors?

 https://github.com/D-Programming-Language/phobos/pull/3405

 There are three pull requests open against my fork, I invite the
 authors to rebase them or retarget them against the phobos mainline
 after 3405 is pulled.


 Thanks,

 Andrei
Website update so the docs are there at http://dlang.org/phobos-prerelease/std_experimental_allocator.html ?
Will do in a couple hours, thanks John and Martin for bringing this up! -- Andrei
Oct 03 2015
prev sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 10/03/2015 12:31 PM, John Colvin wrote:
 On Friday, 2 October 2015 at 13:12:47 UTC, Andrei Alexandrescu wrote:
 It's been bitrotting for a while, I've rebased and it has passed tests
 now. Who will do the honors?

 https://github.com/D-Programming-Language/phobos/pull/3405

 There are three pull requests open against my fork, I invite the
 authors to rebase them or retarget them against the phobos mainline
 after 3405 is pulled.


 Thanks,

 Andrei
Website update so the docs are there at http://dlang.org/phobos-prerelease/std_experimental_allocator.html ?
It was a tad gnarlier than that. Please review https://github.com/D-Programming-Language/phobos/pull/3692, only after pulling it we can generate documentation correctly. Thanks! -- Andrei
Oct 03 2015