Skip to content

[216_53] 迁移tests/goldfish下的文件到tests#664

Merged
da-liii merged 3 commits intomainfrom
hxh/216_52/file
Apr 3, 2026
Merged

[216_53] 迁移tests/goldfish下的文件到tests#664
da-liii merged 3 commits intomainfrom
hxh/216_52/file

Conversation

@wumoin
Copy link
Copy Markdown
Contributor

@wumoin wumoin commented Apr 3, 2026

No description provided.

@wumoin wumoin changed the title [216_52] 迁移tests/goldfish下的文件到tests [216_53] 迁移tests/goldfish下的文件到tests Apr 3, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 3, 2026

Greptile Summary

This PR migrates 23 test files from tests/goldfish/{liii,scheme,srfi}/ to the flatter tests/{liii,scheme,srfi}/ paths, completing the consolidation of the tests/goldfish/ subdirectory. All 23 renames are pure moves with no content changes (similarity index 100%), and no CI/build configuration references the old paths.

Confidence Score: 5/5

Safe to merge — purely file renames with no content changes and no broken CI references.

All 23 changes are similarity-index-100% renames with zero content modifications. CI workflows and xmake.lua do not reference the old tests/goldfish/ paths. Documentation files (README.md, CLAUDE.md) still carry old-path examples, but that is a pre-existing issue outside the scope of this PR and does not affect test execution.

No files require special attention.

Important Files Changed

Filename Overview
tests/liii/comparator-test.scm Pure rename from tests/goldfish/liii/comparator-test.scm; no content changes.
tests/liii/error-test.scm Pure rename from tests/goldfish/liii/error-test.scm; no content changes.
tests/scheme/boot-test.scm Pure rename from tests/goldfish/scheme/boot-test.scm; no content changes.
tests/srfi/srfi-78-test.scm Pure rename from tests/goldfish/srfi/srfi-78-test.scm; no content changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[tests/goldfish/liii/] -->|renamed| B[tests/liii/]
    C[tests/goldfish/scheme/] -->|renamed| D[tests/scheme/]
    E[tests/goldfish/srfi/] -->|renamed| F[tests/srfi/]

    A -->|6 files| B
    C -->|8 files| D
    E -->|9 files| F

    B --> G[comparator-test.scm
error-test.scm
packrat-test.scm
raw-string-test.scm
sys-test.scm
timeit-test.scm]
    D --> H[boot-test.scm
case-lambda-test.scm
doc-hint-test.scm
file-test.scm
fix-hint-test.scm
function-libraries-test.scm
process-context-test.scm
s7-test.scm]
    F --> I[sicp-test.scm
srfi-158-test.scm
srfi-16-test.scm
srfi-165-test.scm
srfi-39-test.scm
srfi-78-200_12_2_test.scm
srfi-78-simple-stacktrace-test.scm
srfi-78-test.scm
srfi-9-test.scm]
Loading

Reviews (1): Last reviewed commit: "wip" | Re-trigger Greptile

@da-liii da-liii merged commit e03553f into main Apr 3, 2026
4 checks passed
@da-liii da-liii deleted the hxh/216_52/file branch April 3, 2026 07:14
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.

2 participants