Thread overview
Re: Another day in the ordeal of cartesianProduct
Oct 26, 2012
Andrej Mitrovic
Oct 27, 2012
H. S. Teoh
Oct 27, 2012
Jonathan M Davis
October 26, 2012
On 10/27/12, H. S. Teoh <hsteoh@quickfur.ath.cx> wrote:
> Here's a start:

- Move the tests outside the implementation modules

I do not want to see another std.datetime in Phobos. :)
October 27, 2012
On Sat, Oct 27, 2012 at 01:58:14AM +0200, Andrej Mitrovic wrote:
> On 10/27/12, H. S. Teoh <hsteoh@quickfur.ath.cx> wrote:
> > Here's a start:
> 
> - Move the tests outside the implementation modules
> 
> I do not want to see another std.datetime in Phobos. :)

Good idea. That way we can do cross-module testing as well.


T

-- 
EMACS = Extremely Massive And Cumbersome System
October 27, 2012
On Friday, October 26, 2012 15:45:48 H. S. Teoh wrote:
> (Jonathan had a pull request with a Phobos workaround for this, which I _think_ is already merged, but the autotester is still failing at this point. :-/)

It hasn't been merged yet:

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

It's likely going to need a few more tweaks (as discussed in the pull request) before it gets merged in. But it's critical enough that there's pretty much no way that it won't be merged in before the next release, and it'll probably be merged in sooner rather than later, but that'll depend on the feedback for the request and whatever issues come up.

- Jonathan M Davis