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

2.13.0-RC1 changes #276

Closed
ashawley opened this issue Feb 5, 2019 · 2 comments
Closed

2.13.0-RC1 changes #276

ashawley opened this issue Feb 5, 2019 · 2 comments
Milestone

Comments

@ashawley
Copy link
Member

ashawley commented Feb 5, 2019

I happened to try a recent build of the 2.13 compiler I built locally, and came across this error:

> ++2.13.0-M5-c2747e8
[info] Setting version to 2.13.0-M5-c2747e8
[info] Reapplying settings...
[info] Set current project to scala-xml (in build file:scala-xml/)
> xml/test:compile
[info] Updating {file:scala-xml/}xml...
[info] Resolving org.apache.commons#commons-lang3;3.5 ...
[info] Done updating.
[info] Compiling 85 Scala sources to scala-xml/jvm/target/scala-2.13.0-M5-c2747e8/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.13.0-M5-c2747e8. Compiling...
[info]   Compilation completed in 19.068 s
[error] scala-xml/shared/src/main/scala-2.13/scala/xml/ScalaVersionSpecific.scala:29: method writeReplace overrides nothing
[error]   protected[this] override def writeReplace(): AnyRef = this
[error]                                ^

This is good news, since they may have fixed the serialization issue. We'll need to revert bd764f0 from #254.

@SethTisue
Copy link
Member

in the 2.13 community build I'm using SethTisue@d7eb4fa

@SethTisue
Copy link
Member

relevant Scala PR is scala/scala#7624

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

No branches or pull requests

2 participants