On 7 April 2010 22:32, Walter Bright <[email protected]> wrote: > > > Steve Schveighoffer wrote: >> >> David Simcha reports that this beta fixes his corruption issues. >> >> >> > > Good. If nothing else crops up, I'll plan on releasing it tonight.
Two things: (1) One simple thing: please replace the file minit.obj with a fresh one, which has a date more recent than minit.asm. That'll allow it to build without requiring masm. (2) I'm working on tracking down the Phobos unittest stack overflow. It seems to be a regression. I've cut it down to this test case: --- import std.variant; import std.typecons; alias Tuple!(Variant) crash; --- There have been no relevant changes to Phobos. I'm still working on it. _______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
