Thread overview
[Issue 24177] Array literal can implicitly convert to an expected type
Oct 06, 2023
Nick Treleaven
Oct 06, 2023
Dlang Bot
Nov 08, 2023
Dlang Bot
October 06, 2023
https://issues.dlang.org/show_bug.cgi?id=24177

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |spec

--
October 06, 2023
https://issues.dlang.org/show_bug.cgi?id=24177

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dlang.org pull request #3701 "[spec] Array literal can implicitly convert to an expected type" fixing this issue:

- [spec] Array literal can implicitly convert to an expected type

  Fix Issue 24177 - Array literal can implicitly convert to an expected type.

  Use this feature to avoid casting elements manually in example.

https://github.com/dlang/dlang.org/pull/3701

--
November 08, 2023
https://issues.dlang.org/show_bug.cgi?id=24177

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/dlang.org pull request #3701 "[spec] Array literal can implicitly convert to an expected type" was merged into master:

- f8b63d265ed13baf952e5e326f82a9199269bf52 by Nick Treleaven:
  [spec] Array literal can implicitly convert to an expected type

  Fix Issue 24177 - Array literal can implicitly convert to an expected type.

  Use this feature to avoid casting elements manually in example.

https://github.com/dlang/dlang.org/pull/3701

--