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
@KacperFKorban I'm getting the following error in tapir after updating:
[error] -- Error: /Users/adamw/projects/tapir/docs/openapi-docs/src/test/scalajvm/sttp/tapir/docs/openapi/VerifyYamlTest.scala:847:15
[error] 847 | docs.modify(_.paths.pathItems)
[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[error] |Unsupported source object: must be a case class or sealed trait, but got: val <none>
The text was updated successfully, but these errors were encountered:
KacperFKorban
changed the title
Scala 3 Regression: Unsupported source object for normal quicklens usage
Scala 3 Regression: Unsupported source object for a case class that has a method with the same name as a field
Sep 17, 2024
Followed by a compiler crash:
The definition of
.pathItems
doesn't look extraordinary:Do you maybe have any ideas what could be the cause?
Originally posted by @adamw in #236 (comment)
The text was updated successfully, but these errors were encountered: