Skip to content

Conversation

@aspizu
Copy link
Owner

@aspizu aspizu commented Jan 27, 2026

Function calls in until loop conditions are now evaluated every iteration instead of only once before the loop starts. This is achieved by collecting the callsites from the condition separately and appending them to the end of the loop body, ensuring they are re-evaluated each iteration.

Function calls in until loop conditions are now evaluated every iteration
instead of only once before the loop starts. This is achieved by collecting
the callsites from the condition separately and appending them to the end
of the loop body, ensuring they are re-evaluated each iteration.
@faretek1

This comment has been minimized.

@aspizu
Copy link
Owner Author

aspizu commented Jan 28, 2026

this PR is by AI

@aspizu aspizu closed this Jan 28, 2026
@aspizu aspizu deleted the copilot-worktree-2026-01-27T17-40-14 branch January 28, 2026 06:20
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