-
Notifications
You must be signed in to change notification settings - Fork 395
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
fix: options constraint has wrong type definition #1940
Conversation
Thanks for the contribution! Before we can merge this, we need @nemanjastanic to sign the Salesforce Inc. Contributor License Agreement. |
I've changed this PR to draft state. We're still trying to understand what this PR could resolve. Please refer to #1939 for the discussion. |
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.
Thanks again for taking the time to send this PR! Could you check my comments?
Hey @seratch! Sorry for being super late on the update here, just got back from a lengthy vacation :D I made the changes you asked for! |
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.
Thank you! One last change is missing
I just merged the missing change in OptionsConstraints interface part. Once the CI builds pass, we'll merge this PR. |
Codecov Report
@@ Coverage Diff @@
## main #1940 +/- ##
=======================================
Coverage 82.21% 82.21%
=======================================
Files 18 18
Lines 1524 1524
Branches 438 438
=======================================
Hits 1253 1253
Misses 175 175
Partials 96 96
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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; Thanks again for taking the time to work on this PR 🎉
Summary
Apply correct type definitions for the
constraints
argument in theoptions
function.Fixes #1939
Requirements (place an
x
in each[ ]
)