[dmd-internals] [D-Programming-Language/dmd] 620e8f: [trivial] move void parameter check position

GitHub noreply at github.com
Sun Sep 15 00:16:33 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 620e8f1f74d9ea43b0376b77933e3ac0d2bdc1d0
      https://github.com/D-Programming-Language/dmd/commit/620e8f1f74d9ea43b0376b77933e3ac0d2bdc1d0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M src/mtype.c

  Log Message:
  -----------
  [trivial] move void parameter check position

TypeFunction::callMatch, and functionParamters does it first, so mimic them.


  Commit: 6cb33db03031a48e5767072271f02d271dd21f28
      https://github.com/D-Programming-Language/dmd/commit/6cb33db03031a48e5767072271f02d271dd21f28
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M src/mtype.c
    A test/fail_compilation/fail10630.d

  Log Message:
  -----------
  fix Issue 10630 - Structs with disabled default construction can't be used as `out` parameters


  Commit: b8b99a8148e730c067297d0dfd702bbbf0a4902e
      https://github.com/D-Programming-Language/dmd/commit/b8b99a8148e730c067297d0dfd702bbbf0a4902e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-09-08 (Sun, 08 Sep 2013)

  Changed paths:
    M test/fail_compilation/fail10115.d

  Log Message:
  -----------
  fix bug10115 test case


  Commit: 2b7b591296f63fdd344dd545a7b41ff53fa5b4ca
      https://github.com/D-Programming-Language/dmd/commit/2b7b591296f63fdd344dd545a7b41ff53fa5b4ca
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-15 (Sun, 15 Sep 2013)

  Changed paths:
    M src/mtype.c
    M test/fail_compilation/fail10115.d
    A test/fail_compilation/fail10630.d

  Log Message:
  -----------
  Merge pull request #2510 from 9rnsr/fix10630

Issue 10630 - Structs with disabled default construction can't be used as `out` parameters


Compare: https://github.com/D-Programming-Language/dmd/compare/aea5806539d9...2b7b591296f6


More information about the dmd-internals mailing list