[Issue 13972] Make scoped, Unique, and RefCounted @nogc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Feb 12 00:06:54 PST 2015


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

weaselcat <r9shackleford at gmail.com> changed:

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

--- Comment #3 from weaselcat <r9shackleford at gmail.com> ---
Hi,
Is anyone working on this? It seems like a lot of effort to get RefCounted to
@nogc, just wanted to see if anyone else was working on it before I go any
further and possibly duplicate work.

I think for this to work properly some of the non-allocating GC functions will
need to be annotated with @nogc so we can properly hold references to GC
allocated memory - I'm not sure how else to work around this but maybe someone
more experienced than I am knows. I opened an enhancement request about it, I'm
not sure if it will go anywhere.

Bye.

--


More information about the Digitalmars-d-bugs mailing list