Fix non-idempotent runs when lambda with chained call is broken (#640) - #649
Merged
AbdullinAM merged 1 commit intoAug 14, 2026
Merged
Conversation
lwasyl
force-pushed
the
wasyl/issue-640-non-idempotent-runs
branch
from
July 29, 2026 12:10
ba7e470 to
fbf7866
Compare
lwasyl
marked this pull request as ready for review
July 30, 2026 08:22
lwasyl
force-pushed
the
wasyl/issue-640-non-idempotent-runs
branch
from
August 14, 2026 08:49
fbf7866 to
7772fde
Compare
lwasyl
force-pushed
the
wasyl/issue-640-non-idempotent-runs
branch
from
August 14, 2026 13:19
7772fde to
a34a7df
Compare
hick209
approved these changes
Aug 14, 2026
hick209
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, but I can no longer run repo-wide tests on PRs as I could before it moved to Kotlin Foundations, so I'll trust them to merge the PR in case things are good and don't regress anything
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Took a stab at #640, I admit I don't fully grok the AST machinery and had some AI help me with this. But the fix look plausible and all the tests pass