build(deps): bump actions/checkout from 4 to 7 - #1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
from
August 6, 2026 23:50
b97e818 to
d5f1744
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
2 times, most recently
from
August 9, 2026 22:54
27e6c5c to
b1ba4c2
Compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
from
August 10, 2026 10:37
b1ba4c2 to
25715c2
Compare
zacharywhitley
pushed a commit
that referenced
this pull request
Aug 10, 2026
…-tokenizer-bpe to -hf Item #1 from the BPE audit at docs/design/tokenizers.md §11: "The crate is stringcheese-tokenizer-bpe, but ~⅔ of its lines are HF loader, WordPiece, Unigram, Metaspace, normalisers, and post- processor. Either (a) split into -hf / -wordpiece / -sentencepiece sibling crates, or (b) rename this crate to -hf and treat the BPE core as an internal module." This merge takes route (b) — the pragmatic scope-shrink that fixes the naming lie without committing to the multi-crate architecture of (a). Splitting later is a Phase 5/6 decision. Symmetric 94/94 insertions/deletions across 43 files: - git-mv crates/stringcheese-tokenizer-bpe → crates/stringcheese-tokenizer-hf - Cargo.toml renames across 6 manifests (workspace root, hf itself, stringcheese, stringcheese-bench, tokenizer-tiktoken, tokenizer-tiktoken-conformance) plus fresh crate description - 4 `use stringcheese_tokenizer_bpe::...` sites rewritten - Regenerated both workspace and workspace-excluded conformance crate lockfiles - ~70 doc-comment / prose references refreshed across module docs, design docs, READMEs, and CI comment blocks Module structure inside the renamed crate unchanged (pub mod bpe, wordpiece, hf, normalizer, post_processor stay put). Type names unchanged (BpeTokenizer, BpeMergeTable, BpeVocabulary continue to carry the algorithmic prefix — a crate-vs-type asymmetry matching other crates in the workspace). No re-export shim from the old name; this is a breaking change owned by v0.x semver. Local validation green: workspace clippy under `-D warnings`, full workspace test, `cargo fmt`, and the tiktoken parity harness ran end-to-end (200/200 on cl100k_base, 200/200 on o200k_base). Pre-existing wasm-build failure on `lingua v1.8.0` (E0004 non-exhaustive matches) noted by the agent as orthogonal — reproduces on the pre-rename tree and is a dependency compatibility issue outside this session's scope.
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.
Bumps actions/checkout from 4 to 7.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)