[dmd-internals] [D-Programming-Language/dmd] e526b5: fix Issue 9271 - Forwarding lambda predicate with ...

GitHub noreply at github.com
Mon Nov 25 13:57:09 PST 2013


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

  Changed paths:
    M src/mangle.c
    A test/runnable/imports/test9271a.d
    A test/runnable/test9271.d

  Log Message:
  -----------
  fix Issue 9271 - Forwarding lambda predicate with type inference causes segfault


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

  Changed paths:
    M src/mangle.c
    A test/runnable/imports/test9271a.d
    A test/runnable/test9271.d

  Log Message:
  -----------
  Merge pull request #2877 from 9rnsr/fix9271

Issue 9271 - Forwarding lambda predicate with type inference causes segfault


Compare: https://github.com/D-Programming-Language/dmd/compare/66e0b4e36b45...7d23f86e0966


More information about the dmd-internals mailing list