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

Coalesce Literals when printing Unions #12205

Merged
merged 9 commits into from Feb 20, 2022

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    9d7adba View commit details
    Browse the repository at this point in the history
  2. Coalesce Literals when printing Unions

    Instead of printing `Union[Literal[X], Literal[Y]]`, these are now
    printed as `Literal[X, Y]`.
    intgr committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d7a96dd View commit details
    Browse the repository at this point in the history
  3. Test updates (WIP)

    intgr committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    8a30970 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    223d372 View commit details
    Browse the repository at this point in the history
  5. Fix missing get_proper_type()

    intgr committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1e84e2c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    8b61321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0aba6e View commit details
    Browse the repository at this point in the history
  3. Fix line length

    intgr committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    be3fe61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7013f19 View commit details
    Browse the repository at this point in the history