-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-121245: Amend d611c4c8e9 (correct import) #121255
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
Conversation
This prevents writing incorrect history (empty).
CC @pablogsal |
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 if you remove the comment.
BTW, test in write_history() looks asymmetrical wrt reading the history file. Maybe it should be moved up to fill some variable like That wasn't included, I did just minimal changes. Edit: title was corrected, now its referenced commit in the main, not on 3.13. |
Misc/NEWS.d/next/Library/2024-07-02-11-34-06.gh-issue-121245.sSkDAr.rst
Outdated
Show resolved
Hide resolved
…SkDAr.rst Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Thanks @skirpichev for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Thanks @skirpichev for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit 7a807c3) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Miro Hrončok <miro@hroncok.cz>
GH-121261 is a backport of this pull request to the 3.13 branch. |
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This prevents writing incorrect history (empty).
Fixed by @domdfcoding.