-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Backport "Simplify avoidance of local types of Hole" to LTS #18939
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Cherry-picked 8764778]
The "ordinal" method generated non-sensical patterns if the cases of a sealed trait were found in the trait itself. In that case the ordinal method would be placed in the companion object, but still tried to access the cases via the `this` of the companion class. We are now more careful and fall back to type projections in comparisons. Fixes #17556 [Cherry-picked a0be3d6]
I am not quite sure abput he previous definition of superType in SuperType. I believe it's probably needed for something. But it's clearly wrong if the `supertpe` argument does not have a symbol. We now fall back to the default `superType = underlying` in this case. Fixes $17555 [Cherry-picked 810a396]
[Cherry-picked d1a7346]
….NonLocalReturns [Cherry-picked 3502cef]
We did not allow `using` in function types for a long time. [Cherry-picked edeb4b8]
Not sure why one out of +100 methods in Java did not get a position in the forwarder [Cherry-picked d9fcb9a]
[Cherry-picked be8d626]
nicolasstucki
approved these changes
Nov 17, 2023
Backports #17576 to the LTS branch. PR submitted by the release tooling.
No diff found between https://github.com/VirtusLab/community-build3/actions/runs/6893136429 and https://github.com/VirtusLab/community-build3/actions/runs/6893308888. Merging the entire queue up to the #17595. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backports #17571 to the LTS branch.
PR submitted by the release tooling.