You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case class Record(x: String, y: Option[Inner])
case class Inner(f: URI)
ExampleConverter[Record]
[error] /Users/amartin/repos/tfexample-derive/core/src/test/scala/com/spotify/tfexample/derive/ExampleConverterTest.scala:197:21: magnolia.Deferred is used for derivation of recursive typeclasses
[error] ExampleConverter[Record]
[error] ^
[error] one error found
[error] (core / Test / compileIncremental) Compilation failed
Example: