Skip to content
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 for ArgBuilder with when input is a value type #2323

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

kyri-petrou
Copy link
Collaborator

Seems that we can't assume all the inputs will be an ObjectValue. I'm actually not even sure at which point we do the conversion, but the fix is to allow handling of InputValue types other than ObjectValue. PS: This implementation isn't strictly correct as we would need to ensure that there's only 1 param. However, instead of adding that restriction and making the behaviour non-backwards compatible, I left it relaxed (same as v2.7.x)

@kyri-petrou kyri-petrou merged commit ce502f6 into series/2.x Jul 2, 2024
10 checks passed
@kyri-petrou kyri-petrou deleted the fix-arg-builder-value-types branch July 2, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants