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

Support errexit option in multi-command pipelines #362

Merged
merged 3 commits into from
Apr 21, 2024
Merged

Support errexit option in multi-command pipelines #362

merged 3 commits into from
Apr 21, 2024

Commits on Apr 21, 2024

  1. Update pipeline semantics documentation

    Yash 2 changed the behavior in:
    magicant/yash@ba43abb
    magicant committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    25acd21 View commit details
    Browse the repository at this point in the history
  2. Apply errexit in expansion::Error::handle

    The `apply_errexit` function in `yash-env` is removed as it did not
    abstract the semantics of the option in an intuitive way. Instead, the
    `handle` method of `expansion::Error` now returns a result that reflects
    the semantics of the `ErrExit` option.
    magicant committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    362b7c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b206a View commit details
    Browse the repository at this point in the history