[dmd-internals] [D-Programming-Language/dmd] 748278: Add support for getting unit tests from aggregate.
GitHub
noreply at github.com
Mon Jul 15 16:20:41 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 748278cca3ddcac388756abc32a336f4162b3615
https://github.com/D-Programming-Language/dmd/commit/748278cca3ddcac388756abc32a336f4162b3615
Author: Jacob Carlborg <doob at me.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M src/traits.c
Log Message:
-----------
Add support for getting unit tests from aggregate.
Commit: f873ca4429721717f093e5b33af657fa5b2902ca
https://github.com/D-Programming-Language/dmd/commit/f873ca4429721717f093e5b33af657fa5b2902ca
Author: Jacob Carlborg <doob at me.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M test/runnable/traits.d
A test/runnable/traits_getUnitTests.d
Log Message:
-----------
Add unit tests for __traits(getUnitTests).
Commit: 1938242285d5ea8fb8e087c8c5bb97a4dd36916b
https://github.com/D-Programming-Language/dmd/commit/1938242285d5ea8fb8e087c8c5bb97a4dd36916b
Author: Jacob Carlborg <doob at me.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M src/root/root.h
M src/traits.c
Log Message:
-----------
Add const and better documentation to collectUnitTests.
Commit: c1714cbbdbc6892459435f3e793d17d89af683a6
https://github.com/D-Programming-Language/dmd/commit/c1714cbbdbc6892459435f3e793d17d89af683a6
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-15 (Mon, 15 Jul 2013)
Changed paths:
M src/root/root.h
M src/traits.c
M test/runnable/traits.d
A test/runnable/traits_getUnitTests.d
Log Message:
-----------
Merge pull request #2328 from jacob-carlborg/getUnitTests_tests
Unit tests for __traits(getUnitTests)
Compare: https://github.com/D-Programming-Language/dmd/compare/390a9340cad6...c1714cbbdbc6
More information about the dmd-internals
mailing list