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

Conversation

aviatesk
Copy link
Sponsor Member

Typically, top-level thunks that include these exprs aren't compiled. However, in certain AbstractInterpreters 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.

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 aviatesk changed the title add :import/:using/:export heads to VALID_EXPR_HEADS add :import/:using/:export heads to VALID_EXPR_HEADS Jan 15, 2024
@aviatesk aviatesk merged commit b058146 into master Jan 16, 2024
8 checks passed
@aviatesk aviatesk deleted the avi/validation-head branch January 16, 2024 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant