Darren Gibson
Darren Gibson
How about i make a new sbt project and move all the code in there? Something independent of `prePR` and named differently, but serves the purpose of having an aggregated...
Since our deployment pipeline is just too different from the sbt-typelevel-ci-plugin... If i included it i'd basically be overriding all the things it does anyways 😅. Well, we can probably...
@morgen-peschke Thanks for adding the tests. It looks like this build failed MIMA for some reason, do you mind taking a look?
Sorry for the late response... personal life has gotten in the way of open source recently, but hopefully I'm back to reviewing items more frequently. As for what Semi-Auto means,...
As far as versioning goes, if we can keep the PR bin-compat and do a 0.14 release we should be fine. Yes its source incompat, but we should just make...
Looks like you need to add in scala-collection-compat to get sizeIs on scala 2.12. You may also need to play with ` sizeHintIfCheap` in scala 2.12... but I don't see...
Do you know exactly which version of circe this issue was introduced in? 0.14.4 and 0.14.5 if I were to guess.
https://github.com/circe/circe/pull/2138 should fix this.
The behavior is as expected. 'semi-auto' derivation should not do nested case classes.
Looks to me like the `Codec.from` method only overrides the 2 abstract methods from Encoder and Decoder, but in reality, we override various other methods from Encoder/Decoder all the time......