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

Prevent infinite-loop when resolving type-aliases #10156

Merged

Commits on Aug 27, 2023

  1. bugfix: prevent infinite-loop when resolving type-aliases

    The type-expander returns the same `intersection_type` in case something is not properly expandable. To avoid infinite-loop, we do explicitly verify that the expanded  alias is actually resolved
    
    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d9ebab6 View commit details
    Browse the repository at this point in the history
  2. qa: preserve already detected modifications

    Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
    boesing committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3fa5710 View commit details
    Browse the repository at this point in the history