Make wikrs easier to try and contribute to - #1
Merged
Conversation
Change: add a verified one-minute quickstart, native release assets with checksums, and contributor feedback paths. Tests: actionlint, fmt, clippy, full all-features test suite, README quickstart smoke, and native release build all pass. Benchmark: AST 131.3 MiB/s; strip 115.8 MiB/s; parse_wiki_text 297.9 MiB/s. No performance-relevant code changed. Regression: none. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Change: use the equivalent question-mark form accepted by Rust 1.97 Clippy and record the matching benchmark. Tests: Rust 1.97 fmt, clippy with denied warnings, and the full all-features test suite pass. Benchmark: AST 132.7 MiB/s; strip 116.9 MiB/s; parse_wiki_text 300.6 MiB/s. All changes are within noise. Regression: none. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Change: move CI and release checkout steps to Node 24-based actions/checkout v6. Tests: actionlint passes; the preceding Rust 1.97 CI run passed fmt, clippy, tests, and the README quickstart gate. Benchmark: unchanged at AST 132.7 MiB/s. Regression: none. Co-Authored-By: OpenAI Codex <noreply@openai.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.
What changed
Evidence
actionlintcargo fmt --all -- --checkcargo clippy --all-targets --all-features -- -D warningscargo test --all-featureswikrs --versionscripts/bench.sh: AST 131.3 MiB/s, strip 115.8 MiB/s