[dmd-internals] [D-Programming-Language/dmd] 9ba50e: fix Issue 11317 - glue.c:1218: virtual unsigned in...
GitHub
noreply at github.com
Thu Nov 14 12:44:28 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9ba50eecb45ce883130f36a96408dac767b276f0
https://github.com/D-Programming-Language/dmd/commit/9ba50eecb45ce883130f36a96408dac767b276f0
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M src/statement.c
M test/fail_compilation/ice10212.d
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 11317 - glue.c:1218: virtual unsigned int Type::totym(): Assertion `0' failed.
Make ref-ness deduction and return type inference orthogonal.
Commit: 38c51e74395c2daede20474c656477a75fafbeb7
https://github.com/D-Programming-Language/dmd/commit/38c51e74395c2daede20474c656477a75fafbeb7
Author: Walter Bright <walter at walterbright.com>
Date: 2013-11-14 (Thu, 14 Nov 2013)
Changed paths:
M src/statement.c
M test/fail_compilation/ice10212.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #2766 from 9rnsr/fix11317
Issue 11317 - glue.c:1218: virtual unsigned int Type::totym(): Assertion `0' failed.
Compare: https://github.com/D-Programming-Language/dmd/compare/569908d3cc51...38c51e74395c
More information about the dmd-internals
mailing list