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

Backport "Fix a bundle of patmat issues" to 3.5.2 #21478

Merged
merged 11 commits into from
Aug 28, 2024

Conversation

WojciechMazur
Copy link
Contributor

Backports #21000 to the 3.5.2 branch.

PR submitted by the release tooling.
[skip ci]

[Cherry-picked 3ba51a6]
[Cherry-picked 5994ea7]
Some of the issues are legitimate

[Cherry-picked b56da91]
Previously `defn.ListType.appliedTo(elemTp) <:< pat.tpe` failed when
pat.tpe is something like ParamClause, an alias.

[Cherry-picked e160de7]
Without that, we end up with either a flexible type or a `| Null`.

[Cherry-picked 5fd810e]
Base automatically changed from release-3.5.x-21327 to 3.5.x August 28, 2024 11:53
@WojciechMazur WojciechMazur merged commit 0492a30 into 3.5.x Aug 28, 2024
27 checks passed
@WojciechMazur WojciechMazur deleted the release-3.5.x-21000 branch August 28, 2024 11:53
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.

2 participants