scalacenter / scalafix

Refactoring and linting tool for Scala
https://scalacenter.github.io/scalafix/
BSD 3-Clause "New" or "Revised" License
835 stars 185 forks source link

Scalafix is not able to parse Scala 3 nightly version #2112

Open WojciechMazur opened 1 month ago

WojciechMazur commented 1 month ago

scalafix fails to parse nightly version of Scala3 which differs from nightly version of Scala 3 Example of version 3.6.0-RC1-bin-20241008-3408ed7-NIGHTLY

Issue found by Scala 3 Open Community Build in 3 projects using automatic application of scalafix on compile:

bjaglin commented 3 weeks ago

Thanks for the report. We need a quickfix like https://github.com/scalacenter/scalafix/pull/2109. I'll have some time this week end hopefully.