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

'await' in non-async function is a blocking error, fixes #15339 #15384

Merged
merged 12 commits into from
Aug 12, 2023

Commits on May 12, 2023

  1. Fixed the 'syntax error in type comment -> Syntax error in type comme…

    …nt' for test cases and the error print in mypy/message_registry.py
    gregorysantosa committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6080839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7f920 View commit details
    Browse the repository at this point in the history
  3. Revert "Fixed the 'syntax error in type comment -> Syntax error in ty…

    …pe comment' for test cases and the error print in mypy/message_registry.py"
    
    This reverts commit 6080839.
    gregorysantosa committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f468fbb View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Fixed the 'syntax error in type comment -> Syntax err…

    …or in type comment' for test cases and the error print in mypy/message_registry.py""
    
    This reverts commit f468fbb.
    gregorysantosa committed May 12, 2023
    Configuration menu
    Copy the full SHA
    510a5d8 View commit details
    Browse the repository at this point in the history
  5. Revert "Changed error tests and message for 'invalid syntax -> Invali…

    …d syntax'"
    
    This reverts commit ce7f920.
    gregorysantosa committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3fda8cc View commit details
    Browse the repository at this point in the history
  6. Reverted the 'invalid syntax'->'Invalid syntax' change and added the …

    …'syntax error'->'Syntax error' change. Currently only Syntax error has been changed from the main branch
    gregorysantosa committed May 12, 2023
    Configuration menu
    Copy the full SHA
    42b1e5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44c42c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Added a new error code, AWAIT_NOT_ASYNC for await statements not with…

    …in an ASYNC function definition
    gregorysantosa committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ad6ac36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13e61f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f51663 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    9a182ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df68e1 View commit details
    Browse the repository at this point in the history