[dmd-internals] [D-Programming-Language/dmd] 478b03: fix Issue 12534 - ICE on using expression tuple as...

GitHub noreply at github.com
Mon Apr 7 12:50:25 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 478b03d5d6fd7c3f88447bccb91beeaad4523d4f
      https://github.com/D-Programming-Language/dmd/commit/478b03d5d6fd7c3f88447bccb91beeaad4523d4f
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

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

  Log Message:
  -----------
  fix Issue 12534 - ICE on using expression tuple as type tuple

TypeSlice::next should be handled as same as TypeSArray and TypeDArray -
if the next part is reduced to error type, it should not be returned to
the original field.


  Commit: 8fd2207dfc52586035c9b855577fde815b69a33c
      https://github.com/D-Programming-Language/dmd/commit/8fd2207dfc52586035c9b855577fde815b69a33c
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

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

  Log Message:
  -----------
  Merge pull request #3429 from 9rnsr/fix12534

Issue 12534 - ICE on using expression tuple as type tuple


Compare: https://github.com/D-Programming-Language/dmd/compare/dfdf8515ba01...8fd2207dfc52


More information about the dmd-internals mailing list