-
Notifications
You must be signed in to change notification settings - Fork 398
Closed
Labels
bugConfirmed bug. Needs to be fixed.Confirmed bug. Needs to be fixed.
Milestone
Description
When compiling Scala JS version of trees I am getting
[info] compiling 78 Scala sources to /home/runner/work/scalameta/scalameta/scalameta/trees/js/target/scala-2.13/classes ...
[error] Found unknown label apply at source-/home/runner/work/scalameta/scalameta/scalameta/tokenizers/shared/src/main/scala/scala/meta/internal/tokenizers/LegacyScanner.scala,line-563,offset=18279: default8()
[error] Error while emitting LegacyScanner.scala
[error] Found unknown label apply at source-/home/runner/work/scalameta/scalameta/scalameta/tokenizers/shared/src/main/scala/scala/meta/internal/tokenizers/LegacyScanner.scala,line-563,offset=18279: default8()
[error] two errors found
[error] (treesJS / Compile / compileIncremental) Compilation failed
I tried both 1.17.0 and 1.18.1 with Scala 2.13.16
More info here https://github.com/scalameta/scalameta/actions/runs/12724233513/job/35470181732
I tried minimizing, but I can't seem to reproduce on a smaller snippet.
Metadata
Metadata
Assignees
Labels
bugConfirmed bug. Needs to be fixed.Confirmed bug. Needs to be fixed.