Skip to content

[216_32] 拆分 complex-test.scm 到 tests/scheme/complex/ 目录#595

Open
wumoin wants to merge 2 commits intomainfrom
hxh/216_32/complex
Open

[216_32] 拆分 complex-test.scm 到 tests/scheme/complex/ 目录#595
wumoin wants to merge 2 commits intomainfrom
hxh/216_32/complex

Conversation

@wumoin
Copy link
Copy Markdown
Contributor

@wumoin wumoin commented Mar 30, 2026

将 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

共 6 个测试文件,全部测试通过。

将 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>
@wumoin wumoin force-pushed the hxh/216_32/complex branch from 0448503 to 9e5f61e Compare March 30, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant