Closed
Description
Right now several steps in build on 2.13-M4 were disabled temporarily to help release 2.13-M4 artifacts quickly
- code coverage disabled, due to lack of scoverage on 2.13-M4 blocking issue
- deprecation were ignored. need to find a way to cross-compile deprecated collection API, for now, it's just too much work that I don't have the time to do. Fix all compiler warnings on Scala 2.13 #2893
- tut docs are disable also due to the deprecated collection APIs.
- doctests are disabled, due to deprecated collection API and different toString implementations in collections.
- scaladoc is disabled due to simulacrum stopped working on scaladoc compile on 2.13, possibly due to a scala macro bug reported to companion expansion through macro annotation stop working in scaladoc compile 2.13-M4 scala/bug#11045
We should probably achieve these with multiple PRs.
If anyone is interested in picking one up, please announce it here.