Permalink
Please sign in to comment.
Browse files
Fix a bunch of long lines.
test/lint.sh has a language-independent function to detect them, including ASDL. Also: - Minor updates to the quick reference.
- Loading branch information...
Showing
with
97 additions
and 44 deletions.
- +3 −0 build/doc.sh
- +2 −1 build/quick_ref.py
- +2 −1 core/args_test.py
- +3 −2 core/completion.py
- +2 −2 core/expr_eval.py
- +4 −2 core/id_kind.py
- +7 −3 core/id_kind_gen.py
- +4 −3 core/legacy.py
- +3 −2 core/runtime.py
- +2 −1 core/state.py
- +2 −1 core/test_builtin.py
- +2 −1 core/util.py
- +17 −0 doc/osh-quick-ref-pages.txt
- +3 −3 doc/osh-quick-ref-toc.txt
- +2 −1 osh/ast_.py
- +4 −2 osh/bool_parse.py
- +4 −4 osh/cmd_parse.py
- +2 −1 osh/cmd_parse_test.py
- +2 −2 osh/lex_test.py
- +1 −1 osh/osh.asdl
- +6 −5 osh/word_parse.py
- +18 −5 test/lint.sh
- +2 −1 tools/osh2oil.py
0 comments on commit
f09c2d6