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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse YAPF diffs into TextEdits (instead of sending the full doc) #136

Merged
merged 22 commits into from
Jun 6, 2022

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    9b45612 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7623f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    613b173 View commit details
    Browse the repository at this point in the history
  4. oops

    masad-frost committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fe0980d View commit details
    Browse the repository at this point in the history
  5. Fix the test

    masad-frost committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0565667 View commit details
    Browse the repository at this point in the history
  6. Fix not passing doc to apply_text_edit

    I remember doing this and running tests!
    masad-frost committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fa394ad View commit details
    Browse the repository at this point in the history
  7. Lint-y lint

    masad-frost committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    2dbf392 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Merge develop

    masad-frost committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    26e977e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8847a5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f9a509 View commit details
    Browse the repository at this point in the history
  4. lint

    masad-frost committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c1f5d2a View commit details
    Browse the repository at this point in the history
  5. Make pylint happier

    masad-frost committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    55f6eab View commit details
    Browse the repository at this point in the history
  6. Match new lines first

    masad-frost committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    89f6211 View commit details
    Browse the repository at this point in the history
  7. Hopefully last lint

    masad-frost committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a8cd387 View commit details
    Browse the repository at this point in the history
  8. Update setup.cfg

    masad-frost committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    1849f7d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Undo change to EOL_CHARS

    masad-frost committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    06f5e34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb8ff2 View commit details
    Browse the repository at this point in the history
  3. Add back new line

    masad-frost committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c1daaf8 View commit details
    Browse the repository at this point in the history
  4. Add copyright headers

    masad-frost committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5196079 View commit details
    Browse the repository at this point in the history
  5. Fix linting issues

    ccordoba12 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ea6fc90 View commit details
    Browse the repository at this point in the history
  6. More linting fixes

    ccordoba12 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c404a51 View commit details
    Browse the repository at this point in the history
  7. Fix pycodestyle issue

    ccordoba12 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    53c1caa View commit details
    Browse the repository at this point in the history