-
Couldn't load subscription status.
- Fork 1.1k
Fix a bundle of patmat issues #21000
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
Conversation
2ed2826 to
a2f7ecf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not that familiar with the SpaceEngine so I could be missing things, but overall looks fine
There's mainly the explicit nulls which look like might be silenced too much
Some of the issues are legitimate
Previously `defn.ListType.appliedTo(elemTp) <:< pat.tpe` failed when pat.tpe is something like ParamClause, an alias.
Without that, we end up with either a flexible type or a `| Null`.
Backports #21000 to the 3.5.2 branch. PR submitted by the release tooling. [skip ci]
This reverts PR scala#21000 due to introduced performance regression
This reverts PR scala#21000 due to introduced performance regression
This reverts PR #21000 due to introduced performance regression
Some of the issues are legitimate.
Fixes #20121
Fixes #20122
Fixes #20123
Fixes #20128
Fixes #20129
Fixes #20130
Fixes #20131
Fixes #20132