build(deps): converge on released workshop-rs 0.1.5 - #204
Merged
Conversation
Teakowa
force-pushed
the
deps/workshop-rs-0.1.5
branch
from
August 22, 2026 07:43
90c836c to
a86e3af
Compare
Teakowa
marked this pull request as ready for review
August 22, 2026 08:02
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.
Summary
workshop-rsworkspace dependency from=0.1.2to=0.1.5;workshop-rs-providergit-pinned alias introduced for feat(wright): implement LanguageProvider for workshop-rs #193/test(wright): cross-validate check() output against workshop-rs P0 corpus #194 integration work;WorkshopProviderand P0 cross-validation imports back to the canonicalworkshop_rscrate so the workspace uses one crate instance.Why
The git pin was only a development bridge while the provider/P0 owner contract from
workshop-rs#74was not yet available as a released crate. It should not ship in Wright 0.2.10.Dependency / blocker
Blocked by
wrightkit/workshop-rs#72publishingworkshop-rs 0.1.5to crates.io. That release PR is currently open and green.Cargo.lockis intentionally not fabricated before the crate is published: the crates.io checksum does not exist until publication. After 0.1.5 is published, regenerate the lockfile with Cargo, run the full Wright gates, and mark this PR ready.This PR should land before the Wright 0.2.10 release PR #199.
Validation after workshop-rs 0.1.5 is published
cargo update -p workshop-rs --precise 0.1.5cargo fmt --all -- --checkcargo clippy --locked --workspace --all-targets --all-features -- -D warningscargo test --locked --workspace --all-targets --all-features </dev/nullcargo test --locked -p wright-driver --test workshop_provider -- --nocaptureWRIGHTKIT_P0_ARTIFACT_DIR=<pinned-artifacts> cargo test --locked -p wright-driver --test p0_cross_validate -- --ignored --nocapturegit diff --checkNon-goals
wright-result/v1changes;