https://issues.dlang.org/show_bug.cgi?id=2834
David Nadlinger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from David Nadlinger <[email protected]> --- (In reply to Orvid King from comment #15) > Would making all the writeln's in http://dpaste.dzfl.pl/fbb4a15cda14 print > out be an acceptable solution to this issue? (that is, making heap-allocated > structs call their destructors) As far as I can see, this would not necessarily test structs contained in other structs/classes/arrays. --
