alexarchambault on github_actions
alexarchambault on main
Bump coursier/setup-action from… (compare)
dependabot[bot] on github_actions
Bump coursier/setup-action from… (compare)
alexarchambault on main
Update utest to 0.8.0 (#306) (compare)
alexarchambault on master
alexarchambault on 0.1.x
alexarchambault on orphans
alexarchambault on 1.1.x
alexarchambault on 1.0.x
alexarchambault on 0.3.x
alexarchambault on 0.2.x
alexarchambault on travis-scala-2.10
alexarchambault on v1.3.1
Generic1
bug and I'll release as soon as I have a fix for that. Fingers X'd today or tomorrow :-)
Lazy
compared to implicitly
. Namely, implicitly
find implicits from argonaut.Argonaut
, whereas Lazy
apparently tries to derive these as ADTs, not viewing those of argonaut.Argonaut
, and fails.
Lazy
seems not to derive the same thing as just implicitly
private[argonaut]
, sub-types of argonaut.Json
implicitly
, as reify
confirms.
implicitly
is fine with this, whereas Lazy
is not.
Lazy
doesn't derive anything, it just controls divergence.