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

Removed generic type projection use #231

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Removed generic type projection use #231

merged 1 commit into from
Apr 27, 2022

Conversation

michel-steuwer
Copy link
Member

This is a new attempt to move towards Scala 3 by breaking preparation changes from #201 in multiple up-to-date PRs. With the hope that we can merge these quickly.

This PR removes the use of generic type projections (i.e. T#U) in the FunctionHelper class, as these have been dropped in Scala 3.

The replacement syntax is maybe not ideal, but once in Scala 3 (...) there is a better alternative available: https://scastie.scala-lang.org/ndV4Xu8RQZWlZRYCc6GAig

Copy link
Member

@Bastacyclop Bastacyclop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep track of the desired Scala 3 alternative with an issue?

@michel-steuwer
Copy link
Member Author

Done: #234

@michel-steuwer michel-steuwer merged commit f2b4ca3 into main Apr 27, 2022
@michel-steuwer michel-steuwer deleted the scala-3-prep-1 branch April 27, 2022 16:52
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