Thread overview | |||||
---|---|---|---|---|---|
|
January 10, 2011 [phobos] phobos commit, revision 2296 | ||||
---|---|---|---|---|
| ||||
phobos commit, revision 2296 user: Masahiro Nakagawa msg: Add max / min properties to Xorshift http://www.dsource.org/projects/phobos/changeset/2296 paths changed: U trunk/phobos/std/random.d |
January 10, 2011 [phobos] phobos commit, revision 2296 | ||||
---|---|---|---|---|
| ||||
Posted in reply to dsource.org | On 1/10/2011 7:56 AM, dsource.org wrote: > phobos commit, revision 2296 > > > user: Masahiro Nakagawa > > msg: > Add max / min properties to Xorshift > > http://www.dsource.org/projects/phobos/changeset/2296 > > paths changed: > U trunk/phobos/std/random.d > > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos Either this change or your previous one broke the Linux64 build. Please take a look. http://d.puremagic.com/test-results/test.ghtml?runid=5700 http://d.puremagic.com/test-results/test_data.ghtml?dataid=37884 std/random.d(730): Error: cannot implicitly convert expression (i) of type ulong to uint std/random.d(730): Error: cannot implicitly convert expression (i) of type ulong to uint std/random.d(730): Error: cannot implicitly convert expression (i) of type ulong to uint std/random.d(730): Error: cannot implicitly convert expression (i) of type ulong to uint std/random.d(730): Error: cannot implicitly convert expression (i) of type ulong to uint std/random.d(730): Error: cannot implicitly convert expression (i) of type ulong to uint make[1]: *** [generated/linux/release/libphobos2.a] Error 1 |
January 11, 2011 [phobos] phobos commit, revision 2296 | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Oops. I fixed at r2297. http://d.puremagic.com/test-results/test.ghtml?runid=5709 On Tue, 11 Jan 2011 02:56:34 +0900, Brad Roberts <braddr at puremagic.com> wrote: > On 1/10/2011 7:56 AM, dsource.org wrote: >> phobos commit, revision 2296 >> >> >> user: Masahiro Nakagawa >> >> msg: >> Add max / min properties to Xorshift >> >> http://www.dsource.org/projects/phobos/changeset/2296 >> >> paths changed: >> U trunk/phobos/std/random.d >> >> _______________________________________________ >> phobos mailing list >> phobos at puremagic.com >> http://lists.puremagic.com/mailman/listinfo/phobos > > Either this change or your previous one broke the Linux64 build. Please > take a > look. > > http://d.puremagic.com/test-results/test.ghtml?runid=5700 http://d.puremagic.com/test-results/test_data.ghtml?dataid=37884 > > std/random.d(730): Error: cannot implicitly convert expression (i) of > type ulong > to uint > std/random.d(730): Error: cannot implicitly convert expression (i) of > type ulong > to uint > std/random.d(730): Error: cannot implicitly convert expression (i) of > type ulong > to uint > std/random.d(730): Error: cannot implicitly convert expression (i) of > type ulong > to uint > std/random.d(730): Error: cannot implicitly convert expression (i) of > type ulong > to uint > std/random.d(730): Error: cannot implicitly convert expression (i) of > type ulong > to uint > make[1]: *** [generated/linux/release/libphobos2.a] Error 1 > _______________________________________________ > phobos mailing list > phobos at puremagic.com > http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation