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

fix: explicit types for implicit defs and vals #496

Closed
wants to merge 3 commits into from

Conversation

i10416
Copy link
Contributor

@i10416 i10416 commented Jun 5, 2023

Added explicit type annotations for implicit vals and defs to compile with Scala 3.

Most of changes come from 6e905a0, which is required because older scalafmt doesn't support ? syntax for type wildcard.

@i10416
Copy link
Contributor Author

i10416 commented Jun 5, 2023

#418

kindprojector migration syntax `?` requires newer version of scalafmt.
This commit contains only format changes caused by scalafmt update.
@i10416 i10416 force-pushed the address-compiler-warnings branch from 6e905a0 to 6905db7 Compare June 5, 2023 19:47
@i10416 i10416 closed this Jun 17, 2023
@i10416
Copy link
Contributor Author

i10416 commented Jun 17, 2023

This PR introduces a lot of changes mainly due to naively updating scalafmt.
These changes are reduced and split into #501 and #502.

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.

1 participant