[dmd-internals] [D-Programming-Language/dmd] b927f9: fix Issue 8836 - function called with argument typ...

GitHub noreply at github.com
Sun Oct 21 12:47:26 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b927f9875086428f76137247409859a99e2b867c
      https://github.com/D-Programming-Language/dmd/commit/b927f9875086428f76137247409859a99e2b867c
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2012-10-19 (Fri, 19 Oct 2012)

  Changed paths:
    M src/cast.c
    M test/runnable/funclit.d

  Log Message:
  -----------
  fix Issue 8836 - function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)


  Commit: c639d6248a081aeed89bfbda1c4be367e91fc1da
      https://github.com/D-Programming-Language/dmd/commit/c639d6248a081aeed89bfbda1c4be367e91fc1da
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-10-21 (Sun, 21 Oct 2012)

  Changed paths:
    M src/cast.c
    M test/runnable/funclit.d

  Log Message:
  -----------
  Merge pull request #1193 from 9rnsr/fix8836

Issue 8836 - function called with argument types ((void function())) matches both f(void function() fn) and f(void delegate() dg)


Compare: https://github.com/D-Programming-Language/dmd/compare/f58578f1f3fd...c639d6248a08


More information about the dmd-internals mailing list