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

better error handling #188

Merged
merged 5 commits into from
Jun 13, 2022
Merged

better error handling #188

merged 5 commits into from
Jun 13, 2022

Conversation

vito
Copy link
Owner

@vito vito commented Jun 13, 2022

  • use errors.As to pluck out a wrapped NiceError
  • track errors in *Runs and return them on .Wait
  • misc refactors

vito added 5 commits June 12, 2022 19:22
allows capturing and logging errors produced by thunks in a ctx
don't want cancelation semantics; just want to be able to see the errors
@vito vito merged commit 5007d7e into main Jun 13, 2022
@vito vito deleted the runs-errgroup branch June 13, 2022 00:11
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