Skip to content

Fixed controlFlowFlattening occasionally dropping the ?. short-circuit on foo?.(arg) calls, causing TypeError: <X> is not a function#1409

Merged
sanex3339 merged 1 commit into
masterfrom
issue-1408
May 21, 2026
Merged

Fixed controlFlowFlattening occasionally dropping the ?. short-circuit on foo?.(arg) calls, causing TypeError: <X> is not a function#1409
sanex3339 merged 1 commit into
masterfrom
issue-1408

Conversation

@sanex3339
Copy link
Copy Markdown
Member

@sanex3339 sanex3339 commented May 21, 2026

Fixes #1408

…rcuit on `foo?.(arg)` calls, causing `TypeError: <X> is not a function`
@sanex3339 sanex3339 self-assigned this May 21, 2026
@sanex3339 sanex3339 merged commit a4ed355 into master May 21, 2026
11 of 15 checks passed
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.

Non-deterministic ?.() miscompile drops short-circuit on captured variable in nested closure

1 participant