| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
In particular, avoid calling fitsInInt32() on REALSXP vectors that could possibly be of class 'integer64' (and therefore shouldn't be read as doubles).
Since the functions themselves read the vector as double* and are used as a test whether doubles from the vector would fit in an integer, avoid reading integer64 vectors altogether.
Avoid auto-converting 'lower' or 'upper' to integer64 if they aren't actually representable in int64_t.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## master #7193 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 81 81
Lines 15218 15223 +5
=======================================
+ Hits 15032 15037 +5
Misses 186 186 ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
|
No obvious timing issues in HEAD=between-int64 Generated via commit d2fa90f Download link for the artifact containing the test results: ↓ atime-results.zip
|
Sorry, something went wrong.
Unify the translatable strings. Co-authored-by: Michael Chirico <chiricom@google.com>
Co-authored-by: Michael Chirico <chiricom@google.com>
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
|
Does the change in behaviour regarding integer64 boundaries need a news entry? I don't see it documented anywhere. |
Sorry, something went wrong.
|
Ah, yes, that's a bug fix based on the issue you filed. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #7164