Conversation
Greptile SummaryThis PR migrates 23 test files from Confidence Score: 5/5Safe 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
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]
Reviews (1): Last reviewed commit: "wip" | Re-trigger Greptile |
No description provided.