-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scalafix-core_3 (GSoC 2022) #1629
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
4a5490b
to
dd956df
Compare
scalafix-core/src/main/scala-2/scalafix/internal/util/MetaconfigCompatMacros.scala
Outdated
Show resolved
Hide resolved
scalafix-core/src/main/scala-3/scalafix/internal/util/PrettyType.scala
Outdated
Show resolved
Hide resolved
scalafix-core/src/main/scala/scalafix/internal/util/Pretty.scala
Outdated
Show resolved
Hide resolved
Another note: since scalafix/project/ScalafixBuild.scala Lines 131 to 134 in 59ed8c0
This will apply for all xxx3 modules until we move unit2_12Target3 to unit3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last round of comments, and we'll be good to go (provided core3/compile
is green!)
scalafix-core/src/main/scala/scalafix/internal/util/PrettyType.scala
Outdated
Show resolved
Hide resolved
scalafix-core/src/main/scala-2/scalafix/internal/config/ConfigRulePatches.scala
Outdated
Show resolved
Hide resolved
1fc6675
to
c88e7be
Compare
…rrors, run scalafmt on all project
…n settings for scalacOptions, add unit3/compile
Co-authored-by: Brice Jaglin <bjaglin@gmail.com>
…es can be correctly resolved
This PR is the first step towards adapting ExplicitResultTypes for scala3 #1583 and part of the plan for scala3 support #1680. The idea is to cross compile all scalafix modules to scala3 and then introduce a new
ExplicitResultTypes
implementation for scala3.In this first step we're cross compiling
scalafix-core
to scala3