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

Move CrossVersionChecks before FirstTransform #17301

Merged
merged 2 commits into from
Apr 25, 2023

Conversation

nicolasstucki
Copy link
Contributor

@nicolasstucki nicolasstucki commented Apr 18, 2023

Fixes #17292

@nicolasstucki nicolasstucki force-pushed the fix-17292 branch 2 times, most recently from 8b9c7a9 to 46df5a2 Compare April 18, 2023 14:30
@nicolasstucki nicolasstucki self-assigned this Apr 24, 2023
`scala.{Traversable,TraversableOnce,BufferedIterator}` are deprecated
since 2.13.0. It seems these deprecated references where not found when
the check was performed after `FirstTransform` as the types might have
been dealiased in the `TypeTree`.
@smarter smarter merged commit bdadfd3 into scala:main Apr 25, 2023
@smarter smarter deleted the fix-17292 branch April 25, 2023 12:37
@Kordyjan Kordyjan added this to the 3.3.1 milestone Aug 1, 2023
This pull request was closed.
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.

experimental type selection is not checked when argument of a match type.
3 participants