You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To me, this difference seems like a bug. I'm curious if the same change should be made on the Scala 2.13 side? I'm happy to make the change if people are open to it being made.
I ask because I think I'm running into 8839 from the 2.13 side in a codebase which has both 2.13 and 3 code that utilizes Scala 2<->3's backwards and forwards compatibility. I'm running the compilers standalone. Eventually, after building and killing builds one or many times, this error tends to show up.
I'm also happy to be wrong and to not be running into 8839.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I noticed that in Scala 2.13 the Tasty UUID check is an error: https://github.com/scala/scala/blob/2.13.x/src/compiler/scala/tools/nsc/symtab/classfile/ClassfileParser.scala#L1268
In Scala 3 it was changed from an error to a warning: https://github.com/lampepfl/dotty/blob/master/compiler/src/dotty/tools/dotc/core/classfile/ClassfileParser.scala#L955
The change In Scala 3 happened in this issue: scala/scala3#8839
To me, this difference seems like a bug. I'm curious if the same change should be made on the Scala 2.13 side? I'm happy to make the change if people are open to it being made.
I ask because I think I'm running into 8839 from the 2.13 side in a codebase which has both 2.13 and 3 code that utilizes Scala 2<->3's backwards and forwards compatibility. I'm running the compilers standalone. Eventually, after building and killing builds one or many times, this error tends to show up.
I'm also happy to be wrong and to not be running into 8839.
The text was updated successfully, but these errors were encountered: