[Issue 20465] Dynamic + static array declaration fail
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 26 02:33:02 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20465
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #3 from Dlang Bot <dlang-bot at 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
--
More information about the Digitalmars-d-bugs
mailing list