-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Progress some planned deprecations #5841
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5841 +/- ##
==========================================
- Coverage 97.46% 97.46% -0.01%
==========================================
Files 80 80
Lines 14822 14819 -3
==========================================
- Hits 14447 14444 -3
Misses 375 375 ☔ View full report in Codecov by Sentry. |
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.
logicalAsInt we could move post release so revdeps (and non cran pkgs) have plenty of time to amend their code. Other looks good
Refined the GitHub search and confirmed there's only two places using logicalAsInt, neither of which have any activity for >5 years. Nevertheless filed downstream issues about the pending switch. |
If packages were not active for 5 years, then it is more likely they will not manage to update their code within short period of 2 weeks that CRAN gives. Therefore we are risking this change to be reason for archival of two packages. I would say we should try to avoid doing so. Giving them time of full 1.15.99 cycle doesn't guarantee they will be fixed but at least feels more appropriate, as one of the goals of DT, even officially defined recently, is backward compatibility. |
to be clear these are not CRAN packages, they are only maintained on GitHub. |
It feels much safer then, yet not ideal. |
#5840 will be filed separately since it's a new deprecation --> warrants its own PR.
These are simply progressing existing deprecation cycles to their next steps.