-
**Describe the bug**
Build a Scala 2.13 project, using Java 11, GraalVM 20.2.0 on Docker raises the error:
```console
Wxception in thread "main" com.oracle.svm.core.jdk.UnsupportedFeatureError:…
-
When trying to test upgrade to ZIO 2.0, I discovered that a codec that was correctly decoding JSON with `zio-json 2.0.0-M3` is now failing with `3.0.0-RC7`.
Even weirder, the decoding starts to work…
-
Have found an issue that `hasSameElements` would incorrectly pass the type checking when it's expected to fail the compilation.
In the below snippet, example 1 is the way I would usually use for `h…
-
If we make a mistake and use a class instead of an object to create a test, there is no message about this from `sbt test`.
e.g.:
```scala
import zio.test.DefaultRunnableSpec
class MySpec ex…
-
One of my machines (FC40) recently received a kernel update
* from kernel-6.8.11-300.fc40.x86_64 to kernel-6.10.12-200.fc40.x86_64, and
* from ZFS+DKMS+Dracut `master` lineage, from commit 02c5aa9…
-
I have a small piece of zlayer code. The layers are defined as `val`s, like so:
```scala
private final val kafkaLayer: Layer[Error, Kafka] = Config.live >>> …
-
Bloop version: 1.5.4
Scala: 3.2.1
ZIO: 2.0.2
```
object A {
export zio.test.Gen.*
}
```
`bloop compile` returns an error:
```
[E] [E1] test/shared/src/main/scala/zio/test/TimeVariants…
-
Hi, when using `@mockable` for one of my services I get the following warning:
```
[error] /home/me/xxx/backend/:5:204: parameter value rts in anonymous function is never used
[error] val compo…
-
### System information
Type | Version/Name
--- | ---
Distribution Name | CentOS 7
Distribution Version |
Kernel Version | (Custom-built Linux 5.10)
Architecture | x86_64
OpenZFS Version | ma…
-
@rkoti-monster Sorry for my late reply. I didn't do anything over the weekend. It looks good and I learned a lot.
Some comment
* In `Server.runServer`, change return type to `ZIO[AppEnvironment, T…