Brad Roberts <[email protected]> wrote: > On 6/14/2010 8:36 AM, dsource.org wrote: > > phobos commit, revision 1643 > > > > > > user: rsinfu > > > > msg: > > Commented out an assertion. For some reason it caused a link error about > > __dollar on unittest. > > > > http://www.dsource.org/projects/phobos/changeset/1643 > > > > _______________________________________________ > > phobos mailing list > > [email protected] > > http://lists.puremagic.com/mailman/listinfo/phobos > > Is there a bug filed on this so that the underlying problem isn't lost? Just > commenting out a unit test because it fails is a step backwards. The bug > number > should be referenced in the comment. > > Is this a recent regression? > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos
I'm sorry I found that it was my local problem. Restored the assertion. The linker error was caused by bug 3779 (link failure with __dollar). But in this particular case the error does not happen for other people because I used a patched compiler (bug 4298) for my current work. Shin _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
