[dmd-internals] [D-Programming-Language/dmd] 803da8: fix Issue 14858 - spurious "Error: overload alias ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Sep 15 05:05:28 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 803da8f10c0c5d09da5b19274ba1a1b9763d5e03
https://github.com/D-Programming-Language/dmd/commit/803da8f10c0c5d09da5b19274ba1a1b9763d5e03
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-08-31 (Mon, 31 Aug 2015)
Changed paths:
M src/expression.d
M test/runnable/overload.d
Log Message:
-----------
fix Issue 14858 - spurious "Error: overload alias 'foo' is not a variable" when overloading template and non-template via aliases
Commit: e91a6ac45b6adc2d8080df14caca0b62cad19a9b
https://github.com/D-Programming-Language/dmd/commit/e91a6ac45b6adc2d8080df14caca0b62cad19a9b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-09-15 (Tue, 15 Sep 2015)
Changed paths:
M src/expression.d
M test/runnable/overload.d
Log Message:
-----------
Merge pull request #4857 from 9rnsr/fix14858
Issue 14858 - spurious "Error: overload alias 'foo' is not a variable" when overloading template and non-template via aliases
Compare: https://github.com/D-Programming-Language/dmd/compare/d90837d26912...e91a6ac45b6a
More information about the dmd-internals
mailing list