[dmd-internals] [D-Programming-Language/dmd] 54d99d: Do not use implicit int -> bool conversion (not va...
GitHub
noreply at github.com
Mon Jul 29 07:42:53 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 54d99d7ec032b2eaa95a1a540f1da31746aab0d3
https://github.com/D-Programming-Language/dmd/commit/54d99d7ec032b2eaa95a1a540f1da31746aab0d3
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/parse.c
Log Message:
-----------
Do not use implicit int -> bool conversion (not valid in D)
Commit: b8e6fb3c16fb2bdb3f5d5e7fa2d95825938dd9d2
https://github.com/D-Programming-Language/dmd/commit/b8e6fb3c16fb2bdb3f5d5e7fa2d95825938dd9d2
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/parse.c
Log Message:
-----------
Merge pull request #2404 from yebblies/isunionbool
[DDMD] Do not use implicit int -> bool conversion (not valid in D)
Compare: https://github.com/D-Programming-Language/dmd/compare/0c9ee2406b2a...b8e6fb3c16fb
More information about the dmd-internals
mailing list