ci: replace hand-maintained feature-soundness scripts with cargo-hack#4013
Merged
Madoshakalaka merged 2 commits intomasterfrom Mar 3, 2026
Merged
ci: replace hand-maintained feature-soundness scripts with cargo-hack#4013Madoshakalaka merged 2 commits intomasterfrom
Madoshakalaka merged 2 commits intomasterfrom
Conversation
|
Visit the preview URL for this PR (updated for commit fa72abd): https://yew-rs-api--pr4013-feat-cargo-hack-feat-3dhwlmdc.web.app (expires Tue, 10 Mar 2026 12:24:27 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Benchmark - coreYew MasterPull Request |
Size ComparisonDetails
✅ None of the examples has changed their size significantly. |
This comment was marked as outdated.
This comment was marked as outdated.
Benchmark - SSRYew MasterDetails
Pull RequestDetails
|
2 tasks
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
26462bf to
fa72abd
Compare
Member
Author
|
Full powerset of feature soundness tests finish in 3 minutes is amazing. |
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.
Description
98 combinations from the full powerset might be unrealistic for CIthat's why there's--exclude-features test,serde,not_browser_env. These features don't gate any code pathsThis then results in 14 clippy invocations are identical to what the old scripts ran, but now auto-discovered by cargo hack, so when features are added/removed, CI adapts automatically--keep-goingadded so all failures are reported at onceFixes #2641
Checklist