Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

xuwei-k
Copy link
Contributor

@xuwei-k xuwei-k commented Sep 13, 2025

[error] 122 |final object RunConfig {
[error]     |^^^^^
[error]     |Modifier final is redundant for this definition
[error] 238 |  private final case object Closing extends State
[error]     |          ^^^^^
[error]     |          Modifier final is redundant for this definition

@sjrd
Copy link
Member

sjrd commented Sep 13, 2025

For Scala 3 support, I would prefer a single PR with multiple commits: one for each kind of required change in the code, and finally one that adds building with Scala 3. Otherwise we can't really test whether the changes actually work.

@xuwei-k xuwei-k marked this pull request as draft September 13, 2025 09:48
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