-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not compatible with ZIO 2.0-RC3 #508
Comments
Okay, so this is a situation where a dependency is not compiled against a compatible ZIO version so I think the expectation is that this is not going to compile and I don't think we can make any guarantees regarding what the compiler error message will be. If this error message is worse when you use automatic layer construction versus manual layer construction then perhaps there is something we can do in the layer construction macro but otherwise I think you just have to wait for compatible dependencies. |
There's a big difference between not compiling and the compiler throwing an |
I already started the work for bringing an RC3 compatible version in #509 - it's waiting on the zio-http module right now |
Thanks to the work of @vladimir-lu there is a brand new v2.0.0-RC2, which adds compatibility with ZIO 2.0.0-RC4 and all the goodness like getting rid of ZManaged and simplifying the Environment. |
It's available, big thanks |
Scala
3.1.1
with-Yexplicit-nulls
zio-opentelemetry 2.0.0-RC1
when upgrading from zio
2.0.0-RC2
to2.0.0-RC3
we have the compiler throwingSingle file with single line
src/main/scala/tracing.scala
build.sbt
The text was updated successfully, but these errors were encountered: