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
alexarchambault on master
Update sbt to 1.7.1 (#303) * A… (compare)
alexarchambault on master
Update shapeless to 2.3.9 (#294) (compare)
alexarchambault on master
Update argonaut to 6.3.8 (#283) (compare)
alexarchambault on develop
alexarchambault on master
Update workflow Update README template Clean-up? and 1 more (compare)
{ "Left" / "Right": ... }
, or to add a custom field for the type, ...)cachedImplicit
or orphans :-(
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.