[dmd-internals] [D-Programming-Language/dmd] 451a54: fix Issue 14050 - `dmd -v` lists imports from fail...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jan 26 07:43:46 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 451a54b331e9ce49a5cd32fc5ebe7eddd7a8ec18
https://github.com/D-Programming-Language/dmd/commit/451a54b331e9ce49a5cd32fc5ebe7eddd7a8ec18
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-01-27 (Tue, 27 Jan 2015)
Changed paths:
M src/module.c
Log Message:
-----------
fix Issue 14050 - `dmd -v` lists imports from failed __traits(compiles) blocks
Don't print verbose message if module load fails.
Commit: 8a04bc489dc9272ccb64f4739d0cf93fd5b08fd7
https://github.com/D-Programming-Language/dmd/commit/8a04bc489dc9272ccb64f4739d0cf93fd5b08fd7
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-01-26 (Mon, 26 Jan 2015)
Changed paths:
M src/module.c
Log Message:
-----------
Merge pull request #4346 from 9rnsr/fix14050
fix Issue 14050 - `dmd -v` lists imports from failed __traits(compiles) blocks
Compare: https://github.com/D-Programming-Language/dmd/compare/3208762f9720...8a04bc489dc9
More information about the dmd-internals
mailing list