[Issue 20465] Dynamic + static array declaration fail
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 28 13:25:09 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20465
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list