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 enum attributes are not members #17207

Merged

Commits on Jun 5, 2024

  1. Fix enum attributes are not members

    This adds on to the change in python#17182
    and fixes enum attributes being used as members.
    terencehonles committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8eb4218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfcc0c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50c9f31 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

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

Commits on Sep 19, 2024

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

Commits on Sep 25, 2024

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

Commits on Oct 26, 2024

  1. error wording

    hauntsaninja committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    7282eb8 View commit details
    Browse the repository at this point in the history
  2. link to spec

    hauntsaninja committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    295343e View commit details
    Browse the repository at this point in the history
  3. move test

    hauntsaninja committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    2afee12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4652764 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. add test case

    terencehonles committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4e3efbc View commit details
    Browse the repository at this point in the history
  2. adjust test case and fix enums without members being collapsed to nev…

    …er which is also the base of all types
    terencehonles committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d68b5d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83c48a2 View commit details
    Browse the repository at this point in the history
  4. update comment

    terencehonles committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    eb9f87c View commit details
    Browse the repository at this point in the history