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

Added checks for invalid usage of continue/break/return in except* block #18132

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 9, 2024

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

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    c947ec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d65b1b8 View commit details
    Browse the repository at this point in the history
  3. added check for edge case when return stmt inside loop can affect con…

    …trol flow in except* block
    coldwolverine committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bde4749 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Added edge case for invalid control flow in except block nested insid…

    …e except* block, other minor fixes
    coldwolverine committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    13d88a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b765f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9ee65f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b7785a View commit details
    Browse the repository at this point in the history