-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area:metaprogramming:otherIssues tied to metaprogramming/macros not covered by the other labels.Issues tied to metaprogramming/macros not covered by the other labels.itype:bug
Description
Compiler version
3.0.0 - 3.7.1
Minimized code
https://github.com/OlegYch/scala3-macro-undercompilation
this calls a constructor from macro, and when constructor is removed the code is not recompiled
Output
java.lang.NoSuchMethodError: Dep: method 'void <init>()' not found
Expectation
code is recompiled and sees a new constructor signature
adamw
Metadata
Metadata
Assignees
Labels
area:metaprogramming:otherIssues tied to metaprogramming/macros not covered by the other labels.Issues tied to metaprogramming/macros not covered by the other labels.itype:bug