-
Notifications
You must be signed in to change notification settings - Fork 126
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
Add Scala 2.13.0-M5 support #234
Comments
ScalaTest has now published, still waiting on scala-logging |
scala-logging has published |
has publishing happened? (asking, in part, because this might be a blocker for cats? /cc @kailuowang) |
We disabled coverage on 2.13 due to this. |
Yes, I released it yesterday. |
@gslowikowski would you mind submitting a PR adding it to https://github.com/scala/make-release-notes/blob/2.13.x/projects-2.13.md ? I'm not sure exactly where/how to list it. |
cool, thanks |
Hi @SethTisue Scala 2.13.0-M5 reports some warnings in scoverage build: https://travis-ci.org/scoverage/scalac-scoverage-plugin/jobs/448599407#L519-L521 There are two kinds of warnings:
I cannot find, how to change the code in a backward compatible way (without creating separate source files for Scala 2.13+). Can you help? |
it's often not possible to cross-compile without deprecation warnings, this is normal, I'm afraid. if you prefer to use separate source files is an option as well, I have seen some projects take that route. not duplicating massive amounts of code, just having small amounts of version specific code in version specific source directories. |
I'm not worried about warnings. I'm thinking about the moment when the deprecated classes/syntax will be removed. Will it be version 2.13.0 or later? |
ah... anything that says "deprecated (since 2.13.0)" won't be removed until 2.14 at the earliest |
Thanks @SethTisue |
Waiting for dependencies:
scalatest
- publish for Scala 2.13.0-M5 scalatest/scalatest#1409scala-logging
- Publish version for 2.13.0-M5 lightbend-labs/scala-logging#131The text was updated successfully, but these errors were encountered: