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

Use Xsource:3 #232

Merged
merged 2 commits into from
May 20, 2021
Merged

Use Xsource:3 #232

merged 2 commits into from
May 20, 2021

Conversation

saeltz
Copy link
Member

@saeltz saeltz commented May 20, 2021

Scala 3 is deprecating package objects with inheritance (see scala/scala-dev#441). We were using them quite a lot.
This uses the compiler flag -Xsource:3 to err on features deprecated in Scala 3 and changes package objects to normal objects which requires some shifting of files to keep the imports stable.
This is the first PR of many to support Scala 3.

@saeltz saeltz marked this pull request as ready for review May 20, 2021 13:31
@saeltz saeltz requested a review from joroKr21 May 20, 2021 14:20
Copy link
Collaborator

@joroKr21 joroKr21 left a comment

Choose a reason for hiding this comment

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

Yes 👍

@saeltz saeltz merged commit 510fdac into master May 20, 2021
@saeltz saeltz deleted the source3 branch May 20, 2021 15:13
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