[dmd-internals] [D-Programming-Language/dmd] 24a05d: Improvement and bugfix of MODmethodConv()

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Feb 20 22:13:32 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 24a05d1d94b43a9963970fd05471f25670df0f4b
      https://github.com/D-Programming-Language/dmd/commit/24a05d1d94b43a9963970fd05471f25670df0f4b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
    M src/mtype.c
    M src/mtype.h
    M src/template.c

  Log Message:
  -----------
  Improvement and bugfix of MODmethodConv()

- Returns MATCH level
- Consider MODwildconst


  Commit: b4f6725e3c94c302d5b161a6d7f8dff271cb8f64
      https://github.com/D-Programming-Language/dmd/commit/b4f6725e3c94c302d5b161a6d7f8dff271cb8f64
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-02-18 (Wed, 18 Feb 2015)

  Changed paths:
    M src/aliasthis.c
    M src/declaration.h
    M src/func.c
    M test/runnable/aliasthis.d

  Log Message:
  -----------
  fix Issue 13009 - inout overload conflicts with non-inout when used via alias this


  Commit: d30acc5d9c4a626711c3462ff3d42b9f105cd169
      https://github.com/D-Programming-Language/dmd/commit/d30acc5d9c4a626711c3462ff3d42b9f105cd169
  Author: Brad Roberts <braddr at puremagic.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M src/aliasthis.c
    M src/declaration.h
    M src/func.c
    M src/mtype.c
    M src/mtype.h
    M src/template.c
    M test/runnable/aliasthis.d

  Log Message:
  -----------
  Merge pull request #4417 from 9rnsr/fix13009

[REG2.064] Issue 13009 - inout overload conflicts with non-inout when used via alias this


Compare: https://github.com/D-Programming-Language/dmd/compare/0e0a328fe8bd...d30acc5d9c4a


More information about the dmd-internals mailing list