Skip to content
This repository was archived by the owner on Apr 10, 2020. It is now read-only.
This repository was archived by the owner on Apr 10, 2020. It is now read-only.

Fix compiler error message for optional case class containing custom type. #13

@andrewsmartin

Description

@andrewsmartin

Example:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions