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

Make Pkg more robust to poor inference #4044

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Commits on Oct 11, 2024

  1. Make Pkg more robust to poor inference

    A few things in Pkg rely on inference to figure out (empty)
    collection types and error if inference can't figure it because
    the subsequent method signatures are narrow.
    I wouldn't really care for any other package, but when working
    on inference it's not uncommon for it to temporarily be somewhat
    broken. It's useful to still have Pkg available so that the build
    finishes and that it is possible to install extra packages for
    debugging.
    Keno committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e6c27b3 View commit details
    Browse the repository at this point in the history