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

inference: Fix handling of :throw_undef_if_not #53875

Merged
merged 1 commit into from
Mar 27, 2024
Merged

inference: Fix handling of :throw_undef_if_not #53875

merged 1 commit into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. inference: Fix handling of :throw_undef_if_not

    This stmt type doesn't usually get introduced until IR conversion, but we do allow it in
    inference (to allow it to be emitted by packages like Diffractor). However, we didn't
    have a test for it, so the code path grew a bug. Fix that and also allow this as a
    frontend form, so it can be tested without resorting to generated functions.
    Keno committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d8e827e View commit details
    Browse the repository at this point in the history