[dmd-internals] [D-Programming-Language/dmd] f04551: Add assert to detect missing EXP_CANT_INTERPERT in...
GitHub
noreply at github.com
Sat Jun 15 16:31:25 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f045517cd791064a1f5dd1c2172a86f8a245d933
https://github.com/D-Programming-Language/dmd/commit/f045517cd791064a1f5dd1c2172a86f8a245d933
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-06-15 (Sat, 15 Jun 2013)
Changed paths:
M src/ctfeexpr.c
Log Message:
-----------
Add assert to detect missing EXP_CANT_INTERPERT initialization.
It is rather difficult to debug, as the pointer is never
actually dereferenced.
Commit: 2baedd1861a26987da776c1708f2677d19f0ce9f
https://github.com/D-Programming-Language/dmd/commit/2baedd1861a26987da776c1708f2677d19f0ce9f
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-06-15 (Sat, 15 Jun 2013)
Changed paths:
M src/ctfeexpr.c
Log Message:
-----------
Merge pull request #2184 from klickverbot/interpret-errorexp-assert
Add assert to detect missing EXP_CANT_INTERPERT initialization.
Compare: https://github.com/D-Programming-Language/dmd/compare/a9fa72432981...2baedd1861a2
More information about the dmd-internals
mailing list