Skip to content
New issue

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

QuotesSpec fails with Scala 3.3.4 #1103

Open
mkurz opened this issue Nov 12, 2024 · 0 comments
Open

QuotesSpec fails with Scala 3.3.4 #1103

mkurz opened this issue Nov 12, 2024 · 0 comments

Comments

@mkurz
Copy link
Member

mkurz commented Nov 12, 2024

Upgrading from 3.3.3 to 3.3.4.

[info] QuotesSpec:
[info] Product
[info]   should be inspected for elements
[info]   - when Foo (0 milliseconds)
[info]   - when generic Bar (1 millisecond)
[info]     when of non-case class
[info]     - when there is no ProductOf (0 milliseconds)
[info]     - when it's defined a ill-typed ProductOf (0 milliseconds)
[info]       when it's defined a well-typed ProductOf
[info]       - when by import *** FAILED *** (43 milliseconds)
[info]         List() did not equal List("(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))") (QuotesSpec.scala:57)
[info]         Analysis:
[info]         Nil$(0: -> "(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", 1: -> "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))")
[info]       - when by local val *** FAILED *** (1 millisecond)
[info]         List() did not equal List("(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))") (QuotesSpec.scala:63)
[info]         Analysis:
[info]         Nil$(0: -> "(val name,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class scala)),object Predef),type String))", 1: -> "(val age,List(),TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant