Skip to content

KT-87912 [AFU] Support calling loop functions on top-level - #6973

Open
Filipp Zhinkin (fzhinkin) wants to merge 1 commit into
masterfrom
afu/kt-87912-invoke-loop-fns-from-top-level-inline-fun
Open

KT-87912 [AFU] Support calling loop functions on top-level#6973
Filipp Zhinkin (fzhinkin) wants to merge 1 commit into
masterfrom
afu/kt-87912-invoke-loop-fns-from-top-level-inline-fun

Conversation

@fzhinkin

Copy link
Copy Markdown
Contributor

Previously, it was assumed that every loop function call is supposed to have a parent function, but it is not the case if the function is invoked from another inline function initializing a top-level property.

^KT-87912 fixed

@kotlin-safemerge

kotlin-safemerge Bot commented Jul 23, 2026

Copy link
Copy Markdown

Code Owners

RuleOwnersApproval
/​plugins/​atomicfu/​fzhinkin, qwwdfsad, sandwwraith
sandwwraith
*Generated.​java
sandwwraith
PR commands for maintainers
CommandDescriptionParameters
/safe-mergeRebase-merges with automatic fixup commit squashing--fixup Autosquash fixup commits (on by default)
/safe-squash-mergeSquash-merges with optional commit title/body override--title Title of the squashed commit
--message Body of the squashed commit
/dry-runRuns the test pipeline with changes rebased on latest master--retry Retry the CI run on failure
/test-publicTriggers the public test suite without rebasing on latest master
/test-privateTriggers the private test suite without rebasing on latest master
/codeownersTriggers code owners check and comment update
/fixupSquashes fixup commits and force pushes the branch
/cancel-coordinatorCancels the merge coordinator currently running for this branch

@fzhinkin

Copy link
Copy Markdown
Contributor Author

/dry-run

@KotlinBuild

This comment has been minimized.

Previously, it was assumed that every loop function call is supposed
to have a parent function,
but it is not the case if the function
is invoked from another inline function
initializing a top-level property.

^KT-87912 fixed
@fzhinkin
Filipp Zhinkin (fzhinkin) force-pushed the afu/kt-87912-invoke-loop-fns-from-top-level-inline-fun branch from 7c09df2 to f7304cc Compare July 23, 2026 18:11
@fzhinkin

Copy link
Copy Markdown
Contributor Author

/dry-run

@KotlinBuild

Build Server (KotlinBuild) commented Jul 23, 2026

Copy link
Copy Markdown

THIS IS A DRY RUN

Quality gate is triggered at https://buildserver.labs.intellij.net/build/1011717209 — use this link to get full insight.

Quality gate was triggered with the following revisions:

kotlin
Branch: refs/merge/GITHUB-6973/safe-merge
Commit: f7304cc


Quality gate finished successfully.

@fzhinkin

Copy link
Copy Markdown
Contributor Author

mvicsokolova, PTAL too (I can't add you to reviewers, for some reason).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants