-
Notifications
You must be signed in to change notification settings - Fork 772
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
Fix preserving timestamp when the move command is executing #994
Fix preserving timestamp when the move command is executing #994
Conversation
It's not clear to me why the large refactor is needed; theoretically you only need to set |
@RyanZim Reverted original code, that refactoring might be overengineering for now 🤔 |
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.
A few nits in the tests; otherwise looks good.
Co-authored-by: Ryan Zimmerman <opensrc@ryanzim.com>
Co-authored-by: Ryan Zimmerman <opensrc@ryanzim.com>
Co-authored-by: Ryan Zimmerman <opensrc@ryanzim.com>
Co-authored-by: Ryan Zimmerman <opensrc@ryanzim.com>
Thank you for reviewing it! |
This PR resolves issue: #992.
These test files are pretty similar, I just took the
copy
method test files as a blueprint, and it seems we can make some refactoring here and there. I'm open to any suggestions!