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

Dlang Bot <[email protected]> changed:

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

--- Comment #3 from Dlang Bot <[email protected]> ---
dlang/phobos pull request #8275 "Fix 22383 - Reject noreturn[] as an
autodecodable string" was merged into master:

- d90fc903d928a769ce72f0269fecc7e4d7ef8bba by MoonlightSentinel:
  Fix 22383 - Reject noreturn[] as an autodecodable string

  `noreturn[]` does not contain characters and hence is not subject to
  autodecoding. The previous behaviour caused the range primitives (`put`,
  ...) to call into autodecoding related functions which couldn't handle
  `noreturn[]`.
  That error caused `isInputRange!(noreturn[])` to yield false.

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

--

Reply via email to