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 union of generators having no return type #15168

Closed
wants to merge 15 commits into from

Commits on May 2, 2023

  1. Fix return type of yield from union

     of generators
    omarsilva1 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    39e6915 View commit details
    Browse the repository at this point in the history
  2. Add tests

    omarsilva1 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    872b780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b73ccdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    844bb37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59d4762 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Add test for union of generator and

     iterable
    omarsilva1 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    daf4e1b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

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

Commits on May 31, 2023

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

Commits on Jun 2, 2023

  1. Make get_generator_return_type return

    NoneType for the supertype case
     instead of AnyType
    omarsilva1 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6ef3287 View commit details
    Browse the repository at this point in the history
  2. Refactor method to call

    get_generator_return_type
    independently of iter_type
    omarsilva1 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    da35c50 View commit details
    Browse the repository at this point in the history
  3. Expect no return value when Iterator

    is a return type
    omarsilva1 committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    f179b50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f27837 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

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

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    d2cc6a2 View commit details
    Browse the repository at this point in the history
  2. Fix wording

    omarsilva1 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    530f5ce View commit details
    Browse the repository at this point in the history