Skip to content

Conversation

@aitap
Copy link
Member

@aitap aitap commented Mar 4, 2025

As of r87874 we get:

  Found non-API calls to R: ‘LEVELS’, ‘OBJECT’, ‘Rf_GetOption’,
    ‘Rf_isFrame’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’, ‘SET_TRUELENGTH’,
    ‘TRUELENGTH’

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 isDataFrame was added), r86702 (the revision adding isDataFrame), current trunk. Once R-4.5.0 is released, the test for SVN revision can be removed.

See also: #6180, #6244.

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>
@aitap aitap requested a review from MichaelChirico as a code owner March 4, 2025 10:22
@codecov
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.59%. Comparing base (05e3bdf) to head (983acd2).
Report is 3 commits behind head on master.

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

@github-actions
Copy link

github-actions bot commented Mar 4, 2025

Comparison Plot

Generated via commit 983acd2

Download link for the artifact containing the test results: ↓ atime-results.zip

Task Duration
R setup and installing dependencies 4 minutes and 47 seconds
Installing different package versions 8 minutes and 57 seconds
Running and plotting the test cases 2 minutes and 38 seconds

@MichaelChirico
Copy link
Member

I'm confused, did #6235 get reverted?

@MichaelChirico
Copy link
Member

Ah, yes it did: #6252

Copy link
Member

@MichaelChirico MichaelChirico left a 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.

@MichaelChirico MichaelChirico merged commit 93a5305 into master Mar 4, 2025
7 of 9 checks passed
@MichaelChirico MichaelChirico deleted the isFrame branch March 4, 2025 17:07
MichaelChirico added a commit that referenced this pull request Mar 10, 2025
* 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>
@MichaelChirico MichaelChirico added this to the 1.17.2 milestone Mar 10, 2025
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