-
Notifications
You must be signed in to change notification settings - Fork 750
Params arg no params #1106
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
Params arg no params #1106
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1106 +/- ##
=======================================
Coverage 86.75% 86.75%
=======================================
Files 1 1
Lines 302 302
=======================================
Hits 262 262
Misses 40 40
Continue to review full report at Codecov.
|
Close and reopen to see if the build is intermittent. |
Thanks for reopening, got pulled into a meeting and didn't get a chance to reopen. |
@slide better this one. Then I can squash. |
@slide Travis passed. Need to investigate why is it not being picked up. |
Close and reopen to try and get a Travis build responding. |
Thank you very much :) |
Add a check to see if the last parameter is a params parameter. Set the correct flag to show that it is a paramsArray function. Fixes pythonnet#943 and pythonnet#331.
What does this implement/fix? Explain your changes.
Check the last parameter to see if it is params (and not supplied). By setting the
paramsArray
variable, the binding code does the right thing and passes an empty array.Does this close any currently open issues?
#943
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG