[216_32] 拆分 complex-test.scm 到 tests/scheme/complex/ 目录#595
Open
[216_32] 拆分 complex-test.scm 到 tests/scheme/complex/ 目录#595
Conversation
将 tests/goldfish/scheme/complex-test.scm 按一函数一文件方式拆分: - real-part -> tests/scheme/complex/real-part-test.scm - imag-part -> tests/scheme/complex/imag-part-test.scm - angle -> tests/scheme/complex/angle-test.scm - magnitude -> tests/scheme/complex/magnitude-test.scm - make-polar -> tests/scheme/complex/make-polar-test.scm - make-rectangular -> tests/scheme/complex/make-rectangular-test.scm 新增入口文件 tests/scheme/complex-test.scm 新增开发文档 devel/216_32.md 删除原测试文件 tests/goldfish/scheme/complex-test.scm 共 6 个测试文件,全部测试通过。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0448503 to
9e5f61e
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.
将 tests/goldfish/scheme/complex-test.scm 按一函数一文件方式拆分:
新增入口文件 tests/scheme/complex-test.scm
新增开发文档 devel/216_32.md
共 6 个测试文件,全部测试通过。