Permalink
Please sign in to comment.
Browse files
Use the new ASDL_TYPE reflection API.
- In format.py - In encode.py (oheap) Remove unused code in AbbreviateNodes that used the old API. The addition of the 'spids' field means that this abbreviation never got applied. I never noticed, so let's just get rid of the code. Also: - One more spec test passes, because of name validation in 'export'.
- Loading branch information...
Showing
with
28 additions
and 38 deletions.
- +13 −6 asdl/asdl_.py
- +1 −2 asdl/encode.py
- +4 −4 asdl/format.py
- +3 −10 asdl/py_meta.py
- +6 −4 asdl/run.sh
- +0 −11 osh/ast_.py
- +1 −1 test/spec.sh
0 comments on commit
157a9ca