Conversation
Would help if you're more specific, but if you're talking about anything in the po/ or inst/po folders, those are updated as part of the (normal) release process -- no need to touch in this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5749 +/- ##
=======================================
Coverage 97.46% 97.46%
=======================================
Files 80 80
Lines 14814 14814
=======================================
Hits 14439 14439
Misses 375 375 ☔ View full report in Codecov by Sentry. |
|
AFAIU all what is needed still here is to escape test of that functionality for R 3.1.0. |
|
We have never added a test to really download from an |
|
easy way to figure one which test needs to be escaped is to just leave the error for all versions of R, run test, and then you will see which tests failed, and those escape for R < 3.2.2 |
to not introduce dependency on the external url, which may not always be available, to pass/fail test, I would prefer not to add test for that, if there is none already. |
|
Regarding translations, we have this in our data.table/po/R-data.table.pot Lines 1255 to 1256 in 5e8ca96 Does this need to be addressed now or when the translations are updated? |
|
No need to worry about translations during dev cycle. It is part of release cycle. |
Closes #1686
Towards #5745
tests(had to tests for downloading from secure urls before besides)translations(done in release cycle)Regarding translations: (@MichaelChirico)
I've never noticed these so far, but are they adapted with every release?