[dmd-internals] [D-Programming-Language/dmd] 696dfb: fix Issue 11813 - Improve IFTI error diagnostic

GitHub noreply at github.com
Mon Dec 30 17:22:09 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 696dfbf44d5d287aa60a429d47ff367daaae1fa6
      https://github.com/D-Programming-Language/dmd/commit/696dfbf44d5d287aa60a429d47ff367daaae1fa6
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-27 (Fri, 27 Dec 2013)

  Changed paths:
    M src/func.c
    M test/fail_compilation/diag8648.d
    M test/fail_compilation/diag9004.d
    M test/fail_compilation/fail10346.d
    M test/fail_compilation/fail11125.d
    M test/fail_compilation/fail162.d
    M test/fail_compilation/fail190.d
    M test/fail_compilation/fail236.d
    M test/fail_compilation/fail95.d
    M test/fail_compilation/ice6538.d
    M test/fail_compilation/ice9284.d
    M test/fail_compilation/test8556.d

  Log Message:
  -----------
  fix Issue 11813 - Improve IFTI error diagnostic


  Commit: d5bd4accda98143df17b1cec13ef08bfd20f695a
      https://github.com/D-Programming-Language/dmd/commit/d5bd4accda98143df17b1cec13ef08bfd20f695a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-12-27 (Fri, 27 Dec 2013)

  Changed paths:
    M src/func.c
    M src/template.c
    M test/fail_compilation/fail190.d
    M test/fail_compilation/test8556.d

  Log Message:
  -----------
  fix Issue 11814 - Unnecessary error messages "does not match ..." on IFTI failure


  Commit: 391a3d2186ccd612bc4ede603c820b68a7f9fb63
      https://github.com/D-Programming-Language/dmd/commit/391a3d2186ccd612bc4ede603c820b68a7f9fb63
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-12-30 (Mon, 30 Dec 2013)

  Changed paths:
    M src/func.c
    M src/template.c
    M test/fail_compilation/diag8648.d
    M test/fail_compilation/diag9004.d
    M test/fail_compilation/fail10346.d
    M test/fail_compilation/fail11125.d
    M test/fail_compilation/fail162.d
    M test/fail_compilation/fail190.d
    M test/fail_compilation/fail236.d
    M test/fail_compilation/fail95.d
    M test/fail_compilation/ice6538.d
    M test/fail_compilation/ice9284.d
    M test/fail_compilation/test8556.d

  Log Message:
  -----------
  Merge pull request #3020 from 9rnsr/faildiag

Issue 11813 & 11814 - improve diagnostic messages on IFTI failure


Compare: https://github.com/D-Programming-Language/dmd/compare/fcf76cd0979c...391a3d2186cc


More information about the dmd-internals mailing list