Permalink
Please sign in to comment.
Browse files
Change style for simple sum types to foo_e.Bar (from foo.Bar).
I'm preparing to retire util.Enum and move more types to ASDL. All unit tests and spec tests pass.
- Loading branch information...
Showing
with
165 additions
and 128 deletions.
- +8 −8 asdl/arith_ast_test.py
- +3 −0 asdl/asdl_.py
- +13 −3 asdl/py_meta.py
- +7 −7 core/builtin.py
- +11 −11 core/cmd_exec.py
- +2 −2 core/completion_test.py
- +3 −3 core/expr_eval.py
- +17 −17 core/state.py
- +39 −40 core/state_test.py
- +6 −3 core/util.py
- +7 −0 core/util_test.py
- +3 −3 core/word.py
- +3 −3 osh/cmd_parse.py
- +10 −0 osh/lex_test.py
- +26 −0 osh/osh.asdl
- +1 −22 scripts/refactor.sh
- +6 −6 tools/osh2oil.py
Oops, something went wrong.
0 comments on commit
0c27fab