[dmd-internals] [D-Programming-Language/dmd] a84fd3: fix issue 10456 - struct containing enum X, alias ...
GitHub
noreply at github.com
Fri Jun 28 06:00:10 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a84fd39628a577723852dd4993061eda5303c1e1
https://github.com/D-Programming-Language/dmd/commit/a84fd39628a577723852dd4993061eda5303c1e1
Author: Henning Pohl <henning at still-hidden.de>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M src/expression.c
M test/runnable/aliasthis.d
Log Message:
-----------
fix issue 10456 - struct containing enum X, alias X this and a dynamic
array no longer compiles since 2.063
Commit: ad0909d74e282f6589ff7adbd12ab14d91a5ef69
https://github.com/D-Programming-Language/dmd/commit/ad0909d74e282f6589ff7adbd12ab14d91a5ef69
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-06-28 (Fri, 28 Jun 2013)
Changed paths:
M src/expression.c
M test/runnable/aliasthis.d
Log Message:
-----------
Merge pull request #2255 from hpohl/10456
[REG2.063] fix issue 10456 - struct containing enum X, alias X this and a dynamic array no longer compiles since 2.063
Compare: https://github.com/D-Programming-Language/dmd/compare/e92d69e51b5a...ad0909d74e28
More information about the dmd-internals
mailing list