[dmd-internals] [D-Programming-Language/dmd] 40d45c: fix Issue 10319 - @safe/pure/nothrow error should ...

GitHub noreply at github.com
Mon Jun 10 02:20:42 PDT 2013


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

  Changed paths:
    M src/canthrow.c
    M src/expression.c
    M src/func.c
    A test/fail_compilation/diag10319.d
    M test/fail_compilation/fail349.d
    M test/fail_compilation/fail7848.d

  Log Message:
  -----------
  fix Issue 10319 - @safe/pure/nothrow error should print fully qualified name


  Commit: da5dd835e09dead25933ac118cd0ba71167561df
      https://github.com/D-Programming-Language/dmd/commit/da5dd835e09dead25933ac118cd0ba71167561df
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2013-06-10 (Mon, 10 Jun 2013)

  Changed paths:
    M src/canthrow.c
    M src/expression.c
    M src/func.c
    A test/fail_compilation/diag10319.d
    M test/fail_compilation/fail349.d
    M test/fail_compilation/fail7848.d

  Log Message:
  -----------
  Merge pull request #2158 from 9rnsr/fix10319

Issue 10319 - @safe/pure/nothrow error should print fully qualified name


Compare: https://github.com/D-Programming-Language/dmd/compare/b55c8e9af56e...da5dd835e09d


More information about the dmd-internals mailing list