Georgi Krastev
Georgi Krastev
* https://github.com/circe/circe/pull/2228 * https://github.com/circe/circe/pull/2230
Can we just onboard new maintainers? I would be happy to help, even if it's just updating dependencies and cutting new releases.
> @joroKr21 It sounds like you are interested. Yes, I'd be interested. I hope we can release by just publishing a tag - if not automating releases would be the...
> So we do have an automated release process, however its not tag based. What we do to trigger the release process is push a commit like [this](https://github.com/finagle/finch/commit/9af514af5582d0f87999c42b3b3a6c80c4010790), that removes...
> Next updates will be: finagle, shapeless and circe on which I've not detected any breaking change. There are a bunch of scala-steward PRs we can merge
A few years later Finagle itself is unmaintained so that kinda decides it for Finch: https://github.com/twitter/finagle/issues/943
> I think the changes to avoid Schema clones will help , though I just double checked and a Schema is mostly an empty HashMap and an Arc (Fields) so...
> Seems like this PR is resulting in a perf slowdown Strange, no idea why that would be the case
Mutability ðŸ˜
To explain a bit - just testing implicit conversions accumulated type constraints. It also turns into an error with `-Yno-predef`