-
-
Notifications
You must be signed in to change notification settings - Fork 16
Remove deprecated arguments in data_rename()
and data_match()
#603
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
@etiennebacher Not sure, but I think after removing |
I'd have to check in more detail but 4 months is not that old for an argument deprecation. Also this would be a breaking change so it would be better to use a minor version bump rather than a patch version for this. |
Yes, but we can set the final version number just before release. For the devel versions, it's important to have at least an increase for the fourth place, to make sure |
Yes, usually not. But we deprecated this with version 1, so we already had that "API" change, which would justify the clean-up ;-) But I leave it to you to keep the deprecation messages longer and remove the arguments later. |
I'd like to have at least 6 months of deprecation, i.e. wait until early July, before removing them, so putting this on draft and this won't be a blocker for a potential release next week (cf #615).
Note to self: don't forget to address this comment before merging. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I think so, it is also what was documented in the parameter description. To me, "safe" in this context means "Don't let users think they renamed something when they actually didn't". So I'm keeping the behavior as is. |
data_rename()
and data_rename()
data_rename()
and data_rename()
data_rename()
and data_match()
According to git blame, these are deprecated for at least 4 months now.