[dmd-internals] [D-Programming-Language/dmd] 043d69: fix Issue 8589 - Incorrect conversion of function ...
GitHub
noreply at github.com
Wed Mar 6 14:28:10 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 043d6926ef4f3d0e8f25c1f0d69891bf7f39bdd1
https://github.com/D-Programming-Language/dmd/commit/043d6926ef4f3d0e8f25c1f0d69891bf7f39bdd1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-01-27 (Sun, 27 Jan 2013)
Changed paths:
M src/mtype.c
M test/runnable/nulltype.d
Log Message:
-----------
fix Issue 8589 - Incorrect conversion of function returning `typeof(null)` to function returning an array
Commit: f2b02836d7680aa3d1c92f2541c98638dcb0f0f9
https://github.com/D-Programming-Language/dmd/commit/f2b02836d7680aa3d1c92f2541c98638dcb0f0f9
Author: Walter Bright <walter at walterbright.com>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M src/mtype.c
M test/runnable/nulltype.d
Log Message:
-----------
Merge pull request #1119 from 9rnsr/fix8589
Issue 8589 - Incorrect conversion of function returning `typeof(null)` to function returning an array
Compare: https://github.com/D-Programming-Language/dmd/compare/391addfda307...f2b02836d768
More information about the dmd-internals
mailing list