-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Clean up orphan functions and tiny one-off helpers #6022
Conversation
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.
Bunch of comments since this is a large PR. Overall good though I have one main objection as you can see in the comments
I'm not against all these class tests like |
This comment was marked as resolved.
This comment was marked as resolved.
I restored the class tests. For user-facing classes, I've collected all the tests in one place and exported them. |
I think the testers needs to be below the class definition, not in their own file. This is our general MO |
Merge branch 'main' into orphan_functions # Conflicts: # tests/testthat/_snaps/utilities.md
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.
LGTM
This PR doesn't adress an issue, but I think it is worth to consider anyway.
In essence, it tries to cleanup three types of functions:
simplify()
/simplify_formula()
oras.quoted()
/as_quoted()
.