Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consequences of shell errors #204

Closed
6 of 7 tasks
Tracked by #51
magicant opened this issue Oct 15, 2022 · 1 comment
Closed
6 of 7 tasks
Tracked by #51

Consequences of shell errors #204

magicant opened this issue Oct 15, 2022 · 1 comment
Labels
tracker List of subtasks

Comments

@magicant
Copy link
Owner

magicant commented Oct 15, 2022

  • Interrupt on shell language syntax error
  • Interrupt on special built-in utility error
  • Interrupt on redirection error with special built-in utilities
  • Handle redirection error with other utilities (not special built-ins)
  • Interrupt on variable assignment error
  • Interrupt on expansion error
  • Recover from interruption in interactive shell
@magicant
Copy link
Owner Author

Recover from interruption in interactive shell

This is currently tracked as "not exiting the shell on error" in #41 (though it may be moved to a new tracker), so I'm closing this tracker as done.

@magicant magicant added this to the POSIX 2018 w/o interaction milestone Nov 23, 2023
@magicant magicant added the tracker List of subtasks label Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracker List of subtasks
Projects
None yet
Development

No branches or pull requests

1 participant