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
When compile under sbt, it reports a number of errors. The last of which is the following. Then the console hangs at compile incremental with the timer keeps ticking:
[error] 457| } yield passwordOk
[error] |^
[error] |Could not find an instance of FlatMapfor cats.Id.
[error] |Ifound:
[error] |
[error] | cats.Invariant.catsStdCommutativeMonadForTuple11[A0, A1, A2, A3, A4, A5, A6, A7
[error] | ,
[error] |A8, A9]
[error] |
[error] |But method catsStdCommutativeMonadForTuple11 in traitNTupleMonadInstances1 does not matchtypecats.FlatMap[cats.Id].
[error] -- [E008] NotFoundError: xxx.scala:48:25
[error] 48|importscala.reflect.runtime.universe
[error] |^^^^^^^^^^^^^^^^^^^^^
[error] | value runtime is not a member of reflect
|=> root /Compile/ compileIncremental 457s
Please refer to #12876 for stack traces of the compiler process when hang occurs.
The text was updated successfully, but these errors were encountered:
Thanks for the reproduction. Interestingly I can reproduce the problem on Java 11 and 16 but not 8. I'm not sure what the issue was, however it appears to be fixed in 3.0.1-RC1 where I can't reproduce it at all, so I'll close this.
Refer to second issue described in Issue 12876.
When compile under sbt, it reports a number of errors. The last of which is the following. Then the console hangs at compile incremental with the timer keeps ticking:
Please refer to #12876 for stack traces of the compiler process when hang occurs.
The text was updated successfully, but these errors were encountered: