- Notifications
You must be signed in to change notification settings - Fork750
Bad params object[] precedence#1213
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Bad params object[] precedence#1213
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedAug 29, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## backports-2.5 #1213 +/- ##============================================== Coverage 86.53% 86.53% ============================================== Files 1 1 Lines 297 297 ============================================== Hits 257 257 Misses 40 40
Flags with carried forward coverage won't be shown.Click here to find out more. Continue to review full report at Codecov.
|
@filmor can you review this? |
What does this implement/fix? Explain your changes.
A bug in
ArgsPrecedence
caused parameters of typeobject[]
to have the highest precedence, which affectedparams object[]
handling, and also preferredparams object[]
toparams string[]
when astring
argument was given.Does this close any currently open issues?
#1211
Any other comments?
...
Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG