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

Move patch operations into RewriteCtx, fixes #193. #235

Merged
merged 3 commits into from
Jun 30, 2017

Commits on Jun 30, 2017

  1. Move patch operations into RewriteCtx, fixes scalacenter#193.

    This avoid the need for extension methods. The implementations of the
    patch operations are now abstract to make it easier to read.
    olafurpg committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    24cd379 View commit details
    Browse the repository at this point in the history
  2. Consolidate semantic and syntactic patch ops into single trait.

    The distinction is no longer buying us anything now that semantic patch
    ops take an implicit mirror as arguments.
    olafurpg committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    213d4db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ec80f0 View commit details
    Browse the repository at this point in the history