-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Use better temporary files mechanism #7929
Conversation
744fa7d
to
7ec31a7
Compare
@pfmoore, may I have your review on this? |
Sorry @McSinyx I haven't had time to review this yet. I'll get to it in the next day or so - feel free to ping me if it seems like I've got distracted! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from one minor nit, this looks OK to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, other than a rephrasing of the NEWS fragment, and the misplaced comment flagged by @pfmoore. :)
Thanks you both for the nits, which are included in the fixup. |
Thanks for your work on this, @McSinyx 🙂 |
One thing I don't understand though, is why the output CSV file need to be opened as
w+
instead of justw
.This should be able to fix GH-7699.