sos: -e ignore and -e abort for more error-handling options
https://www.gnu.org/software/make/manual/html_node/Errors.html
We now have -k (#1265 ) for --keep-going. GNU Make has an similar option that we can potentially borrow.We could also allow option allow_errors in more places .
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 64 (64 by maintainers)
Commits related to this issue
- Replace -k with -e keep-going #1266 — committed to vatlab/sos by deleted user 5 years ago
- Implement and test -e ignore for substeps #1266 — committed to vatlab/sos by deleted user 5 years ago
- Add test for -e ignore of steps #1266 — committed to vatlab/sos by deleted user 5 years ago
- Introduce invalid_target to pass "failed status" to next steps #1266 — committed to vatlab/sos by deleted user 5 years ago
- Test error mode for tasks #1266 — committed to vatlab/sos by deleted user 5 years ago
- Implement and test abort mode of -e #1266 — committed to vatlab/sos by deleted user 5 years ago
- Ignore error from substeps in -e ignore mode #1328 #1266 — committed to vatlab/sos by deleted user 5 years ago
- Fix -e ignore for target does not exists after the completion of step #1266 — committed to vatlab/sos by deleted user 5 years ago
- Better messages for missing input target #1266 — committed to vatlab/sos by deleted user 5 years ago
- Fixing ignore mode for nested workflow #1266 — committed to vatlab/sos by deleted user 5 years ago
- Defer target_exsts check for input files to substep level for -e ignore #1266 — committed to vatlab/sos by deleted user 5 years ago
- Make keep-going the default error-mode #1266 — committed to vatlab/sos by deleted user 5 years ago
- Show missing files in the output line #1266 — committed to vatlab/sos by deleted user 5 years ago
Yes. It is hard to work on this in Denver with ski on. 😃
ok, they are on my radar now, will be done after
-r hostwith templates.