Thread overview
[Issue 19702] Remove usage of DECLARE_HANDLE
Dec 17, 2022
Iain Buclaw
Jan 14
Dlang Bot
Jan 14
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19702

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
January 14
https://issues.dlang.org/show_bug.cgi?id=19702

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@vabenil created dlang/dmd pull request #16038 "Fix issue 19702 - Remove usage of DECLARE_HANDLE" fixing this issue:

- Fix issue 19702 - Remove usage of DECLARE_HANDLE

  Replace DECLARE_HANDLE in favor of aliases to avoid weird compilation
  issues.

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

--
January 14
https://issues.dlang.org/show_bug.cgi?id=19702

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 #16038 "Fix issue 19702 - Remove usage of DECLARE_HANDLE" was merged into master:

- 85cc0cad7920f3f93dd83a9a9ff47484d617a7b9 by vabenil:
  Fix issue 19702 - Remove usage of DECLARE_HANDLE

  Replace DECLARE_HANDLE in favor of aliases to avoid weird compilation
  issues.

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

--