Skip to content

Commit

Permalink
dorothy: curl bash.bash, eval_capture: fix set +e
Browse files Browse the repository at this point in the history
/close #206 - there was already `--no-fallback`
/close #11 - after several experiments, `__` is still suitable for these simple functions

this also resolves an issue where `eval-capture` would not behave correctly in `set -e` contexts, this is now resolved

/ref c1fe25b
  • Loading branch information
balupton committed Jan 16, 2024
1 parent c1fe25b commit b2fcfcf
Show file tree
Hide file tree
Showing 7 changed files with 249 additions and 211 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
LDFLAGS: '' # fix: https://github.com/bevry/dorothy/actions/runs/6349927188/job/17248892389#step:8:9
CPPFLAGS: '' # fix: https://github.com/bevry/dorothy/actions/runs/6349956372/job/17248986621#step:8:10
CXX: '' # fix: https://github.com/bevry/dorothy/actions/runs/7538723888/job/20519802798#step:8:12
CC: '' #fix: https://github.com/bevry/dorothy/actions/runs/7538922544/job/20520381661#step:8:13
shell: xonsh -DXONSH_SHOW_TRACEBACK=True -l {0}
run: |
command-exists dorothy
Expand Down
Loading

0 comments on commit b2fcfcf

Please sign in to comment.