-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area:metaprogramming:quotesIssues related to quotes and splicesIssues related to quotes and splicesitype:bugregressionThis worked in a previous version but doesn't anymoreThis worked in a previous version but doesn't anymore
Milestone
Description
Compiler version
3.3.1-RC1-bin-20230504-0e00420-NIGHTLY
Needs minimization based on Open Community Build projects
Project | Version | Build URL | Notes |
---|---|---|---|
dwickern/scala-nameof | 4.0.0 | Open CB logs | typer, mismatch |
scalikejdbc/scalikejdbc | 4.0.0 | Open CB logs | typer, mismatch, macro |
scalikejdbc/scalikejdbc-async | 0.18.0 | Open CB logs | typer, mismatch, macro |
bitlap/scalikejdbc-helper | 0.2.3 -> 0.2.6 | Open CB logs | typer, mismatch, macro |
Output
Example failure from dwickern/scala-nameof
Error: -- [E007] Type Mismatch Error: /build/repo/src/test/scala/com/github/dwickern/macros/NameOfTest.scala:54:11
Error: 54 | nameOf(func1 _) should equal ("func1")
Error: | ^^^^^
Error: | Found: Int => String
Error: | Required: T => Any
Expectation
Metadata
Metadata
Assignees
Labels
area:metaprogramming:quotesIssues related to quotes and splicesIssues related to quotes and splicesitype:bugregressionThis worked in a previous version but doesn't anymoreThis worked in a previous version but doesn't anymore