July 24, 2023
https://issues.dlang.org/show_bug.cgi?id=24055

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15453 "Fix 24055 - is(x == __parameters) does not work on function pointers" fixing this issue:

- Fix 24055 - is(x == __parameters) does not work on function pointers

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

--
July 25, 2023
https://issues.dlang.org/show_bug.cgi?id=24055

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 #15453 "Fix 24055 - is(x == __parameters) does not work on function pointers" was merged into master:

- 0c1e94f17883ee9c6b705dd94b674b18b77fd413 by Dennis Korpel:
  Fix 24055 - is(x == __parameters) does not work on function pointers

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

--