[dmd-internals] [D-Programming-Language/dmd] 87a0d4: Enable unittest blocks in d_do_test.d
GitHub
noreply at github.com
Thu Dec 27 01:20:44 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 87a0d4d1b84cb17ef06f46efc5b019461b31a7eb
https://github.com/D-Programming-Language/dmd/commit/87a0d4d1b84cb17ef06f46efc5b019461b31a7eb
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
Changed paths:
M test/Makefile
M test/d_do_test.d
Log Message:
-----------
Enable unittest blocks in d_do_test.d
Commit: 8563f7d3a85a73505cfd8e0a2a690da6b4715ab6
https://github.com/D-Programming-Language/dmd/commit/8563f7d3a85a73505cfd8e0a2a690da6b4715ab6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
Changed paths:
M test/d_do_test.d
Log Message:
-----------
Refactoring by unifyNewLine() and unifyDirSep()
Commit: 95b246a004b64550f798d5e7ea0d2ec236e8f504
https://github.com/D-Programming-Language/dmd/commit/95b246a004b64550f798d5e7ea0d2ec236e8f504
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
Changed paths:
M test/d_do_test.d
Log Message:
-----------
Improve unifyDirSep()
Commit: 446d11da15197117f6e2acd8853accd7c6d22b54
https://github.com/D-Programming-Language/dmd/commit/446d11da15197117f6e2acd8853accd7c6d22b54
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
Changed paths:
M src/template.c
A test/fail_compilation/diag9210a.d
A test/fail_compilation/imports/diag9210b.d
A test/fail_compilation/imports/diag9210c.d
A test/fail_compilation/imports/diag9210stdcomplex.d
A test/fail_compilation/imports/diag9210stdtraits.d
Log Message:
-----------
fix Issue 9210 - [2.061 beta] Import cycle causes unpredictable compile errors
Commit: 4633b1336ba0aca1c260bcfd87fabb24f0d06692
https://github.com/D-Programming-Language/dmd/commit/4633b1336ba0aca1c260bcfd87fabb24f0d06692
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-27 (Thu, 27 Dec 2012)
Changed paths:
M src/template.c
M test/Makefile
M test/d_do_test.d
A test/fail_compilation/diag9210a.d
A test/fail_compilation/imports/diag9210b.d
A test/fail_compilation/imports/diag9210c.d
A test/fail_compilation/imports/diag9210stdcomplex.d
A test/fail_compilation/imports/diag9210stdtraits.d
Log Message:
-----------
Merge pull request #1412 from 9rnsr/fix9210
Issue 9210 - [2.061 beta] Import cycle causes unpredictable compile errors
Compare: https://github.com/D-Programming-Language/dmd/compare/d1f6b562ecd6...4633b1336ba0
More information about the dmd-internals
mailing list