Conversation
e7593ae to
6b2a3ba
Compare
|
Additional local release validation on the PR head (
Local test app (not installed or launched): |
|
Experimental bundle validation is also complete. |
|
Correction to the aggregate in my preceding validation comment: the listed per-table counts sum to 27,314 rows, not 27,334. The per-table output and all pass/fail results are unchanged. |
|
Closing in favor of #211. The release-resolution work is superseded there. The remaining preview-only diff mixes ps-blitz 0.4 types with tauri-runtime-blitz 0.3 and is not safe to fold. |
Summary
tauri-runtime-blitz0.3.2Root cause
A fresh lockless release resolved direct
ps-blitz-script ^0.3to 0.3.6 whiletauri-runtime-blitzbrought 0.4.2. Rust then saw two incompatibleScriptDocumenttypes.Validation
ps-blitz-domand oneps-blitz-script, both 0.4.2cargo pkgid -p az-guireports 0.8.51 after a fresh lockfile generationcargo check -p az-gui --features blitz-inspectorcargo test -p az-gui --features blitz-inspector --no-runcargo fmt --all -- --checkcargo fmt --manifest-path apps/blitz-preview/Cargo.toml -- --checkcargo clippy --manifest-path apps/blitz-preview/Cargo.toml --all-targets -- -D warningsThe fresh-worktree GUI checks reused the existing generated frontend dist and sidecar binaries; they did not install or launch anything.