Thread overview
[phobos] phobos commit, revision 1643
Jun 14, 2010
dsource.org
Jun 14, 2010
Brad Roberts
Jun 16, 2010
Shin Fujishiro
June 14, 2010
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

June 14, 2010
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
> phobos at puremagic.com
> 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?
June 16, 2010
Brad Roberts <braddr at puremagic.com> 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
> > phobos at puremagic.com
> > 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
> phobos at puremagic.com
> 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