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

[Backport 1.16] fix: Function context put() works for more than two keys #903

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

backport-action
Copy link
Collaborator

Description

Backport of #902 to 1.16.

relates to #835
original author: @saig0

saig0 added 2 commits August 23, 2024 12:23
Add a new test case to verify that context put() works for more than two keys.

(cherry picked from commit 5d1cec0)
Correct the behavior of the function context put() if more than two keys are passed as argument.

The function is implemented with recursion. We sadly forgot our parent there. We should take our parents with us all the way. So, we don't forget where we're coming from.

(cherry picked from commit 17b0ed7)
@backport-action backport-action requested a review from saig0 as a code owner August 23, 2024 12:23
@saig0 saig0 merged commit 9225464 into 1.16 Aug 23, 2024
3 checks passed
@saig0 saig0 deleted the backport-902-to-1.16 branch August 23, 2024 12:31
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