[Issue 22369] Unreachable statements in std.concurrency with noreturn values / callbacks

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 13 18:18:39 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=22369

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at 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

--


More information about the Digitalmars-d-bugs mailing list