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

Release v2.8.0 #133

Merged
merged 9 commits into from Mar 30, 2022
Merged

Release v2.8.0 #133

merged 9 commits into from Mar 30, 2022

Commits on Mar 16, 2022

  1. Frame ANN401 Error

    sco1 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    7e42c5f View commit details
    Browse the repository at this point in the history
  2. Be better about type guarding

    Ignore the test code, not really worth whacking all of them
    sco1 committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    6090171 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Rejoin ast walking components

    Breaking them into separate modules (See: f69b39) was nice in theory but it ends up being more of a circular dependency nightmare than it's worth
    sco1 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c949b62 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    d2c5fe9 View commit details
    Browse the repository at this point in the history
  2. Switch Argument and Function classes to dataclasses

    Remove `repr` testing, we don't need to test the stdlib ourselves
    sco1 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a690f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5767362 View commit details
    Browse the repository at this point in the history
  4. Swap attrs in for dataclass

    Dataclasses only become slotted in Python 3.10, whoops
    sco1 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7ea9922 View commit details
    Browse the repository at this point in the history
  5. Bump ver

    sco1 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9d9f313 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    ef0c975 View commit details
    Browse the repository at this point in the history