Tidy the repo and published crate for the 0.7.0 release#31
Open
akesson wants to merge 2 commits into
Open
Conversation
Excluding `/tests` made `cargo publish` warn that it was ignoring the auto-discovered `common` and `playground` test targets whose files were no longer packaged. Keep the two-file `tests/` harness (negligible size) so those targets resolve cleanly; the meaningful trim — the 89-file `src/tests` snapshot corpus, plus `.vscode` and `CLAUDE.md` — stays excluded. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Delete the tracked editor config entirely and gitignore `.vscode/` so it doesn't return. Drop the now-dead `/.vscode` entry from the package `exclude` (the folder no longer exists to exclude). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Pre-publish tidy-up (follow-up to #30). No library code changes.
1. Silence the
cargo publishwarnings#30's
exclude = [".../tests"]made publish warn it was ignoring the auto-discoveredcommon/playgroundtest targets whose files were no longer packaged:Fix: drop
/testsfromexclude. The two-file harness ships again (as it did in 0.6.x); the meaningful trim — the 89-filesrc/testssnapshot corpus — stays excluded.2. Remove the
.vscodefolderDelete the tracked editor config from the repo entirely and gitignore
.vscode/so it won't return. The now-dead/.vscodeexclude entry is dropped too.Result
cargo publish --dry-runis warning-free (38 files, 57.6 KiB compressed) and verify-builds clean. Excluded from the package:CLAUDE.mdandsrc/tests/. Removed from the repo:.vscode/.🤖 Generated with Claude Code