-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Use match_function_call wherever possible #4649
Conversation
I wasn't able to use
But then there might be to many util function that do almost the same thing. Maybe just one generalized version of Also what should I put in changelog? |
@bors r+ thanks!
I think that's fine as long as they are all documented. They could possibly be split up into separate modules if it gets too confusing? (In general I don't like the notion of
|
📌 Commit 15b433a has been approved by |
Use match_function_call wherever possible Move `match_function_call` to `utils` and use it wherever possible as discussed in #4635. changelog: none
💔 Test failed - status-appveyor |
@bors retry |
Use match_function_call wherever possible Move `match_function_call` to `utils` and use it wherever possible as discussed in #4635. changelog: none
☀️ Test successful - checks-travis, status-appveyor |
Move
match_function_call
toutils
and use it wherever possible as discussed in #4635.changelog: none