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

Refactor patchedast #594

Merged
merged 10 commits into from
Dec 21, 2022
Merged

Refactor patchedast #594

merged 10 commits into from
Dec 21, 2022

Commits on Dec 13, 2022

  1. combine else if

    alex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    64feb96 View commit details
    Browse the repository at this point in the history
  2. combine nested if

    alex committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    adcfb9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4922d53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2692a67 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Revert undesirable changes

    lieryan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    367aac2 View commit details
    Browse the repository at this point in the history
  2. Remove compatibility code, now we can rely that f-string always exists

    f-string was added in 3.6, we now only support 3.7 or higher
    lieryan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    e1ee7c3 View commit details
    Browse the repository at this point in the history
  3. Remove compatibility code with node.decorator_list

    node.decorators no longer exists, now we can rely on this being named
    consistently.
    lieryan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    3173530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d2aca1 View commit details
    Browse the repository at this point in the history
  5. Simplify using modern syntax

    lieryan committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    6043c99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51eede0 View commit details
    Browse the repository at this point in the history