You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
Support for running rules against Scala 3 sources has just been added to scalafix & sbt-scalafix (SNAPSHOTs only for now, release upcoming next week). Metals will probably follow shortly.
Very few built-in rules are supported for the moment (many depend on features unavailable in the Scala 3 compiler). Adding support for OrganizeImports might not be trivial either (although we might get a good surprise at the first run of the testkit against Scala 3 input sources), but I wanted to open this early to see whether/how we could collaborate on this. I see it as an opportunity for Scalafix maintainers (and potentially Scalameta maintainers) to focus on the right things, and for OrganizeImports to get support faster.
Support for running rules against Scala 3 sources has just been added to scalafix & sbt-scalafix (SNAPSHOTs only for now, release upcoming next week). Metals will probably follow shortly.
Very few built-in rules are supported for the moment (many depend on features unavailable in the Scala 3 compiler). Adding support for
OrganizeImports
might not be trivial either (although we might get a good surprise at the first run of the testkit against Scala 3 input sources), but I wanted to open this early to see whether/how we could collaborate on this. I see it as an opportunity for Scalafix maintainers (and potentially Scalameta maintainers) to focus on the right things, and forOrganizeImports
to get support faster.Some pointers:
Happy to hear your thoughts!
cc @mlachkar
The text was updated successfully, but these errors were encountered: