[D-runtime] change 78, make files
Brad Roberts
braddr at puremagic.com
Tue Jan 20 19:52:53 PST 2009
Brad Roberts wrote:
> A great step forward.. better than what I'd done (I was trying to make
> minimal changes rather than overhauling) and matches what phobos has,
> for the most part.
>
> One concern.. the unit tests are based on release mode, which is rather
> problematic. Release mode disables asserts -- ie nothing is really
> tested. :)
>
> Sean, I'll re-look at my changes, but between this one and the change
> you're already started on (getting the sync primitives to build) are all
> I had, I think.
>
> Later,
> Brad
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime
Hrm.. the docs for the compiler suggest that -unittest turns asserts on,
so there are contradictory arguments -release and -unittest in action at
the same time. I guess I'll need to actually test to see what _really_
happens, but I have been fighting with getting testing some other
changes that I haven't submitted to anyone to look at yet.
Confused,
Brad
More information about the D-runtime
mailing list