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

Implement error = "trim" #1332

Merged
merged 6 commits into from
Sep 9, 2024
Merged

Implement error = "trim" #1332

merged 6 commits into from
Sep 9, 2024

Conversation

wlandau
Copy link
Member

@wlandau wlandau commented Sep 9, 2024

Prework

Related GitHub issues and pull requests

Summary

error = "trim" is a new error option that adds most of the nuance @hadley suggested in #1310. Like the existing error = "abridge", error = "trim" allows all currently running targets to keep running. But unlike "abridge", "trim" may allow other targets to start as well. A target can start if it is not a downstream target or a sibling branch of the target that errored. This helps work unaffected by the error keep going.

@wlandau wlandau self-assigned this Sep 9, 2024
@wlandau wlandau merged commit 6411f1f into main Sep 9, 2024
13 checks passed
@wlandau wlandau deleted the 1331 branch September 9, 2024 20:18
@wlandau wlandau mentioned this pull request Sep 10, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant