Thread overview
[Issue 12555] Incorrect error ungagging for speculatively instantiated class
Apr 10, 2014
Kenji Hara
Apr 10, 2014
Kenji Hara
Jun 28, 2017
Vladimir Panteleev
April 10, 2014
https://issues.dlang.org/show_bug.cgi?id=12555

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3447

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

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
New PR: https://github.com/D-Programming-Language/dmd/pull/3384

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

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

https://github.com/D-Programming-Language/dmd/commit/9d2d7cca1fd2dedd2924974fa84319f763a2ec44
fix Issue 12555 - Incorrect error ungagging for speculatively instantiated
class

`ungagSpeculative()` should do nothing for function local symbols.

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/D-Programming-Language/dmd/commit/050707d1b1079bff15f3770fb6b5e8db1015a20a Merge pull request #3384 from 9rnsr/refactor_aggregate

Issue 12078 & 12143 & 12555 & 11622 - Separate class hierarchy calculation from class member semantics

--
June 28, 2017
https://issues.dlang.org/show_bug.cgi?id=12555

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras@gmail.com

--- Comment #5 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
*** Issue 11195 has been marked as a duplicate of this issue. ***

--