-
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
fixes R-devel foverlaps failures due to c.POSIXct change #4428
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4428 +/- ##
==========================================
- Coverage 99.61% 99.60% -0.01%
==========================================
Files 72 72
Lines 13917 13918 +1
==========================================
Hits 13863 13863
- Misses 54 55 +1
Continue to review full report at Codecov.
|
Great. Needs news item. For example, when this change in R-devel is released, and users start getting this error message in data.table <= 1.12.8, then if they search for the error, there's a chance they'll find the news item and find out they need to upgrade data.table. |
@mattdowle done |
@mattdowle see #4424 |
Are we sure this only affects r-devel? It seems to also affect R-patches if I am reading the CRAN results page for It affects us in Debian as the release data.table fails its tests with R 4.0.0, effectively block transition of r-base 4.0.0 (and now r-base 4.0.1) from unstable into testing. See #962497. |
Quite possibly R-patched as well. It is actually surprising that base R decided to make a breaking change like this without first giving a warning for at least one version. |
And the actual fix is a one-liner to maybe the Debian maintainer for data.table can carry that over. I probably would if it were my package (though this speculating as there may be other things too betweeb R 4.0.0 and data.table 0.12.8). I think the change to |
fixes