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

Add Scalafix rewrites for 1.0.0 #1793

Merged
merged 20 commits into from
Aug 9, 2017
Merged

Add Scalafix rewrites for 1.0.0 #1793

merged 20 commits into from
Aug 9, 2017

Commits on Aug 7, 2017

  1. Configuration menu
    Copy the full SHA
    d537b03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b296330 View commit details
    Browse the repository at this point in the history
  3. DRY and simplify renames

    gabro committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    090de4f View commit details
    Browse the repository at this point in the history
  4. Remove unused value

    gabro committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    e0e8401 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa9c32 View commit details
    Browse the repository at this point in the history
  6. Add isSymbol utility method

    gabro committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    2512b3d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2ad743 View commit details
    Browse the repository at this point in the history
  8. Add to All rewrite

    gabro committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    9b04aeb View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Collapse all the Scalafix rewrites into a single file.

    This allows using `sbt scalafix github:typelevel/cats/v1_0_0` for
    invoking the rewrite.
    gabro committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    1446aa4 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    gabro authored Aug 8, 2017
    Configuration menu
    Copy the full SHA
    15a54bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c8befa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Add isOneOfSymbols utility

    gabro committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    718f7dc View commit details
    Browse the repository at this point in the history
  2. Handle cartesian builders without wrapping parenthesis

    Now `a |@| b |@| c mapN f` correctly becomes `(a, b, c) mapN f`
    gabro committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    73f744f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0eca72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    971c012 View commit details
    Browse the repository at this point in the history
  5. Add instructions to the README

    gabro committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    42437bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6641a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f82d24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea6729d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0311cc2 View commit details
    Browse the repository at this point in the history