[dmd-internals] [D-Programming-Language/dmd] 1fb7a3: fix Issue 10534 - Addition and subtraction of dele...

GitHub noreply at github.com
Fri Jul 5 11:17:07 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 1fb7a33b2ca338628450428ba67d302616126b02
      https://github.com/D-Programming-Language/dmd/commit/1fb7a33b2ca338628450428ba67d302616126b02
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    M src/expression.c
    A test/fail_compilation/fail10534.d

  Log Message:
  -----------
  fix Issue 10534 - Addition and subtraction of delegates allowed


  Commit: 752ff1cbb37f8f1c3adaae7711546da54e639bc6
      https://github.com/D-Programming-Language/dmd/commit/752ff1cbb37f8f1c3adaae7711546da54e639bc6
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    M src/cast.c
    M src/mtype.c

  Log Message:
  -----------
  fix-up for the improvement of default argument processing


  Commit: d9c710351028452533241e069bdde9034fc4cde8
      https://github.com/D-Programming-Language/dmd/commit/d9c710351028452533241e069bdde9034fc4cde8
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-07-05 (Fri, 05 Jul 2013)

  Changed paths:
    M src/cast.c
    M src/expression.c
    M src/mtype.c
    A test/fail_compilation/fail10534.d

  Log Message:
  -----------
  Merge pull request #2294 from 9rnsr/fix10534

Issue 10534 - Addition and subtraction of delegates allowed


Compare: https://github.com/D-Programming-Language/dmd/compare/645c6ae58c28...d9c710351028


More information about the dmd-internals mailing list