October 08, 2021
https://issues.dlang.org/show_bug.cgi?id=22369

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/phobos pull request #8266 "Fix 22369 - Omit unreachable statements in std.concurrency" fixing this issue:

- Fix 22369 - Omit unreachable statements in std.concurrency

  Instantiating these templates with noreturn values / callbacks causes
  the versioned statements to become unreachable.

https://github.com/dlang/phobos/pull/8266

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

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/phobos pull request #8266 "Fix 22369 - Omit unreachable statements in std.concurrency" was merged into master:

- 4cf70e6c431660461a0a705abf57ee329012f675 by MoonlightSentinel:
  Fix 22369 - Omit unreachable statements in std.concurrency

  Instantiating these templates with noreturn values / callbacks causes
  the versioned statements to become unreachable.

https://github.com/dlang/phobos/pull/8266

--