-
Notifications
You must be signed in to change notification settings - Fork 72
Adjust to parser failures in r devel #1181
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1181 +/- ##
=======================================
Coverage 92.16% 92.16%
=======================================
Files 46 46
Lines 2654 2654
=======================================
Hits 2446 2446
Misses 208 208 ☔ View full report in Codecov by Sentry. |
IndrajeetPatil
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.
@lorenzwalthert Tests are fixed. PTAL.
|
|
|
Do we still need |
|
I find it useful to have the check results available on CI, esp. for OS that I don't have personal access to (Windows). |
|
ok sorry then let's revert. But for my curiosity: You still needed to locally install R devel? Or did you manage to find the hint in the test results? |
|
Thanks a lot again @IndrajeetPatil. |
|
Actually, I figured out the problem without downloading the devel version locally because the same issue was also present in one of the tests in lintr 😅 |
FWIW, in {data.table} we have an Codespace set up that we can easily log into from anywhere to check the package against r-devel: |
|
Thanks @MichaelChirico. Is that a free plan? Maybe worth looking into, after the last 3 maintenance, I am sure the next parser change requiring a {styler} release is just around the corner. |
|
Hmm I couldn't tell what exactly's free from a quick scan of the codespaces page: https://github.com/features/codespaces I get a fairly large amount of free time included with my normal $4/mo GitHub pro subscription. Even barring that, it would be free to run that Docker image locally, the advantage of Codespaces is I can do it in the browser from anywhere. |
|
I am fine billing the guys who set up the r-lib org 😜. Hehe no, I don’t know if the pricing works per user or per org. |
First commit to try to reproduce the issue on GitHub Actions to make sure we resolve it. Closes #1180.