We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import io.circe._, io.circe.parser._ val rawJson: String = """ { "foo": "bar", "baz": 123, "list of stuff": [ 4, 5, 6 ] } """ parse(rawJson) shouldMatchTo (parse(rawJson))
Compilation error at shouldMatchTo:
shouldMatchTo
method subtypes is declared as erased, but is in fact used
Scalatest output:
... [error] dotty.tools.dotc.typer.Implicits$ImplicitSearch.bestImplicit(Implicits.scala:1451) [error] dotty.tools.dotc.typer.Implicits.inferImplicit(Implicits.scala:991) [error] dotty.tools.dotc.typer.Implicits.inferImplicit$(Implicits.scala:771) [error] dotty.tools.dotc.typer.Typer.inferImplicit(Typer.scala:107) [error] dotty.tools.dotc.typer.Implicits.inferImplicitArg(Implicits.scala:845) [error] dotty.tools.dotc.typer.Implicits.inferImplicitArg$(Implicits.scala:771) [error] dotty.tools.dotc.typer.Typer.inferImplicitArg(Typer.scala:107) [error] dotty.tools.dotc.typer.Inliner.searchImplicit$1(Inliner.scala:845) [error] dotty.tools.dotc.typer.Inliner.inlined(Inliner.scala:852) [error] [error] stack trace is suppressed; run last Test / compileIncremental for the full output [error] (Test / compileIncremental) java.lang.StackOverflowError
Scala 3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compilation error at
shouldMatchTo
:Scalatest output:
Scala 3
The text was updated successfully, but these errors were encountered: