[dmd-internals] [D-Programming-Language/dmd] 3b335a: fix Issue 12622 - Purity, @safe not checked for po...

GitHub via dmd-internals dmd-internals at puremagic.com
Sat May 3 06:59:00 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 3b335a25c0a7627580c79c4d1c807d64b4b115b1
      https://github.com/D-Programming-Language/dmd/commit/3b335a25c0a7627580c79c4d1c807d64b4b115b1
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-05-03 (Sat, 03 May 2014)

  Changed paths:
    M src/canthrow.c
    M src/expression.c
    A test/fail_compilation/fail12622.d
    M test/fail_compilation/nogc.d

  Log Message:
  -----------
  fix Issue 12622 - Purity, @safe not checked for pointers to functions


  Commit: 3f9aba80f72e5bf87c3b8921b1d0ab8f3838df32
      https://github.com/D-Programming-Language/dmd/commit/3f9aba80f72e5bf87c3b8921b1d0ab8f3838df32
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2014-05-03 (Sat, 03 May 2014)

  Changed paths:
    M src/canthrow.c
    M src/expression.c
    A test/fail_compilation/fail12622.d
    M test/fail_compilation/nogc.d

  Log Message:
  -----------
  Merge pull request #3489 from 9rnsr/fix12622

Issue 12622 - Purity, @safe not checked for pointers to functions


Compare: https://github.com/D-Programming-Language/dmd/compare/8846c690c63d...3f9aba80f72e


More information about the dmd-internals mailing list