Thread overview
[Issue 12000] Forward reference issue with RefCounted
May 13, 2014
Kenji Hara
Dec 17, 2022
Iain Buclaw
Jan 16, 2023
Iain Buclaw
April 11, 2014
https://issues.dlang.org/show_bug.cgi?id=12000
Issue 12000 depends on issue 12009, which changed state.

Issue 12009 Summary: local import and "unable to resolve forward reference" error https://issues.dlang.org/show_bug.cgi?id=12009

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 25, 2014
https://issues.dlang.org/show_bug.cgi?id=12000

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/bc1876626bbefd54941154733f667012e290a4d3 Re-implement hasIndirections

Avoids requesting the RepresentationTypeTuple of T unless really needed.

Partially solves 12000: https://d.puremagic.com/issues/show_bug.cgi?id=12000

Fix Issue 12000 - Forward reference issue with RefCounted

--
April 25, 2014
https://issues.dlang.org/show_bug.cgi?id=12000

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
May 13, 2014
https://issues.dlang.org/show_bug.cgi?id=12000

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
January 16, 2023
https://issues.dlang.org/show_bug.cgi?id=12000

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |ibuclaw@gdcproject.org
         Resolution|---                         |FIXED

--- Comment #9 from Iain Buclaw <ibuclaw@gdcproject.org> ---
No longer reproducible, the lack of any reduction makes it unclear if the compiler was at fault.

--