-
Notifications
You must be signed in to change notification settings - Fork 37
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
Deprecate copytree method #439
Conversation
@bdice I deprecated the copytree method, but I'm not sure how to perform step 3 mentioned in your proposed solution. |
Codecov Report
@@ Coverage Diff @@
## master #439 +/- ##
==========================================
+ Coverage 77.06% 77.08% +0.01%
==========================================
Files 42 42
Lines 5765 5768 +3
Branches 1129 1129
==========================================
+ Hits 4443 4446 +3
Misses 1034 1034
Partials 288 288
Continue to review full report at Codecov.
|
@shandave Thank you for the pull request! Step 3 is basically just a “find and replace” operation. Anywhere that the code says |
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.
@shandave I noticed there are a couple of references to syncutil.copytree
remaining in signac/contrib/project.py
lines 1439 and 1451.
@shandave I noticed you pushed a commit. Please tag the assigned reviewers in a comment when you're ready for someone to review again. Please add a note to the changelog and add yourself to the contributors list as you did for signac-flow. Thank you again! 😄 |
@shandave I still see multiple uses of |
Thank You @b-butler for reviewing. I have made the suggested changes. |
@shandave The pre-checks are failing:
You need to remove the import of Also please update the changelog and contributors list. |
Thank You @bdice for giving me an opportunity to contribute in signac. I have made the suggested changes. Thank you again for helping me out. |
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.
Great work @shandave! Thanks for your persistence. I have two small changes to apply. I will go ahead and make those changes, and approve this PR. Once a second reviewer approves the PR, we will merge it.
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
Description
Deprecate copytree method
Motivation and Context
Resolves #432
Types of Changes
1The change breaks (or has the potential to break) existing functionality.
Checklist:
If necessary: