[dmd-internals] [D-Programming-Language/dmd] 57c972: fix Issue 8244 - cannot slice a type tuple with '[...

GitHub noreply at github.com
Mon Nov 25 20:04:39 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 57c972cbf74e57a823626f487b790e810e2e40b2
      https://github.com/D-Programming-Language/dmd/commit/57c972cbf74e57a823626f487b790e810e2e40b2
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-24 (Sun, 24 Nov 2013)

  Changed paths:
    M src/mtype.c
    R test/fail_compilation/fail186.d
    M test/runnable/variadic.d

  Log Message:
  -----------
  fix Issue 8244 - cannot slice a type tuple with '[]' in locations where a type is valid


  Commit: a6bda1e6fca61df9a46a94dcc95bc5564fc47ce9
      https://github.com/D-Programming-Language/dmd/commit/a6bda1e6fca61df9a46a94dcc95bc5564fc47ce9
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-11-25 (Mon, 25 Nov 2013)

  Changed paths:
    M src/mtype.c
    R test/fail_compilation/fail186.d
    M test/runnable/variadic.d

  Log Message:
  -----------
  Merge pull request #2855 from 9rnsr/fix8244

Issue 8244 - cannot slice a type tuple with '[]' in locations where a type is valid


Compare: https://github.com/D-Programming-Language/dmd/compare/7360ae8611ad...a6bda1e6fca6


More information about the dmd-internals mailing list