Thread overview
[Issue 22388] Wrong overload selected for @safe delegate
Oct 14, 2021
Dlang Bot
Oct 15, 2021
Dlang Bot
Oct 21, 2021
Dlang Bot
October 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22388

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #13170 "Fix 22388 - Don't discard function safety when matching lambdas" fixing this issue:

- Fix 22388 - Don't discard function safety when matching lambdas

  The code intended to copy the `TypeFunction` and change the return
  type but also dropped the safety level.

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

--
October 15, 2021
https://issues.dlang.org/show_bug.cgi?id=22388

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 #13170 "Fix 22388 - Don't discard function safety when matching lambdas" was merged into stable:

- e5a221a5f92fbb121b422639f99af7c6ed2acad5 by MoonlightSentinel:
  Fix 22388 - Don't discard function safety when matching lambdas

  The code intended to copy the `TypeFunction` and change the return
  type but also dropped the safety level.

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

--
October 21, 2021
https://issues.dlang.org/show_bug.cgi?id=22388

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

- 59288c7a3cdd661113c3b1d63b22fce66e1b50ae by MoonlightSentinel:
  Fix 22388 - Don't discard function safety when matching lambdas

  The code intended to copy the `TypeFunction` and change the return
  type but also dropped the safety level.

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

--