[Issue 8293] Small amount of static analysis to avoid certain destructor bugs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 16 18:59:24 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=8293
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #1 from yebblies <yebblies at gmail.com> 2013-01-17 13:59:22 EST ---
The problem is that using the gc in a destructor is perfectly valid for two
reasons:
- InvalidMemoryOperationError is just an implementation deficiency
- You can manually call the destructor
The first reason will go away eventually.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list