fix(release): require the corrected slider harness - #47
Merged
Conversation
This was referenced Sep 12, 2026
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.
The headless host must run the same renderer and protocol that ps-qa uses to judge pointer visibility. A clean Chuzz build could otherwise select ps-blitz 0.4.8 and protocol 0.5.0, omit the real viewport from snapshots, and let a document-height root make an offscreen slider look pressable.
This prepares Chuzz 0.1.38 with explicit minimums of ps-blitz 0.4.9 and blitz-control-protocol 0.5.1. The other ps-blitz crates use the same 0.4.9 floor so Cargo cannot assemble a mixed engine.
The public dependency rebuild also exposed a false integration premise: Click and DoubleClick already move the synthetic pointer onto their target, so hovering the same node again correctly produces no transition or repaint. The socket test now moves away first and verifies both the leave and re-entry paint events.
Local release evidence, resolved entirely from crates.io:
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-features -- -D warningscargo test --workspace --all-features(89 passing tests)chuzz-headlessbuild withcapture,javascript,scrollbars,webp,system-fontsps-qa 0.7.2completes js.software's 600/600 native outcomes across 13 groups, including viewport-bounded Slider and Color Picker pointer pathsThe owner reviews this PR before any merge or release.