Permalink
Please sign in to comment.
Browse files
Remove the last vestiges of error code handling.
Get rid of Error() and error_stack. We're using exceptions now. - Remove old comments - Rename back to VirtualLineReader
- Loading branch information...
Showing
with
15 additions
and 57 deletions.
- +6 −2 core/reader.py
- +1 −1 core/reader_test.py
- +1 −9 core/tdop.py
- +2 −3 osh/cmd_parse.py
- +0 −16 osh/parse_lib.py
- +1 −12 osh/word_parse.py
- +4 −14 osh/word_parse_test.py
0 comments on commit
c6346a6