Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue 23337 - Wrongly elided postblit/copy ctor for array construction (_d_arrayctor lowering) #14442

Merged
merged 2 commits into from Oct 6, 2022

Commits on Oct 5, 2022

  1. Fix Issue 23337 - Wrongly elided postblit/copy ctor for array constru…

    …ction (_d_arrayctor lowering)
    kinke committed Oct 5, 2022
    Copy the full SHA
    6ee6956 View commit details
    Browse the repository at this point in the history
  2. Add array-construction tests for slice-expression LHS

    Which required further logic tweaks to prevent previously invisible
    regressions for two such corner cases - wrong _d_arrayctor lowerings
    with array literals and static-array rvalues, the latter implicitly
    cast to slices.
    kinke committed Oct 5, 2022
    Copy the full SHA
    2662c8c View commit details
    Browse the repository at this point in the history