[Issue 17563] gc_inFinalizer should be public

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jun 27 16:45:54 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17563

ponce <aliloko at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aliloko at gmail.com

--- Comment #1 from ponce <aliloko at gmail.com> ---
Note: This "crude and horrible way" helped me find plenty of bugs where I would
rely on the GC to release a resource, and I only do this in debug clauses so it
hardly really matter how ugly it is. It's a programming error, so I make it
crash right away.

--


More information about the Digitalmars-d-bugs mailing list