You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix guard in ilist.FlattenAdd to give up on BottomType inputs. (#590)
Currently there are some cases where the assert `assert
isinstance(lhs_type := lhs.type, types.Generic)` is False because
`Bottom` is a subset of `IListType` in the type lattice. this PR adds
some logic to make sure any Bottom types are skipped in this rewrite
rule.
0 commit comments