Skip to content

refactor(test): tidy GoldenDictionaries imports and params#5

Merged
dfa1 merged 1 commit into
mainfrom
refactor/golden-dict-test-cleanup
Jun 26, 2026
Merged

refactor(test): tidy GoldenDictionaries imports and params#5
dfa1 merged 1 commit into
mainfrom
refactor/golden-dict-test-cleanup

Conversation

@dfa1

@dfa1 dfa1 commented Jun 26, 2026

Copy link
Copy Markdown
Owner

What

Follow-up cleanup to #4.

  • Import luben ZstdDictCompress/ZstdDictDecompress instead of fully-qualified names — no collision with the dfa1 ZstdCompressDict/ZstdDecompressDict names. (luben Zstd stays FQN; it collides with the imported io.github.dfa1.zstd.Zstd.)
  • Drop the unused name parameter from the three parameterized methods. The provider now yields Named<Path>, so the {0} display name is still the dictionary filename.

Test

./mvnw -pl integration-tests -am test -Dtest='GoldenCorpusTest$GoldenDictionaries' — 3 green, checkstyle clean.

🤖 Generated with Claude Code

- Import luben ZstdDictCompress/ZstdDictDecompress instead of FQN (no
  collision with the dfa1 ZstdCompressDict/ZstdDecompressDict names).
- Drop the unused name parameter from the parameterized methods; the
  provider now yields Named<Path>, preserving the filename display name.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dfa1 dfa1 merged commit ac43b64 into main Jun 26, 2026
1 check passed
@dfa1 dfa1 deleted the refactor/golden-dict-test-cleanup branch June 26, 2026 15:33
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