[dmd-internals] [D-Programming-Language/dmd] d67490: Issue 6267 - Can't increment alias this'd struct f...
noreply at github.com
noreply at github.com
Sat Jul 9 23:06:06 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d67490ebbbc909bcacbcbb9513539e43b4812a7d
https://github.com/D-Programming-Language/dmd/commit/d67490ebbbc909bcacbcbb9513539e43b4812a7d
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
M src/opover.c
M test/runnable/aliasthis.d
Log Message:
-----------
Issue 6267 - Can't increment alias this'd struct from ref return
The [fix for bug 5551](https://github.com/D-Programming-Language/dmd/commit/b3df2) was incorrect, it should only skip attempting to use `opBinary`/`opBinaryRight`, not the rest of op_overload.
Commit: 5f6f697a4287494a6e8ae4f84bd5e7d28a115e1a
https://github.com/D-Programming-Language/dmd/commit/5f6f697a4287494a6e8ae4f84bd5e7d28a115e1a
Author: Walter Bright <walter at walterbright.com>
Date: 2011-07-09 (Sat, 09 Jul 2011)
Changed paths:
M src/opover.c
M test/runnable/aliasthis.d
Log Message:
-----------
Merge pull request #225 from yebblies/issue6267
Issue 6267 - Can't increment alias this'd struct from ref return
Compare: https://github.com/D-Programming-Language/dmd/compare/27b73cb...5f6f697
More information about the dmd-internals
mailing list