-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Ignore Sync errors #347
Ignore Sync errors #347
Conversation
@Ulexus, thanks for your PR! By analyzing the history of the files in this pull request, we identified @akshayjshah to be a potential reviewer. |
I'm not sure just ignoring a sync error is the best way to go about this - any other ideas? |
I'm going to push some commits to take this PR in a different (simpler) direction. However, we really appreciate the time you've taken on this - I'll make sure to preserve your authorship of the changes. |
Yeah, sorry I haven't had time to work on this more. If you've a better idea, please take it where you want! |
No worries at all - appreciate the work that you've already put in! |
If call to `Sync()` fails, wrap the WriteSyncer with a fake `Sync()`. Fixes uber-go#328
This reverts commit 9da32f3.
Take the simplest approach to fixing the cross-platform compatibility issues with syncing stderr and stdout (outlined in #328) and just ignore sync errors. If we come up with a clean solution to #370, we can revert this change.
Fixes #328.