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
airframe-surface ver. 24.2.2, Scala 3.3.2, 3.4.1-RC1
List of tuples fails with error:
import wvlet.airframe.surface.Surface object Main { case class A[P](data: List[(String, P)]) case class S(alarms: A[Int]) Surface.of[S] def main(args: Array[String]): Unit = { } }
Error is:
Found: (x.data : List[(String, Int)]) Required: List[(String, P)]
It seems type is not applied.
The text was updated successfully, but these errors were encountered:
Target test for wvlet#3418
f54e345
Resolve parameter types recursively (fixes wvlet#3418)
1c674f4
aaca417
a7a8828
methodsOf
No branches or pull requests
airframe-surface ver. 24.2.2, Scala 3.3.2, 3.4.1-RC1
List of tuples fails with error:
Error is:
It seems type is not applied.
The text was updated successfully, but these errors were encountered: