[D-runtime] [D-Programming-Language/druntime] f09c33: Fix it so that test_runner works with DIP 37.
GitHub
noreply at github.com
Sun Sep 1 08:32:55 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: f09c3379a4785d1be3b96edb644dd70dc1d51572
https://github.com/D-Programming-Language/druntime/commit/f09c3379a4785d1be3b96edb644dd70dc1d51572
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2013-08-31 (Sat, 31 Aug 2013)
Changed paths:
M src/test_runner.d
Log Message:
-----------
Fix it so that test_runner works with DIP 37.
As currently implemented, test_runner blows up when it hits a package.d
file, because the module name does not match the file name. This fixes
it so that the name of the package is used in that case.
Commit: ad2d91e4b865720d6c7ce100b72c4f33496bc82b
https://github.com/D-Programming-Language/druntime/commit/ad2d91e4b865720d6c7ce100b72c4f33496bc82b
Author: Martin Nowak <code at dawg.eu>
Date: 2013-09-01 (Sun, 01 Sep 2013)
Changed paths:
M src/test_runner.d
Log Message:
-----------
Merge pull request #599 from jmdavis/dip37_fix
Fix it so that test_runner works with DIP 37.
Compare: https://github.com/D-Programming-Language/druntime/compare/21ae37ef381c...ad2d91e4b865
More information about the D-runtime
mailing list