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
This one test (tests/neg/i20317.scala) suddenly had 1 less error than expected, failing in 5 CI jobs in the exact same way:
Wrong number of errors encountered when compiling tests/neg/i20317.scala
expected:2, actual: 1Unfulfilledexpectations:
tests/neg/i20317.scala:3Unexpectederrors:
-> following the errors:
at 3:Recursion limit exceeded.
Maybe there is an illegal cyclic reference?If that's not the case, you could also try to increase the stacksize using the -XssJVM option.
For the unprocessed stack trace, compile with-Xno-decode-stacktraces.
A recurring operation is (inner to outer):typeparameters of Atypeparameters of Foo[A]
typeparameters of <:Foo[A]
typeparameters of Atypeparameters of Atypeparameters of Foo[A]
typeparameters of <:Foo[A]
typeparameters of Atypeparameters of Atypeparameters of Foo[A]
...
typeparameters of Atypeparameters of Foo[A]
typeparameters of <:Foo[A]
typeparameters of Atypeparameters of Atypeparameters of Foo[A]
typeparameters of <:Foo[A]
typeparameters of Atypeparameters of Foo[A]
typeparameters of <:Foo[A]
See https://github.com/scala/scala3/actions/runs/8995587690
The text was updated successfully, but these errors were encountered: