Er.. this is so much worse than it seems at first glance. std.stdio imports std.file imports std.regexp. Have fun writing apps without stdio. Everything app now needs -d until phobos is sanitized.
On 1/2/2011 6:44 PM, Brad Roberts wrote: > Looks like at least std/file.d includes std.regexp. This is exposed by the > current failure of the dmd test driver failing to build right now. Easy > enough > to fix the test driver with a quick -d for now, but I think it needs to be a > basic requirement that deprecated modules must not be used by any other module > in phobos (and similar for druntime when applied to druntime and phobos). > > On 1/2/2011 5:30 PM, Andrei Alexandrescu wrote: >> I thought "deprecated module" works... it doesn't. Guess it should. >> >> Andrei >> >> On 1/2/11 7:21 PM, Brad Roberts wrote: >>> Looks like your changes have are having rather negative ripple effects with >>> the >>> automated builds. Please check them out and apply the appropriate fixes. >>> >>> http://d.puremagic.com/test-results/index.ghtml >>> >>> Thanks, >>> Brad _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
