April 04, 2013 [dmd-internals] [D-Programming-Language/dmd] c6ebfc: fix Issue 9858 - const alias this fails when opAss... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: c6ebfc21c8fd050b13dfd8cb2da8803797d261bc https://github.com/D-Programming-Language/dmd/commit/c6ebfc21c8fd050b13dfd8cb2da8803797d261bc Author: k-hara <k.hara.pg@gmail.com> Date: 2013-04-03 (Wed, 03 Apr 2013) Changed paths: M src/mtype.c M test/runnable/aliasthis.d Log Message: ----------- fix Issue 9858 - const alias this fails when opAssign is present Type::makeXXX had unintentionally taken over Type(Struct|Class)::att field. Commit: afd7c3d0555d7407bc55a2fb3e3dbf864413d23e https://github.com/D-Programming-Language/dmd/commit/afd7c3d0555d7407bc55a2fb3e3dbf864413d23e Author: Andrej Mitrovic <andrej.mitrovich@gmail.com> Date: 2013-04-04 (Thu, 04 Apr 2013) Changed paths: M src/mtype.c M test/runnable/aliasthis.d Log Message: ----------- Merge pull request #1828 from 9rnsr/fix9858 [REG2.063a] Issue 9858 - const alias this fails when opAssign is present Compare: https://github.com/D-Programming-Language/dmd/compare/8a2a36894eec...afd7c3d0555d |
Copyright © 1999-2021 by the D Language Foundation