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(sem): noreturn analysis for void exprs #1454

Merged

Commits on Sep 10, 2024

  1. fix(sem): noreturn analysis for void exprs

    Summary
    =======
    
    `void` branches preceeding with no-return terminal branches are checked
    with no-return analysis to avoid false positives.
    
    Details
    =====
    
    The analysis is updated to recursively check `if/elif/of/except`
    non-terminal branches as well as the terminal branch.
    saem committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    483afac View commit details
    Browse the repository at this point in the history
  2. clean-up lenghty conditionals

    saem committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2f4e9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d525378 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

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

    saem committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    40d751e View commit details
    Browse the repository at this point in the history