Skip to content

Commit

Permalink
typeintersect: fix potential free TypeVar caused by chained inner var.
Browse files Browse the repository at this point in the history
Noticed when working on 02f27c2.
The substitution and re-sorting of inner vars are incomplete on master.
This commit re-organized the code by:
1. Flatten the inner vars into a reversed list and handling them just like vars in norm bindings.
2. Then perform a global re-sorting on all vars.
3. After that, the inner vars get frozen and dependent bounds are refreshed.
  • Loading branch information
N5N3 committed Mar 9, 2024
1 parent bb35dc9 commit 7a793bc
Showing 1 changed file with 220 additions and 191 deletions.
Loading

0 comments on commit 7a793bc

Please sign in to comment.