-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
769 replace filters argument #877
Conversation
Common answer to
I change As you mentioned, Perhaps I did go a little overboard. If we agree that in all these cases the result should be a list (which is apparently certain but one can never bee too careful), I will restore Alternatively, we could use |
# Conflicts: # R/example_module.R
@chlebowa I think |
blocked pending fixing python app |
unblocked |
Code Coverage Summary
Diff against main
Results for commit: 75d2aa7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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.
👍
Fixes #769
Argument is renamed as per request.
Downstream effects are resolved.
I also identified instances of partial name matching when indexing lists and removed them. There might be more. This is an argument against using
list[["name"]]
overlist$name
. The occurrence ofmodules$filter
was an unwelcome surprise.Also fixes #821