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
Unfortunately I could not figure out what is causing the error so I don't have a minimized example yet; I was hoping maybe someone could give me some hints to narrow it down just by looking at the error.
The crash can be reproduced on the scala3 branch of zio-flow: zio-archive/zio-flow#246
by running sbt ++3.2.1 zioFlowJVM/compile
This seems related to #16437 and it looks like this already works with the nightly version of the compiler.
With the stable compiler version 3.2.1 it's still possible to make this compile by a workaround:
remove self => alias from package object flow and use
Compiler version
3.2.1
Minimized code
Unfortunately I could not figure out what is causing the error so I don't have a minimized example yet; I was hoping maybe someone could give me some hints to narrow it down just by looking at the error.
The crash can be reproduced on the
scala3
branch ofzio-flow
: zio-archive/zio-flow#246by running
sbt ++3.2.1 zioFlowJVM/compile
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: