Thread overview
[Issue 21063] getLinkage is wrong for forward reference extern(C++) class
Jul 21, 2020
Dlang Bot
Jul 22, 2020
Dlang Bot
Aug 10, 2020
Dlang Bot
July 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21063

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #11438 "Fix 21063 - getLinkage fails with forward references" fixing this issue:

- Fix 21063 - getLinkage fails with forward references

  Use the same code as other traits, e.g. getClassInstanceSize, use.

https://github.com/dlang/dmd/pull/11438

--
July 22, 2020
https://issues.dlang.org/show_bug.cgi?id=21063

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11438 "Fix 21063 - getLinkage fails with forward references" was merged into stable:

- 6134972c17e29e9d193d777013fa67df17451434 by Geod24:
  Fix 21063 - getLinkage fails with forward references

  Use the same code as other traits, e.g. getClassInstanceSize, use.

https://github.com/dlang/dmd/pull/11438

--
August 10, 2020
https://issues.dlang.org/show_bug.cgi?id=21063

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11542 "merge stable" was merged into master:

- 0032771880801ce889822181ffe44849d074a0ac by Geod24:
  Fix 21063 - getLinkage fails with forward references

  Use the same code as other traits, e.g. getClassInstanceSize, use.

https://github.com/dlang/dmd/pull/11542

--