Skip to content
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

Merged
merged 5 commits into from
Dec 26, 2023
Merged

Progress some planned deprecations #5841

merged 5 commits into from
Dec 26, 2023

Conversation

MichaelChirico
Copy link
Member

#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.

Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6c1fd83) 97.46% compared to head (5826774) 97.46%.

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.
📢 Have feedback on the report? Share it here.

@MichaelChirico MichaelChirico added this to the 1.15.0 milestone Dec 22, 2023
Copy link
Member

@jangorecki jangorecki left a 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

@MichaelChirico
Copy link
Member Author

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.

@MichaelChirico MichaelChirico merged commit b88112a into master Dec 26, 2023
@MichaelChirico MichaelChirico deleted the deprecate branch December 26, 2023 16:33
@jangorecki
Copy link
Member

jangorecki commented Dec 26, 2023

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.

@MichaelChirico
Copy link
Member Author

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.

@jangorecki
Copy link
Member

It feels much safer then, yet not ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants