Thread overview
[Issue 20465] Dynamic + static array declaration fail
Dec 25, 2019
Basile-z
Dec 26, 2019
Dlang Bot
Dec 28, 2019
Dlang Bot
Mar 21, 2020
Basile-z
December 25, 2019
https://issues.dlang.org/show_bug.cgi?id=20465

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
                 CC|                            |b2.temp@gmx.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|blocker                     |regression

--
December 25, 2019
https://issues.dlang.org/show_bug.cgi?id=20465

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel@disroot.org ---
Digger blames https://issues.dlang.org/show_bug.cgi?id=20465

--
December 26, 2019
https://issues.dlang.org/show_bug.cgi?id=20465

--- Comment #2 from moonlightsentinel@disroot.org ---
Correct link: https://github.com/dlang/dmd/pull/10600

--
December 26, 2019
https://issues.dlang.org/show_bug.cgi?id=20465

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #10698 "Fix Issue 20465 - Dynamic + static array declaration fail" fixing this issue:

- Fix Issue 20465 - Dynamic + static array declaration fail

  Implements a cleaner solution for issue 10562 which tries to match the
  assigned expression against all dimensions of the target (instead of
  bluntly rewriting to keep type safety).

  Rewrites the original test to orderly check all possible combinations.

https://github.com/dlang/dmd/pull/10698

--
December 28, 2019
https://issues.dlang.org/show_bug.cgi?id=20465

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10698 "Fix Issue 20465 - Dynamic + static array declaration fail" was merged into stable:

- 6ce09f814cc4669da3185a35e540164384be54fa by MoonlightSentinel:
  Fix Issue 20465 - Dynamic + static array declaration fail

  Implements a cleaner solution for issue 10562 which tries to match the
  assigned expression against all dimensions of the target (instead of
  bluntly rewriting to keep type safety).

  Rewrites the original test to orderly check all possible combinations.

https://github.com/dlang/dmd/pull/10698

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20465

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--