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 scala3 compatible wildcard import #701

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

kczulko
Copy link
Contributor

@kczulko kczulko commented Jan 30, 2024

While working with scala3 and -source:future compiler flag, I've got a lot of errors saying that

_root_.cats.syntax.all._

is forbidden in scala3.

This change is an attempt to reuse scala3_sources: true setting from scalapb to obtain which wildcard import should be generated there.

@ahjohannessen
Copy link
Collaborator

@kczulko Looks good and backwards compatible. If you squash those commits I merge and cut a release

@kczulko
Copy link
Contributor Author

kczulko commented Jan 30, 2024

@ahjohannessen
Thank you for your review. Hope it's ok now.

Best regards,
Karol

@ahjohannessen ahjohannessen merged commit 18f1406 into typelevel:main Jan 30, 2024
5 checks passed
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