[dmd-internals] [D-Programming-Language/dmd] ee35bf: Issue 5498 - array of elements of subtypes of a co...
GitHub
noreply at github.com
Sun Mar 9 21:44:22 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ee35bf152debf2e76885581476b6bab7b3e13b1b
https://github.com/D-Programming-Language/dmd/commit/ee35bf152debf2e76885581476b6bab7b3e13b1b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-03-05 (Wed, 05 Mar 2014)
Changed paths:
M src/expression.c
M test/runnable/xtest46.d
Log Message:
-----------
Issue 5498 - array of elements of subtypes of a common supertype
arrayExpressionsToCommonType incorrectly uses condexp.e2->type rather than condexp.type to determine the common type of the array.
Commit: 1ede8e2be68667c823b144b14257621fe14f511a
https://github.com/D-Programming-Language/dmd/commit/1ede8e2be68667c823b144b14257621fe14f511a
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2014-03-09 (Sun, 09 Mar 2014)
Changed paths:
M src/expression.c
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #684 from yebblies/issue5498
Issue 5498 - array of elements of subtypes of a common supertype
Compare: https://github.com/D-Programming-Language/dmd/compare/3e086a6ee3c9...1ede8e2be686
More information about the dmd-internals
mailing list