Thread overview | |||||
---|---|---|---|---|---|
|
April 22, 2011 [phobos] unittest.d: Still current? | ||||
---|---|---|---|---|
| ||||
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 [phobos] unittest.d: Still current? | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | 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 [phobos] unittest.d: Still current? | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha |
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.
|
Copyright © 1999-2021 by the D Language Foundation