[dmd-internals] [D-Programming-Language/dmd] c751b9: fix Issue 11078 - Diagnostic for wrong RHS in prop...
GitHub
noreply at github.com
Mon Dec 23 15:10:59 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c751b9ad6be2a23751b889b93f8a2ab40fcfbbb9
https://github.com/D-Programming-Language/dmd/commit/c751b9ad6be2a23751b889b93f8a2ab40fcfbbb9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-23 (Mon, 23 Dec 2013)
Changed paths:
M src/expression.c
M test/fail_compilation/diag10415.d
A test/fail_compilation/diag11078.d
Log Message:
-----------
fix Issue 11078 - Diagnostic for wrong RHS in property assign of a property group should improve
Commit: c9366dd6fdc8cfe2a33909aa4ea3612431d1068d
https://github.com/D-Programming-Language/dmd/commit/c9366dd6fdc8cfe2a33909aa4ea3612431d1068d
Author: Walter Bright <walter at walterbright.com>
Date: 2013-12-23 (Mon, 23 Dec 2013)
Changed paths:
M src/expression.c
M test/fail_compilation/diag10415.d
A test/fail_compilation/diag11078.d
Log Message:
-----------
Merge pull request #3014 from 9rnsr/fix11078
[REG2.058] Issue 11078 - Diagnostic for wrong RHS in property assign of a property group should improve
Compare: https://github.com/D-Programming-Language/dmd/compare/89e778a9eee6...c9366dd6fdc8
More information about the dmd-internals
mailing list