Skip to content
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

s/rewrites/rules and update scalafix version in the README #1905

Merged
merged 6 commits into from
Sep 12, 2017

Conversation

gabro
Copy link
Contributor

@gabro gabro commented Sep 10, 2017

This a follow up of #1902, in which I forgot to:

  • rename the directory from rewrites to rules (this made the github shorthand syntax fail)
  • update the version in the README

Sorry for the double PR!

@codecov-io
Copy link

codecov-io commented Sep 10, 2017

Codecov Report

Merging #1905 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1905   +/-   ##
======================================
  Coverage    95.2%   95.2%           
======================================
  Files         248     248           
  Lines        4379    4379           
  Branches      118     118           
======================================
  Hits         4169    4169           
  Misses        210     210

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75bc24a...4d9d333. Read the comment docs.

@gabro
Copy link
Contributor Author

gabro commented Sep 10, 2017

🤔 mm tests don't seem to pass anymore, I'm investigating...

@gabro
Copy link
Contributor Author

gabro commented Sep 10, 2017

ok, everything works correctly now. I also took the opportunity to use the new SymbolMatcher API which makes the use of Symbols a bit more solid and convenient.

olafurpg and others added 3 commits September 11, 2017 17:31
- ctx.replaceSymbols also renames
- ctx.replaceSymbols also removes imports
- Tree.is[Comma] instead of `.syntax == ","`
- Tree.collectFirst/exists from contrib module.
- tokenList.leading().takeWhile to strip leading whitespace
Refactor scalafix migration rewrite
Copy link
Contributor

@ceedubs ceedubs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gabro!

@ceedubs ceedubs merged commit 7895688 into typelevel:master Sep 12, 2017
@kailuowang kailuowang added this to the 1.0.0-RC1 milestone Oct 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants