Thread overview
[phobos] unittest.d: Still current?
Apr 22, 2011
David Simcha
Apr 23, 2011
Walter Bright
April 22, 2011
I noticed that unittest.d publicly imports most of Phobos and calls some functions just to bring in the relevant modules.  However, it's missing a few newer modules like std.datetime.  Are all these machinations still required or are they outdated?
April 23, 2011
The Posix build doesn't use it.

Andrei

On 4/22/11 6:16 PM, David Simcha wrote:
> I noticed that unittest.d publicly imports most of Phobos and calls some
> functions just to bring in the relevant modules. However, it's missing a
> few newer modules like std.datetime. Are all these machinations still
> required or are they outdated?
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
April 23, 2011

On 4/22/2011 4:16 PM, David Simcha wrote:
> I noticed that unittest.d publicly imports most of Phobos and calls some functions just to bring in the relevant modules.  However, it's missing a few newer modules like std.datetime.  Are all these machinations still required or are they outdated?
>

They're outdated as unittest.exe explicitly links in the modules.