Thread overview
[Issue 22368] has[Unshared]Aliasing fails to instantiate for noreturn
Oct 08, 2021
Dlang Bot
Oct 08, 2021
Dlang Bot
Oct 09, 2021
Dlang Bot
October 08, 2021
https://issues.dlang.org/show_bug.cgi?id=22368

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 #8265 "Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn" fixing this issue:

- Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn

  The problem was that `noreturn` matched the special case for `Rebindable`
  because the bottom type is implicitly convertible to any type.

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

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

--- Comment #2 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 22368 - has[Unshared]Aliasing fails to instantiate for noreturn

  The problem was that `noreturn` matched the special case for `Rebindable`
  because the bottom type is implicitly convertible to any type.

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

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8265 "Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn" was merged into master:

- b612caa1625aafb79c88e20a24876d8aac8dac7a by MoonlightSentinel:
  Fix 22368 - has[Unshared]Aliasing fails to instantiate for noreturn

  The problem was that `noreturn` matched the special case for `Rebindable`
  because the bottom type is implicitly convertible to any type.

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

--