-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support Scala 3 + Native #504
Conversation
Executed command: sbt githubWorkflowGenerate
Executed command: sbt githubWorkflowGenerate
bb30625
to
1859443
Compare
… and 'upstream/update/scala3-library-3.2.0' into feature/native-3
1859443
to
a7e820b
Compare
Codecov Report
@@ Coverage Diff @@
## master #504 +/- ##
=======================================
Coverage 99.05% 99.05%
=======================================
Files 7 7
Lines 425 425
Branches 79 79
=======================================
Hits 421 421
Misses 4 4 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
mimaBinaryIssueFilters ++= { | ||
if (tlIsScala3.value) { | ||
import com.typesafe.tools.mima.core._ | ||
Seq( | ||
ProblemFilters.exclude[IncompatibleMethTypeProblem]("org.typelevel.paiges.Chunk*") | ||
) | ||
} else Nil | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Scala 3.1.1+ broke bincompat for some private constructors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
No description provided.