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

[mypyc] Fixes to union simplification #14364

Merged
merged 3 commits into from
Dec 29, 2022
Merged

[mypyc] Fixes to union simplification #14364

merged 3 commits into from
Dec 29, 2022

Commits on Dec 28, 2022

  1. [mypyc] Fixes to union simplification

    Fix crash related to unions in loops. The crash was introduced in #14363.
    
    Flatten nested unions before simplifying unions.
    JukkaL committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    2a810c8 View commit details
    Browse the repository at this point in the history
  2. Rename test file

    JukkaL committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    2b95ee5 View commit details
    Browse the repository at this point in the history
  3. Add unit tests

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