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

Merge upstream stable #4623

Merged
merged 2 commits into from
Apr 19, 2024
Merged

Merge upstream stable #4623

merged 2 commits into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. Fix bugzilla 24498 - Multidimensional array not scanned by GC (dlang/…

    …dmd!16400)
    
    For expression `new int[][][](2, 2)` the relevant element type is
    `int[]` and not `int`, because only two dimensions are allocated.
    tim-dlang authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1e92632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8096b View commit details
    Browse the repository at this point in the history