wvlet / airframe

Essential Building Blocks for Scala
https://wvlet.org/airframe
Apache License 2.0
631 stars 65 forks source link

Surface internal - Fix tree owner in `surfaceDefs` `ValDef` #3474

Closed OndrejSpanel closed 5 months ago

OndrejSpanel commented 5 months ago

Fixes issue investigated as https://github.com/scala/scala3/issues/20072

Unfortunately there are still other issues preventing compiling with -Xcheck-macros (https://stackoverflow.com/questions/78193025/how-to-extract-type-parameter-from-typelambda-correctly), but this fix is an important step in that direction.