[dmd-internals] [D-Programming-Language/dmd] bb2dcd: Small refactoring to resolve alias this.

GitHub noreply at github.com
Sat Feb 25 15:59:16 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bb2dcd58554a821bf13e357b10116e3bb0165cd5
      https://github.com/D-Programming-Language/dmd/commit/bb2dcd58554a821bf13e357b10116e3bb0165cd5
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M src/aliasthis.c
  M src/cast.c
  M src/expression.c
  M src/expression.h
  M src/mtype.c
  M src/template.c

  Log Message:
  -----------
  Small refactoring to resolve alias this.


  Commit: 9d24a9916f573bb78504ef9a642fd7747f282393
      https://github.com/D-Programming-Language/dmd/commit/9d24a9916f573bb78504ef9a642fd7747f282393
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M src/mtype.c
  M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 7580 - Identity assignment of Nullable crashes dmd


  Commit: a03216f62665b8e04d2d67dc1b52dc3ec8826163
      https://github.com/D-Programming-Language/dmd/commit/a03216f62665b8e04d2d67dc1b52dc3ec8826163
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M src/aliasthis.c
  M src/cast.c
  M src/expression.c
  M src/expression.h
  M src/mtype.c
  M src/template.c
  M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #762 from 9rnsr/fix7580

Issue 7580 - Identity assignment of Nullable crashes dmd


Compare: https://github.com/D-Programming-Language/dmd/compare/f9c2d24...a03216f


More information about the dmd-internals mailing list