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

fix abstract_eval_cfunction mistakes #56856

Merged
merged 2 commits into from
Dec 18, 2024
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Dec 17, 2024

Noticed in code reading, that 35e4a1f simplified this incorrectly resulting in all arguments being assigned to the function type, and then 7f8635f further broke the return type expected for the failure case.

Noticed in code reading, that 35e4a1f
simplified this incorrectly resulting in all arguments being assigned to
the function type, and then 7f8635f
further broke the return type expected for the failure case.
@vtjnash vtjnash requested a review from aviatesk December 17, 2024 21:28
Compiler/src/abstractinterpretation.jl Outdated Show resolved Hide resolved
@vtjnash vtjnash merged commit 65de014 into master Dec 18, 2024
5 of 7 checks passed
@vtjnash vtjnash deleted the jn/cfunction-infer-regression branch December 18, 2024 18:09
@vtjnash vtjnash added the backport 1.11 Change should be backported to release-1.11 label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.11 Change should be backported to release-1.11
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants