scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
230 stars 21 forks source link

Tasty Reader: handle APPLYsigpoly nodes #12724

Closed bishabosha closed 1 year ago

bishabosha commented 1 year ago

Scala 3.3.0 will release with potentially APPLYsigpoly TASTy nodes appearing in signatures (annotations/parents of classes) so we need to test against this, and handle the nodes if they appear.

fixed by https://github.com/scala/scala/pull/10299

SethTisue commented 1 year ago

glad you thought of this because I should have thought of it and didn't

SethTisue commented 1 year ago

@bishabosha with https://github.com/scala/scala/pull/10299 merged, this is now resolved, I think?

bishabosha commented 1 year ago

that's right, this should be marked as resolved