tethys icon indicating copy to clipboard operation
tethys copied to clipboard

Benchmarks compilation fails with error

Open a-khakimov opened this issue 1 year ago • 1 comments

[info] compiling 12 Scala sources to /.../tethys/modules/benchmarks/target/scala-3.3.0/classes ...
[error] /...tethys/library/src/scala/quoted/Expr.scala: No given instance of type tethys.JsonReader[collection.mutable.LinkedHashMap[String, String]] was found.
[error] I found:
[error] 
[error]     tethys.JsonReader.mapReader[String, String, collection.mutable.LinkedHashMap](
[error]       tethys.readers.KeyReader.stringKeyReader, tethys.JsonReader.stringReader,
[error]       new tethys.compat.CollectionBuilder.MapFactoryCollectionBuilder[Any, Any, Map]
[error]         (scala.collection.immutable.Map):
[error]         tethys.compat.CollectionBuilder.MapFactoryCollectionBuilder[Any, Any, Map]
[error]     )
[error] 
[error] But Found:    tethys.compat.CollectionBuilder.MapFactoryCollectionBuilder[Any, Any, Map]
[error] Required: tethys.compat.CollectionBuilder[(String, String),
[error]   collection.mutable.LinkedHashMap[String, String]].
[warn] there were 2 deprecation warnings; re-run with -deprecation for details
[warn] one warning found
[error] one error found
[error] (benchmarks / Compile / compileIncremental) Compilation failed

a-khakimov avatar Jul 25 '24 15:07 a-khakimov