[dmd-internals] [D-Programming-Language/dmd] 41e061: fix Issue 12235 - ICE on printing mangled name of ...

GitHub via dmd-internals dmd-internals at puremagic.com
Wed May 14 04:45:12 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 41e061f150b1a98050e1d1a0a7ad2592bcc63d02
      https://github.com/D-Programming-Language/dmd/commit/41e061f150b1a98050e1d1a0a7ad2592bcc63d02
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-14 (Wed, 14 May 2014)

  Changed paths:
    M src/expression.c
    M src/traits.c
    M test/fail_compilation/ice10922.d
    A test/fail_compilation/ice12235.d
    M test/runnable/traits.d

  Log Message:
  -----------
  fix Issue 12235 - ICE on printing mangled name of forward reference lambda by pragma(msg)


  Commit: c589056b5cbe1eeeddc521c872aece529213daf1
      https://github.com/D-Programming-Language/dmd/commit/c589056b5cbe1eeeddc521c872aece529213daf1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-14 (Wed, 14 May 2014)

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

  Log Message:
  -----------
  fix Issue 12236 - Inconsistent mangleof result


  Commit: 5dc529c2a17f34893167abd48c9bf18bcd2e4247
      https://github.com/D-Programming-Language/dmd/commit/5dc529c2a17f34893167abd48c9bf18bcd2e4247
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-14 (Wed, 14 May 2014)

  Changed paths:
    M src/traits.c
    M test/runnable/traits.d

  Log Message:
  -----------
  fix Issue 12237 - Inconsistent behavior of the instantiating enclosing template function


  Commit: f32b823abcc5ec6fb687956bf739c488ac2b0bf5
      https://github.com/D-Programming-Language/dmd/commit/f32b823abcc5ec6fb687956bf739c488ac2b0bf5
  Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
  Date:   2014-05-14 (Wed, 14 May 2014)

  Changed paths:
    M src/expression.c
    M src/traits.c
    A test/fail_compilation/fail12236.d
    M test/fail_compilation/ice10922.d
    A test/fail_compilation/ice12235.d
    M test/runnable/traits.d

  Log Message:
  -----------
  Merge pull request #3370 from 9rnsr/fix_lambda

Issue 12235 & 12236 & 12237 - fix issues around lambda


Compare: https://github.com/D-Programming-Language/dmd/compare/994f1ead17bd...f32b823abcc5


More information about the dmd-internals mailing list