-
Notifications
You must be signed in to change notification settings - Fork 87
Major Rewrite refactor: fix #19, fix #56 #72
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
Conversation
CrossCompat
migration rule that produces code which cross-compiles with 2.12- (fix#19)Stable212
migration rule that produces code which cross-compiles with 2.12- (fix#19)
Stable212
migration rule that produces code which cross-compiles with 2.12- (fix#19)CrossCompat
migration rule that produces code which cross-compiles with 2.12- (fix#19)
|
||
|
||
|
||
package fix |
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.
@julienrf 🎉 cross-compatible CanBuildFrom migration.
CrossCompat
migration rule that produces code which cross-compiles with 2.12- (fix#19)since rules are split accross multiple files it's not possible to use GitHub to publish te rule. We need to publish on maven central: scala#73
@julienrf this one is good to go. Let's review it together. |
CONTRIBUTING.md
Outdated
@@ -29,18 +29,18 @@ Even better, instead of providing a diff, you can directly add it as a test case | |||
|
|||
1. Fork this repository and create a separate branch; | |||
|
|||
2. Add a file in the `scalafix/input/src/main/scala/fix/` directory with code | |||
2. Add a file in the `scalafix-input/src/main/scala/fix/` directory with code |
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.
You should fix these references too
a4c592a
to
4d35a8b
Compare
@MasseGuillaume The CI fails with this error: “sbt.ResolveException: unresolved dependency: org.scalameta#semanticdb-scalac_2.12.6;2.1.7: not found” |
7647467
to
3ed436c
Compare
814f584
to
6d2925d
Compare
fix bad artifacts by disabling OSGi support
CrossCompat
migration rule that produces code which cross-compiles with 2.12 (fix AddCrossCompat
migration rule that produces code which cross-compiles with 2.12- #19)