Pablo Femenía

Results 9 issues of Pablo Femenía

A new version release would be helpful to implement full native and scalajs support for projects with `zio-process` as dependency.

Reimplements #8678 fixing #8767 and adds new tests with different combination of layers to check behaviour.

This is a different approach than #1112. The PR implements a `inheritDiscriminator` annotation to be used on case classes. If the parent class doesn't have a `jsonDiscriminator` annotation it will...

🙋 Bounty claim

fixes #8931 /claim #8931

🙋 Bounty claim

I've gotten a failing [test](https://github.com/zio/zio/actions/runs/9660470112/job/26646125481) that seems unrelated to the changes of the [PR](https://github.com/zio/zio/pull/8939). It's already marked as `nonFlaky` but I haven't seen it being referred to. I don't know...

fixes #668 /claim #668

🙋 Bounty claim

`Graph` implementation using a `List` instead of a `Map` so that possible differences in how scala registers as keys the types are not a problem. I think this should be...

@reibitto It seems like this fixes the flaky tests! I have added a `TestAspect.nonFlaky` except on Scala Native because it takes too much time but it was green before.