[dmd-internals] [D-Programming-Language/dmd] 4eece5: Additional fix for issue 5886
GitHub
noreply at github.com
Mon Apr 22 23:55:32 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4eece51e6368f58b67d3ac3d4f55826dd334a4e4
https://github.com/D-Programming-Language/dmd/commit/4eece51e6368f58b67d3ac3d4f55826dd334a4e4
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/expression.c
M test/runnable/template9.d
Log Message:
-----------
Additional fix for issue 5886
Even inside member function, implicit TemplateThisParameter should be applied.
Commit: 0d66ea79a11b809122786f2445d9936fb0ce3687
https://github.com/D-Programming-Language/dmd/commit/0d66ea79a11b809122786f2445d9936fb0ce3687
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/expression.c
M test/runnable/template9.d
Log Message:
-----------
fix Issue 7572 - f.fn!(void) is not an lvalue
Commit: 5d7ccff11d5bc91824bda7b66edca6318742f80b
https://github.com/D-Programming-Language/dmd/commit/5d7ccff11d5bc91824bda7b66edca6318742f80b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/enum.c
M src/expression.c
M src/expression.h
M src/mtype.c
M src/mtype.h
M test/fail_compilation/diag8629.d
A test/fail_compilation/diag9961.d
Log Message:
-----------
fix Issue 9961 - Using UFCS properties suppress actual errors
Commit: 508239985de8e6cab91bc1855a33e162f3c96a1b
https://github.com/D-Programming-Language/dmd/commit/508239985de8e6cab91bc1855a33e162f3c96a1b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/expression.c
M test/runnable/ufcs.d
Log Message:
-----------
fix Issue 8245 - UFCS doesn't work for pointers
Commit: 918656c57d198a00859b02608f9d187dddd9213f
https://github.com/D-Programming-Language/dmd/commit/918656c57d198a00859b02608f9d187dddd9213f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
A test/fail_compilation/diag9241.d
Log Message:
-----------
fix Issue 9241 - 2.061: Property call error message disappeared
Commit: 7c2cea2eee75690a6239b5afb53f76c82fc41ecd
https://github.com/D-Programming-Language/dmd/commit/7c2cea2eee75690a6239b5afb53f76c82fc41ecd
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
A test/fail_compilation/ice9540.d
Log Message:
-----------
fix Issue 9540 - Compiler crash on delegate context frame assignment
Commit: dec31f42148fe14a24250592ee21e376ac1d8a88
https://github.com/D-Programming-Language/dmd/commit/dec31f42148fe14a24250592ee21e376ac1d8a88
Author: Walter Bright <walter at walterbright.com>
Date: 2013-04-22 (Mon, 22 Apr 2013)
Changed paths:
M src/enum.c
M src/expression.c
M src/expression.h
M src/mtype.c
M src/mtype.h
M test/fail_compilation/diag8629.d
A test/fail_compilation/diag9241.d
A test/fail_compilation/diag9961.d
A test/fail_compilation/ice9540.d
M test/runnable/template9.d
M test/runnable/ufcs.d
Log Message:
-----------
Merge pull request #1911 from 9rnsr/fix_ufcs_err
Issue 9961 - Using UFCS properties suppress actual errors
Compare: https://github.com/D-Programming-Language/dmd/compare/e1ac824f3d01...dec31f42148f
More information about the dmd-internals
mailing list