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
In sbt/zinc#1519 initially I updated the scala3ForBridge in project/Dependencies.scala, which is the Scala 3 version used for scripted test. This first compiles B.scala with a working JAR, then next it recompiles B.scala with a JAR missing the expected class A
B.scala
objectB {
valy=A.x
}
Output
With Scala 3.6.2, it seems like B compiles successfully.
Compiler version
Scala 3.6.2.
Minimized code
In sbt/zinc#1519 initially I updated the
scala3ForBridge
inproject/Dependencies.scala
, which is the Scala 3 version used for scripted test. This first compiles B.scala with a working JAR, then next it recompiles B.scala with a JAR missing the expected classA
B.scala
Output
With Scala 3.6.2, it seems like B compiles successfully.
https://github.com/sbt/zinc/actions/runs/12385946238/job/34573023485
copied https://gist.github.com/eed3si9n/c71a2757d7f8a8774410ffe98461fa2b for backup.
Expectation
The expectation of this test is that compilation should fail, as it does when I use Scala 3.3.4.
The text was updated successfully, but these errors were encountered: