ovotech / natchez-extras

Integrations between Natchez, Doobie, HTTP4s, Log4cats and Datadog. Formerly called effect-utils.
https://ovotech.github.io/natchez-extras/
Apache License 2.0
31 stars 18 forks source link

Cross-build to Scala 3 #82

Closed rtimush closed 2 years ago

rtimush commented 2 years ago

The only code change I had to make was to manually implement the SubmittableSpan codec, as circe-generic-extras is not available for Scala 3.

voidcontext commented 2 years ago

Hi @rtimush, first of all thank you for your contribution!

Unfortunately because of the limitations of the current PR process, I am going to need push your changes into a new branch and re-open the PR. (We are planning to sort this out at some point.)

We already have a Scala-3 branch as some of the packages has been already cross published for Scala 3 as the next v7.0.0 release candidate. We will need to rebase this work on the top of that branch.

voidcontext commented 2 years ago

Closed in favour of #83