Thread overview
[Issue 14168] Class support for RefCounted
Feb 11, 2015
weaselcat
Feb 11, 2015
Jakob Ovrum
Feb 17, 2015
Nick Treleaven
Jan 04, 2016
weaselcat
Dec 17, 2022
Iain Buclaw
February 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14168

weaselcat <r9shackleford@gmail.com> changed:

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

--
February 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14168

--- Comment #1 from Jakob Ovrum <jakobovrum@gmail.com> ---
(In reply to Jakob Ovrum from comment #0)
> Instantiating RefCounted with a class or interface type should reference-count the actual instance and not just a class reference. To this end, RefCounted currently rejects instantiating with class types for forward-compatibility purposes (at least I'm pretty sure that's why it does it).

I filed a PR to reject interface types as well until class support is properly implemented:

    https://github.com/D-Programming-Language/phobos/pull/2977

--
February 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14168

Nick Treleaven <ntrel-pub@mybtinternet.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntrel-pub@mybtinternet.com

--
January 04, 2016
https://issues.dlang.org/show_bug.cgi?id=14168

weaselcat <r9shackleford@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |15509

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=14168

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=14168

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10115

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--