Permalink
Please sign in to comment.
Browse files
Change all Oil classes to be new-style classes.
This is so that callgraph.py can correctly walk them. Otherwise isinstance(x, type) isn't true.
- Loading branch information...
Showing
with
41 additions
and 28 deletions.
- +7 −7 asdl/asdl_.py
- +2 −2 asdl/encode.py
- +3 −3 asdl/format.py
- +1 −1 core/args.py
- +1 −1 core/braces.py
- +1 −1 core/completion.py
- +1 −1 core/expr_eval.py
- +5 −5 core/process.py
- +2 −2 core/test_builtin.py
- +2 −2 core/util.py
- +1 −1 core/word_eval.py
- +5 −0 opy/callgraph.py
- +8 −0 scripts/count.sh
- +2 −2 tools/osh2oil.py
0 comments on commit
eac70cd