Permalink
Please sign in to comment.
Browse files
Implement $SOURCE_NAME and $LINENO to allow tracing with xtrace/PS4.
Fix a bug where physical line numbers are off by one. Also: - Fold core/shell_test.py into core/cmd_exec_test.py and remove it. - Spec test for set -o verbose
- Loading branch information...
Showing
with
148 additions
and 84 deletions.
- +7 −1 core/alloc.py
- +34 −1 core/cmd_exec.py
- +35 −4 core/cmd_exec_test.py
- +1 −1 core/reader.py
- +0 −62 core/shell_test.py
- +24 −1 core/state.py
- +18 −4 core/word.py
- +28 −9 spec/xtrace.test.sh
- +1 −1 test/spec.sh
0 comments on commit
3d6099a