Skip to content
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

Address r-devel's change in is.atomic(NULL) behavior #3908

Merged
merged 6 commits into from
Oct 3, 2023
Merged

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Oct 2, 2023

Closes #3906

@cpsievert cpsievert marked this pull request as ready for review October 2, 2023 19:38
Comment on lines 21 to 23
if (packageVersion("htmltools") <= "0.5.6") {
skip("Skipping snapshots since htmltools is 'outdated'")
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed since these tabPanel() tests ultimately call tagQuery() in such a way that rstudio/htmltools#408 becomes problematic (for r-devel).

@cpsievert cpsievert requested a review from schloerke October 2, 2023 19:44
@cpsievert cpsievert merged commit b8923e9 into main Oct 3, 2023
11 checks passed
@cpsievert cpsievert deleted the null-is-atomic branch October 3, 2023 15:54
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.

is.atomic(NULL) results in test errors on R-devel
2 participants