[1119] 移除已无调用方的 regression-test-group 框架#3846
Merged
Merged
Conversation
1119 迁移完成后该宏及辅助函数已无调用方,本次记录从 debug.scm 移除的范围与原因。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
全部测试已迁移到 (liii check),从 debug.scm 删除 regression-test-group、 regression-test-equal、regression-test-nequal、regtest-table-library 及其辅助符号(grep 全仓零引用)。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
regression-test-group迁到(liii check)后,该宏及其辅助函数在仓库中已零引用(grep.scm/.cpp/.lua/.xmake/.md全部空,排除devel/历史记录)TeXmacs/progs/kernel/boot/debug.scm删除:regression-test-equal/regression-test-nequal(仅被宏内部使用的断言辅助)regression-test-group(测试分组宏本身)regtest-table-library(表格简写宏,导出的cell/row/table/tformat/colwith/rowwith/allwith也无人使用)devel/1119.md记录移除范围与原因Why
框架已被
(liii check)完全替代,留着只会让维护者误以为仍是推荐入口。Test plan
gf fmt --changed-since=main通过(liii check)测试套件通过)🤖 Generated with Claude Code