Open
Description
Compiler version
3.6 nightly
Minimized example
clean
scala3-bootstrapped/clean
scaladoc/clean
scaladoc-js-main/clean
scaladoc-js-main/test
Output
[error] error while loading scaladoc,
[error] TASTy file /Users/odersky/workspace/dotty/scaladoc-js/out/bootstrap/scaladoc-js-common/scala-3.6.0-RC1-bin-SNAPSHOT-nonbootstrapped/classes/dotty/tools/scaladoc/CodeSnippets.tasty could not be read, failing with:
[error] Backward incompatible TASTy file has version 28.5-experimental-1, produced by Scala 3.6.0-RC1-bin-SNAPSHOT-nonbootstrapped-git-0cf25db,
[error] expected stable TASTy from 28.0 to 28.5, or exactly 28.6-experimental-1.
[error] The source of this file should be recompiled by a later version.
[error] Usually this means that the classpath entry of this file should be updated.
[error] Please refer to the documentation for information on TASTy versioning:
[error] https://docs.scala-lang.org/scala3/reference/language-versions/binary-compatibility.html
Expectation
No Tasty conflict. Note also that it claims that the version it has 28.6-experimental-1
is among the versions that it expected, yet there's still an error.
This is a blocker for me to debug the test failures in my latest commit. Without this being fixed we cannot expect any forward progress in fixing issues.