Thread overview | |||||
---|---|---|---|---|---|
|
February 17, 2012 [dmd-internals] [D-Programming-Language/dmd] 5c75bb: implement const/purity/nothrow/@safe inheritance | ||||
---|---|---|---|---|
| ||||
Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 5c75bb31dd99a33b921f6038e3d1c1d7eb0333cd https://github.com/D-Programming-Language/dmd/commit/5c75bb31dd99a33b921f6038e3d1c1d7eb0333cd Author: Walter Bright <walter at walterbright.com> Date: 2012-02-17 (Fri, 17 Feb 2012) Changed paths: M src/expression.c M src/func.c M src/mars.c M src/mtype.c M src/mtype.h M test/runnable/xtest46.d Log Message: ----------- implement const/purity/nothrow/@safe inheritance |
February 17, 2012 [dmd-internals] [D-Programming-Language/dmd] 5c75bb: implement const/purity/nothrow/@safe inheritance | ||||
---|---|---|---|---|
| ||||
Posted in reply to GitHub | Broke one of the fail unittests on all platforms: ../src/dmd -m32 -Ifail_compilation -odtest_results/fail_compilation -oftest_results/fail_compilation/fail326_0.o -c fail_compilation/fail326.d ============================== Test failed: expected rc == 1, but exited with rc == 0 On 2/17/2012 12:12 AM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/D-Programming-Language/dmd > Commit: 5c75bb31dd99a33b921f6038e3d1c1d7eb0333cd > https://github.com/D-Programming-Language/dmd/commit/5c75bb31dd99a33b921f6038e3d1c1d7eb0333cd > Author: Walter Bright <walter at walterbright.com> > Date: 2012-02-17 (Fri, 17 Feb 2012) > > Changed paths: > M src/expression.c > M src/func.c > M src/mars.c > M src/mtype.c > M src/mtype.h > M test/runnable/xtest46.d > > Log Message: > ----------- > implement const/purity/nothrow/@safe inheritance > > > > > > > _______________________________________________ > dmd-internals mailing list > dmd-internals at puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals |
February 17, 2012 Re: [dmd-internals] [D-Programming-Language/dmd] 5c75bb: implement const/purity/nothrow/@safe inheritance | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brad Roberts | Test case is now valid! Removed. On 2/17/2012 1:03 AM, Brad Roberts wrote: > Broke one of the fail unittests on all platforms: > > ../src/dmd -m32 -Ifail_compilation -odtest_results/fail_compilation -oftest_results/fail_compilation/fail326_0.o -c > fail_compilation/fail326.d > > ============================== > Test failed: expected rc == 1, but exited with rc == 0 _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation