Re: Tuple unittests

2010-05-04 Thread Ellery Newcomer
On 05/04/2010 09:07 AM, Masahiro Nakagawa wrote: > > I once hit the same bug. SHOO has been reported this bug. > http://d.puremagic.com/issues/show_bug.cgi?id=4003 > thanks for the link > I don't know the solution to fix :( easy, remove the unittest from phobos :)

Re: Tuple unittests

2010-05-04 Thread Masahiro Nakagawa
On Tue, 04 May 2010 13:21:46 +0900, Ellery Newcomer wrote: lately I've been getting a lot of screwy error messages whenever I try to compile with -unittest: /home/ellery/Downloads/dmd2044/linux/bin/../../src/phobos/std/typecons.d(425): Error: static assert (is(Tuple!(string,float) == Tu

Tuple unittests

2010-05-03 Thread Ellery Newcomer
lately I've been getting a lot of screwy error messages whenever I try to compile with -unittest: /home/ellery/Downloads/dmd2044/linux/bin/../../src/phobos/std/typecons.d(425): Error: static assert (is(Tuple!(string,float) == Tuple!(string,float))) is false /home/ellery/Downloads/dmd2044/linu