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

Fix: don't assume SIGCLD is bad. Check child statuses. #89

Merged
merged 1 commit into from
May 17, 2024

Conversation

briandunn
Copy link
Owner

Address #84 by checking the status of the children on CLD. If it was a clean exit ignore the signal.

  • more maintainable signal specific tests
  • use formatter rather than puts

Note that there are some things about this solution that aren't ideal. I would prefer if only Sink bore the responsibility of things like Process.waitall and abort. But trying to resolve those issues introduced too many changes in light of the main release having a problem right now. So, soon hopefully.

@briandunn briandunn force-pushed the fix/cld-aint-all-bad branch from 57e14fb to f9823dd Compare May 16, 2024 22:50
@briandunn briandunn merged commit 1e6dc28 into master May 17, 2024
48 checks passed
@briandunn briandunn deleted the fix/cld-aint-all-bad branch May 17, 2024 00:21
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