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

Don't type check most function bodies if ignoring errors #14150

Merged
merged 26 commits into from
Apr 24, 2023
Merged

Commits on Nov 11, 2022

  1. WIP

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    200bd45 View commit details
    Browse the repository at this point in the history
  2. more WIP

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5191aa2 View commit details
    Browse the repository at this point in the history
  3. WIP fix ignoring errors

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a19c4da View commit details
    Browse the repository at this point in the history
  4. Tweak docstring

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    75077e8 View commit details
    Browse the repository at this point in the history
  5. Add some parser tests

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    88a1a58 View commit details
    Browse the repository at this point in the history
  6. Handle more kinds of bodies

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    9a1755f View commit details
    Browse the repository at this point in the history
  7. Improve test case

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    83abaf8 View commit details
    Browse the repository at this point in the history
  8. Add tests

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f838466 View commit details
    Browse the repository at this point in the history
  9. Clean up tests

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    13d68cf View commit details
    Browse the repository at this point in the history
  10. WIP add failing test case

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    a64e92e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20b4582 View commit details
    Browse the repository at this point in the history
  12. Remove debug print

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    89ddfd7 View commit details
    Browse the repository at this point in the history
  13. Update test case

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    45737b5 View commit details
    Browse the repository at this point in the history
  14. Cleanup

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5384716 View commit details
    Browse the repository at this point in the history
  15. Black

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ad63379 View commit details
    Browse the repository at this point in the history
  16. isort

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    24519fe View commit details
    Browse the repository at this point in the history
  17. Fix tests

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    79ab207 View commit details
    Browse the repository at this point in the history
  18. Minor test update

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0a8e69d View commit details
    Browse the repository at this point in the history
  19. Add docstring

    JukkaL committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3b8fc66 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Fix stubgen tests

    JukkaL committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    683237f View commit details
    Browse the repository at this point in the history
  2. Minor tweaks

    JukkaL committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    aa31f2c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    bcc7cd6 View commit details
    Browse the repository at this point in the history
  2. Fix handling of yield and yield from

    These can have an externally visible effect within an async function.
    The existence of yield affects the inferred return type, and a yield
    from generates a blocking error.
    JukkaL committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    bc23a92 View commit details
    Browse the repository at this point in the history
  3. Fix type check

    JukkaL committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    a94039d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Apr 24, 2023

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