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

Fix #18. Identify AbstractFunction parameters as ParameterName #510

Merged
merged 5 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. Fix #18. Identify AbstractFunction parameters as ParameterName

    When the function is a builtin function, the call parameter's name was
    sometimes incorrectly identified as an AssignedName. This led to
    rename refactoring incorrectly renaming these parameters.
    lieryan committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0f496dc View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    lieryan committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c5e8a73 View commit details
    Browse the repository at this point in the history
  3. Fix circular import

    Apparently this circular import only appears on Windows
    lieryan committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2c72f83 View commit details
    Browse the repository at this point in the history
  4. Use typing.Tuple[] instead of tuple[] syntax

    We still need to support versions of python that doesn't support this
    syntax yet.
    lieryan committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    83de872 View commit details
    Browse the repository at this point in the history
  5. Black

    lieryan committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6cd4436 View commit details
    Browse the repository at this point in the history