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

Fixed race to print #220

Merged
merged 2 commits into from
Jul 2, 2023
Merged

Fixed race to print #220

merged 2 commits into from
Jul 2, 2023

Conversation

solidiquis
Copy link
Owner

@solidiquis solidiquis commented Jul 2, 2023

Closes #219

Summary

There was a race between printing to stderr and the cleanup function clearing the current cursor line. This PR removes atomic shared ownership of the progress indicator and instead passes around a channel so that all requests to run a cleanup funnels to a single location: The progress indicator's thread.

We then join that thread to the main-thread before printing any sort of output whether it be an error message or the actual result.

This is better design overall and I should have done this from the start.

@solidiquis solidiquis changed the title Fixed race to print to stdout Fixed race to print Jul 2, 2023
@solidiquis solidiquis merged commit 446e00c into master Jul 2, 2023
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.

erd -p doesnotexist often prints a blank line instead of a diagnostic
1 participant