[dmd-internals] [D-Programming-Language/dmd] 9d901d: fix Issue 10289 - compiler should infer nothrow ev...

GitHub noreply at github.com
Fri Jun 7 14:02:10 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 9d901dfe36c548bad2f998f23128484d3db1715a
      https://github.com/D-Programming-Language/dmd/commit/9d901dfe36c548bad2f998f23128484d3db1715a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    M src/statement.c
    M src/statement.h
    M test/compilable/testInference.d

  Log Message:
  -----------
  fix Issue 10289 - compiler should infer nothrow even if Error is thrown


  Commit: 3077571190226d14c14d96eac1301bb83b403c41
      https://github.com/D-Programming-Language/dmd/commit/3077571190226d14c14d96eac1301bb83b403c41
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    M src/statement.c
    M src/statement.h
    M test/compilable/testInference.d

  Log Message:
  -----------
  Merge pull request #2145 from 9rnsr/fix10289

Issue 10289 - compiler should infer nothrow even if Error is thrown


Compare: https://github.com/D-Programming-Language/dmd/compare/b4a47e8ffd6e...307757119022


More information about the dmd-internals mailing list