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

add :import/:using/:export heads to VALID_EXPR_HEADS #52906

Merged
merged 1 commit into from
Jan 16, 2024

Commits on Jan 15, 2024

  1. add :import/:using/:export heads to VALID_EXPR_HEADS

    Typically, top-level thunks that include these exprs aren't compiled.
    However, in certain `AbstractInterpreter`s such as JET, there's a need
    to perform inference on arbitrary top-level thunks for analysis
    purposes. So this commit updates the IR validator so that it does not
    raise errors on these exprs.
    aviatesk committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ca8760f View commit details
    Browse the repository at this point in the history