Skip to content

Fix some lints #6470

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

Merged
merged 2 commits into from
May 22, 2025
Merged

Fix some lints #6470

merged 2 commits into from
May 22, 2025

Conversation

etiennebacher
Copy link
Contributor

No description provided.

is_subclass <- is_subclass && length(setdiff(class(e2), class(e1)) > 0)
is_subclass <- is_subclass && length(setdiff(class(e2), class(e1))) > 0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was likely a bug but it was apparently never triggered.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Good catch! It is for an interaction with extensions, which is hard to properly test

@etiennebacher
Copy link
Contributor Author

I forgot that the import-standalone files are automatically generated, I reverted the change in this file.

Copy link
Collaborator

@teunbrand teunbrand left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks for the contribution!

@teunbrand teunbrand merged commit 4263d12 into tidyverse:main May 22, 2025
13 checks passed
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