curved-television-6568
03/28/2023, 6:12 PMpython-rust
crate for parsing to AST, while still leveraging the type information we have from a running Python interpreter and have that in a dedicated crate in a non-pants specific form which can then be consumed by our rule visitor.witty-crayon-22786
03/28/2023, 6:59 PMUnionMembership
lookup syntax working (even if it is awkward) could be really helpful, since the syntax being awkward or limited overwhelmingly affects Pants maintainers (who define/consume `@union`s), rather than end users (who only implement `@union`s)impls = union_membership.get(UnionType)
works, for example, that’s enoughruff
used `rustpython`’s parser… that’s wild. i wonder how they feel about that, heh.curved-television-6568
03/29/2023, 12:18 PMi think that getting a single narrowok, I can circle back and see if I can get something working that is to be cleaned up to make some progress on this.lookup syntax working (even if it is awkward) could be really helpful, since the syntax being awkward or limited overwhelmingly affects Pants maintainers (who define/consume `@union`s), rather than end users (who only implement `@union`s)UnionMembership