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
RM deprecated (promoted to .core.local.run) in 0.12 release interface.run and saver option #4583
Conversation
yarikoptic
commented
May 28, 2020
- datalad-container is expected to fail, PR there RF: use datalad.core.local.run instead of datalad.interface.run datalad-container#120
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.
I don't think these changes should be made in the rc stage. And in general there is no reason this needs to be removed right now.
agree in general (thus did not label it for 0.13.0 milestone although said "likely" in containers PR ;) ). Will mark for 0.14.0.
My selfish rationale for removal of those deprecated interfaces - pycharm allows to quickly open an file by starting to type its name (like |
Codecov Report
@@ Coverage Diff @@
## master #4583 +/- ##
=======================================
Coverage 89.63% 89.63%
=======================================
Files 285 284 -1
Lines 38685 38677 -8
=======================================
- Hits 34677 34670 -7
+ Misses 4008 4007 -1
Continue to review full report at Codecov.
|
Logistics wise: should we establish |
If you think that is useful, that's fine by me. My opinion is that creating another branch to merge in changes like this adds no value and that merging this can wait until a release. The code being removed by this PR is not a maintenance burden. FWIW, aside from stylistically disliking branch names that consist only of versions, I'd find 0.14 confusing as a name because I'm used to branches with versions being a track for a lesser version tick (e.g., the last tag in maint-2.23 could be, say, v2.23.3). |
I do not see a need for another branch. Admittedly, I already had a hard time adjusting to |
I think there are deeper issues to worry about if 0.13.0 stays in the rc phase for 6 months. |