On 2/16/15 11:46 AM, H. S. Teoh via Digitalmars-d wrote:
On Mon, Feb 16, 2015 at 09:36:57AM -0800, Andrei Alexandrescu via Digitalmars-d
wrote:
On 2/16/15 6:33 AM, H. S. Teoh via Digitalmars-d wrote:
[...]
One thought about "forward" and "SortOutput" - first may e.g. go in
std.functional and the latter belongs to "sorting".
https://github.com/D-Programming-Language/phobos/pull/2996
Great, thanks. Per the comment in the pull request, if forward had been
available in previous releases from std.algorithm, you may want to add a
public alias for it.
I appreciate you took the time to answer this sagely and to take action.
I stand corrected and agree it's important that builds unittests don't
run unreasonably large.
Let's focus on landing this smoothly and on deriving good learning for
the future.
Thanks,
Andrei