Skip to content

Fixed race to print#220

Merged
solidiquis merged 2 commits intomasterfrom
exit-race
Jul 2, 2023
Merged

Fixed race to print#220
solidiquis merged 2 commits intomasterfrom
exit-race

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