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

Compiler: fix unsoundness of getfield_tfunc on Tuple Types #57275

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Feb 5, 2025

This was noted in the original review of that PR by the PR author, but was for some reason not fixed at that time: #46693 (comment)

@vtjnash vtjnash added compiler:inference Type inference backport 1.11 Change should be backported to release-1.11 backport 1.12 Change should be backported to release-1.12 labels Feb 5, 2025
@JeffBezanson JeffBezanson added the needs tests Unit tests are required for this change label Feb 5, 2025
@KristofferC KristofferC mentioned this pull request Feb 6, 2025
32 tasks
@vtjnash
Copy link
Member Author

vtjnash commented Feb 6, 2025

Which sort of test do you want to see here?

@oscardssmith
Copy link
Member

Presumably a test where isTypeDataType gave an incorrect result before that this fixes.

@vtjnash vtjnash added merge me PR is reviewed. Merge when all tests are passing and removed needs tests Unit tests are required for this change labels Feb 12, 2025
This was noted in the original review of that PR, but was for some
reason not fixed at that time: #46693 (comment)
@vtjnash vtjnash merged commit db874ff into master Feb 13, 2025
5 of 7 checks passed
@vtjnash vtjnash deleted the jn/56910 branch February 13, 2025 17:10
@oscardssmith oscardssmith removed the merge me PR is reviewed. Merge when all tests are passing label Feb 13, 2025
KristofferC pushed a commit that referenced this pull request Feb 14, 2025
This was noted in the original review of that PR by the PR author, but
was for some reason not fixed at that time:
#46693 (comment)

(cherry picked from commit db874ff)
@KristofferC KristofferC mentioned this pull request Feb 14, 2025
23 tasks
KristofferC pushed a commit that referenced this pull request Feb 14, 2025
This was noted in the original review of that PR by the PR author, but
was for some reason not fixed at that time:
#46693 (comment)

(cherry picked from commit db874ff)
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 backport 1.12 Change should be backported to release-1.12 compiler:inference Type inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants