Alejandro Serrano

Results 224 comments of Alejandro Serrano

The problem is that some of the dependencies we use are not compatible with Aeson 1.x. But I can try again, maybe it works this time!

@Atternatt The easiest fix is to remove all the Validated examples from Knit and run `gradle knit` again

@Atternatt maybe this is a bit too much asking, but could this be based on #2784? I think we are working on removing many similar things (like computation blocks), and...

@Atternatt on a second thought, just go on. My removal touches some parts, but merging should take care of it.

Sure thing! The first step would be to run `gradle apiDump` to update the API files and then commit and push. Since you are removing (lots) of functions the API...

To fix the Knit problems, remove all the files in `arrow-libs/core/arrow-core/src/jvmTest/kotlin/examples` and run `gradle knit` to recreate the examples. Knit expects to find a file for every example, but since...

@Atternatt this is great work! As @nomisRev mentions, there's still the hard part of merging it with the current `arrow2` branch (is it up to date with the latest `main`?);...

> Is up to date with `arrow2` branch but not with `main` @serras Great! Then we can merge for the Arrow 2.c series

@Atternatt I think the perfect alias would be `Either`, with some extension methods to create a `Left` with a singleton list.

@Atternatt what is the status of this?