Skip to content

incomprehensible error messages #216

Description

@krux02

Currently the codbase that I work on started to report an error message:

[info] compiling 2 Scala sources to /home/arne/proj/priceloop/nocode/cli/target/scala-2.13/classes ...
[error] /home/arne/proj/priceloop/nocode/cli/src/main/scala/helpers/IOCommand.scala:42:31: implicit error;
[error] !I deserializer: chameleon.Deserializer[java.lang.String, java.lang.String]
[error] chameleon.ext.jsoniter.jsoniterSerializerDeserializer invalid because
[error] !I evidence$1: com.github.plokhotnyuk.jsoniter_scala.core.JsonCodec[java.lang.String]
[error]       val api    = client.wire[Api[IO]]

This error message is incomprehensible. It vaguely hints that it has something to do with implicits, and then it says something about evidence by just listing a class name that doesn't tell me anything.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions