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

subtype: fix miscount of Tuple Vararg matching #47336

Merged
merged 1 commit into from
Oct 27, 2022
Merged

subtype: fix miscount of Tuple Vararg matching #47336

merged 1 commit into from
Oct 27, 2022

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Oct 26, 2022

Fix #47246

I feel this might get an award for easiest subtyping bug.

@vtjnash vtjnash added types and dispatch Types, subtyping and method dispatch backport 1.8 Change should be backported to release-1.8 bugfix This change fixes an existing bug labels Oct 26, 2022
@vchuravy vchuravy merged commit eca5512 into master Oct 27, 2022
@vchuravy vchuravy deleted the jn/47246 branch October 27, 2022 03:59
@KristofferC KristofferC mentioned this pull request Oct 27, 2022
37 tasks
@KristofferC KristofferC removed the backport 1.8 Change should be backported to release-1.8 label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some packages assert with ijl_subtype_env: Assertion obvious_subtype == 3 ... when testing
3 participants