Thread overview
[Issue 22964] array cast message is awkwardly worded
Mar 31, 2022
Dlang Bot
Mar 31, 2022
Dlang Bot
March 31, 2022
https://issues.dlang.org/show_bug.cgi?id=22964

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy updated dlang/druntime pull request #3792 "Fix confusing message on array cast failure." fixing this issue:

- Fix issue 22964 -- array cast failure message awkwardly worded

https://github.com/dlang/druntime/pull/3792

--
March 31, 2022
https://issues.dlang.org/show_bug.cgi?id=22964

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
March 31, 2022
https://issues.dlang.org/show_bug.cgi?id=22964

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/druntime pull request #3792 "Fix confusing message on array cast failure." was merged into master:

- a91547cbb359e3a9b46e52513b457fc05f67298d by Steven Schveighoffer:
  Fix issue 22964 -- array cast failure message awkwardly worded

https://github.com/dlang/druntime/pull/3792

--