[dmd-internals] [D-Programming-Language/dmd] 225188: fix Issue 9571 - link error due to using unique id...

GitHub noreply at github.com
Tue Sep 17 02:51:17 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 225188755132e42ae97ca398be7d7f3af2b5a1e2
      https://github.com/D-Programming-Language/dmd/commit/225188755132e42ae97ca398be7d7f3af2b5a1e2
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M src/declaration.h
    M src/expression.c
    M src/expression.h
    M src/func.c
    M src/template.c
    M test/fail_compilation/test8793.d
    M test/runnable/Fix5140.d
    A test/runnable/imports/link9571a.d
    A test/runnable/link9571.d

  Log Message:
  -----------
  fix Issue 9571 - link error due to using unique ids in anonymous funcliteral


  Commit: 3395a17dfe506c7a0dcf7370e7e4de4d98391528
      https://github.com/D-Programming-Language/dmd/commit/3395a17dfe506c7a0dcf7370e7e4de4d98391528
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M src/declaration.h
    M src/expression.c
    M src/expression.h
    M src/func.c
    M src/template.c
    M test/fail_compilation/test8793.d
    M test/runnable/Fix5140.d
    A test/runnable/imports/link9571a.d
    A test/runnable/link9571.d

  Log Message:
  -----------
  Merge pull request #2566 from 9rnsr/fix9571

Issue 9571 - link error due to using unique ids in anonymous funcliteral


Compare: https://github.com/D-Programming-Language/dmd/compare/901ec9154d32...3395a17dfe50


More information about the dmd-internals mailing list