[dmd-internals] [D-Programming-Language/dmd] 2d1ae1: fix Issue 14815 - Destructor is not called for sta...

GitHub via dmd-internals dmd-internals at puremagic.com
Mon Jul 20 09:29:37 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 2d1ae10a72484a86365737987d7efb7389a456c0
      https://github.com/D-Programming-Language/dmd/commit/2d1ae10a72484a86365737987d7efb7389a456c0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-07-21 (Tue, 21 Jul 2015)

  Changed paths:
    M src/e2ir.c
    M src/interpret.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  fix Issue 14815 - Destructor is not called for static array assignment


  Commit: ddc90f382cac62116a4610c10bb39b21a20c30a3
      https://github.com/D-Programming-Language/dmd/commit/ddc90f382cac62116a4610c10bb39b21a20c30a3
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2015-07-20 (Mon, 20 Jul 2015)

  Changed paths:
    M src/e2ir.c
    M src/interpret.c
    M test/runnable/sdtor.d

  Log Message:
  -----------
  Merge pull request #4824 from 9rnsr/fix14815

Issue 14815 - Destructor is not called for static array assignment


Compare: https://github.com/D-Programming-Language/dmd/compare/0b0d37363727...ddc90f382cac


More information about the dmd-internals mailing list