[0077] gf fmt --changed-since 支持 C++ 文件#874
Merged
Merged
Conversation
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.
Summary
gf fmt --changed-since=REV支持所有已注册语言(Scheme + C++),不再只支持 Scheme。-e/--extension时,--changed-since默认处理所有语言;显式指定-e时按过滤条件执行。tools/fmt/liii/goldfmt-lang.scm新增lang-for-name辅助函数。tools/fmt/liii/scheme-fmt.scm中 Scheme 专属的format-changed-since死代码。tools/fmt/tests/liii/goldfmt-changed-since-test.scm单元测试,覆盖分组逻辑与 Scheme/C++ 端到端格式化。devel/0077.md任务文档。Test plan
bin/gf test tools/fmt/tests/liii/goldfmt-changed-since-test.scmbin/gf test tools/fmt/tests/— 27/27 通过bin/gf test— 1471/1471 通过clang-format正确格式化🤖 Generated with Claude Code