Finalise KIAV splitting - #680
Open
AbdullinAM wants to merge 8 commits into
Open
Conversation
AbdullinAM
force-pushed
the
abdullin/extend-expression-formatter
branch
from
August 27, 2026 14:21
f819326 to
31efa8e
Compare
AbdullinAM
force-pushed
the
abdullin/control-flow-expression-formatter
branch
from
August 27, 2026 14:22
e367476 to
6677b90
Compare
AbdullinAM
force-pushed
the
abdullin/extend-expression-formatter
branch
from
August 27, 2026 14:43
31efa8e to
f6571df
Compare
AbdullinAM
force-pushed
the
abdullin/control-flow-expression-formatter
branch
from
August 27, 2026 14:44
6677b90 to
34b88a2
Compare
…trolFlowExpressionFormatter Purely mechanical change that extracts all `visit*` functions related to control flow basic expressions into corresponding `format*` analogs
…arationFormatter Purely mechanical change that extracts all `visit*` functions related to declarations into corresponding `format*` analogs
* Drop the per-function `Example` KDoc that the surrounding code no
longer needs now that each formatter is named after what it formats
* Dispatch directly to `formatTypeParameterList`/`formatTypeConstraintList`
instead of going through `format`
* One `block(ZERO) {}` becomes `block {}`
AbdullinAM
force-pushed
the
abdullin/extend-expression-formatter
branch
from
August 27, 2026 16:28
f6571df to
f0a781e
Compare
AbdullinAM
force-pushed
the
abdullin/control-flow-expression-formatter
branch
from
August 27, 2026 16:28
34b88a2 to
0486ef2
Compare
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.
This is a refactor that finishes the splitting of
KotlinInputAstVisitorinto a set of smaller, focused sub-visitors: