August 16, 2021
https://issues.dlang.org/show_bug.cgi?id=22218

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke updated dlang/druntime pull request #3543 "Fix Issue 22218 - Dynamic casts across binary boundaries can easily fail" fixing this issue:

- Fix Issue 22218

  Actually fixed by the previous commits, just fixing up the rt.cast_
  compile errors after the rebase.

https://github.com/dlang/druntime/pull/3543

--
August 20, 2021
https://issues.dlang.org/show_bug.cgi?id=22218

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/druntime pull request #3543 "Fix Issue 22218 - Dynamic casts across binary boundaries can easily fail" was merged into master:

- 861ab5bb4f5de95499909afb9fb7123c2bb94b91 by Martin Kinkelin:
  Fix Issue 22218

  Actually fixed by the previous commits, just fixing up the rt.cast_
  compile errors after the rebase.

https://github.com/dlang/druntime/pull/3543

--