-
Notifications
You must be signed in to change notification settings - Fork 1k
Replace isFrame with the new API isDataFrame
#6850
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
Conversation
Since both the NOTE and the new entry point are in current R-devel, test for both R version and SVN revision to account for revisions that lack both the NOTE and the new entry point. Co-Authored-By: Tyson Barrett <t.barrett88@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6850 +/- ##
=======================================
Coverage 98.59% 98.59%
=======================================
Files 79 79
Lines 14661 14661
=======================================
Hits 14455 14455
Misses 206 206 ☔ View full report in Codecov by Sentry. |
|
Generated via commit 983acd2 Download link for the artifact containing the test results: ↓ atime-results.zip
|
|
I'm confused, did #6235 get reverted? |
|
Ah, yes it did: #6252 |
MichaelChirico
left a comment
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.
Thanks for chasing down the revision number.
I guess (?) we could also have tagged to the revision where isFrame() starts generating NOTEs, but I like the functional test (isDataFrame is defined) better.
* Replace isFrame with the new API isDataFrame Since both the NOTE and the new entry point are in current R-devel, test for both R version and SVN revision to account for revisions that lack both the NOTE and the new entry point. Co-Authored-By: Tyson Barrett <t.barrett88@gmail.com> * Add a TODO --------- Co-authored-by: Tyson Barrett <t.barrett88@gmail.com> Co-authored-by: Michael Chirico <chiricom@google.com>

As of r87874 we get:
Since both the NOTE and the new entry point are in current R-devel, test for both R version and SVN revision to account for revisions that lack the new entry point. Tested manually on r86699 (the last trunk revision before
isDataFramewas added), r86702 (the revision addingisDataFrame), current trunk. Once R-4.5.0 is released, the test for SVN revision can be removed.See also: #6180, #6244.