[dmd-internals] [D-Programming-Language/dmd] c6ebfc: fix Issue 9858 - const alias this fails when opAss...

GitHub noreply at github.com
Thu Apr 4 01:24:44 PDT 2013


  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 at 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 at 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


More information about the dmd-internals mailing list