[dmd-internals] [D-Programming-Language/dmd] fa1105: fix Issue 13011 - inout delegate parameter cannot ...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Jul 1 14:26:04 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: fa1105c79de41ba74795ceed50b64719824bd152
      https://github.com/D-Programming-Language/dmd/commit/fa1105c79de41ba74795ceed50b64719824bd152
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-07-01 (Tue, 01 Jul 2014)

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

  Log Message:
  -----------
  fix Issue 13011 - inout delegate parameter cannot receive exactly same type argument


  Commit: ab10be3b43440b5e74fe6e31799441b43fc92c9a
      https://github.com/D-Programming-Language/dmd/commit/ab10be3b43440b5e74fe6e31799441b43fc92c9a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-07-01 (Tue, 01 Jul 2014)

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

  Log Message:
  -----------
  Merge pull request #3707 from 9rnsr/fix13011

Issue 13011 - inout delegate parameter cannot receive exactly same type argument


Compare: https://github.com/D-Programming-Language/dmd/compare/6382ff63e5fd...ab10be3b4344


More information about the dmd-internals mailing list