[dmd-internals] [D-Programming-Language/dmd] 849b6d: fix Issue 9385 - [Regression 2.057] null literal s...
GitHub
noreply at github.com
Fri Jan 25 00:07:30 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 849b6df852843975c2f8238deab6aeea729f9914
https://github.com/D-Programming-Language/dmd/commit/849b6df852843975c2f8238deab6aeea729f9914
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
M test/runnable/nulltype.d
Log Message:
-----------
fix Issue 9385 - [Regression 2.057] null literal should be implicitly convertible to bool
Commit: f1738a00e9ecb09cbfeff8d07971a5485866e6f9
https://github.com/D-Programming-Language/dmd/commit/f1738a00e9ecb09cbfeff8d07971a5485866e6f9
Author: Walter Bright <walter at walterbright.com>
Date: 2013-01-25 (Fri, 25 Jan 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
M test/runnable/nulltype.d
Log Message:
-----------
Merge pull request #1545 from 9rnsr/fix9385
Issue 9385 - [Regression 2.057] null literal should be implicitly convertible to bool
Compare: https://github.com/D-Programming-Language/dmd/compare/e96e26700dfa...f1738a00e9ec
More information about the dmd-internals
mailing list