ChocPanda / scalacheck-magnolia

Scalacheck Arbitrary type class derivation using magnolia
Apache License 2.0
10 stars 6 forks source link

Adds semiauto/auto import semantics #193

Closed bjhartin closed 1 year ago

bjhartin commented 1 year ago

Addresses #192.

This PR moves the gen function into an auto package so that auto derivation requires the import of org.scalacheck.magnolia.auto._ and semiauto derivation can be done by importing semiauto._ and calling deriveEncoder[A].

See the issue above for rationale.

bjhartin commented 1 year ago

Closing in favor of spotify's magnolia/scalacheck integration.