[dmd-internals] [D-Programming-Language/dmd] 3c81ef: fix Issue 9153 - Type inference for array of deleg...
GitHub
noreply at github.com
Mon Dec 17 00:05:29 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 3c81eff3ea8da324698ab05bf6fd5e105762414e
https://github.com/D-Programming-Language/dmd/commit/3c81eff3ea8da324698ab05bf6fd5e105762414e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M src/cast.c
M test/runnable/funclit.d
Log Message:
-----------
fix Issue 9153 - Type inference for array of delegates should not break based on order
Commit: c9373834865ffe6a11e3bfae4c3507ee151cd0c0
https://github.com/D-Programming-Language/dmd/commit/c9373834865ffe6a11e3bfae4c3507ee151cd0c0
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M src/cast.c
M test/runnable/funclit.d
Log Message:
-----------
Merge pull request #1374 from 9rnsr/fix_funclit
Issue 9153 - Type inference for array of delegates should not break based on order
Compare: https://github.com/D-Programming-Language/dmd/compare/9d64175f62af...c9373834865f
More information about the dmd-internals
mailing list