Skip to content

fix: follow the merged engine, and stop resolving ps-blitz twice - #158

Merged
pathscale merged 2 commits into
masterfrom
fix/repin-engine-post-merge
Aug 16, 2026
Merged

fix: follow the merged engine, and stop resolving ps-blitz twice#158
pathscale merged 2 commits into
masterfrom
fix/repin-engine-post-merge

Conversation

@pathscale

Copy link
Copy Markdown
Owner

tauri-runtime-blitz#21 merged, so the pinned rev 9edbec2 predates it. This follows the merge commit 71d7bd8.

Repinning alone did not build. trb tracks ps-blitz by branch = master, while this manifest pinned rev = b82e649d, and cargo treats those as two distinct sources: the same trait exists twice and ScriptDocument stops satisfying Document, surfacing as an error naming one type as both sides of a mismatch. The root manifest already carries a comment warning about exactly this shape.

Both now track master, so there is one ps-blitz in the graph (f411f9d7).

cargo check -p az-gui --features blitz-inspector: clean.

Bumped to 0.8.6, since a release fires on the version changing.

🤖 Generated with Claude Code

meh added 2 commits August 16, 2026 17:36
tauri-runtime-blitz#21 merged, so the old rev predates it. Repinning to the
merge commit alone did not build: trb tracks ps-blitz by branch, this manifest
pinned rev b82e649d, and cargo treats those as two distinct sources. The same
trait then exists twice and ScriptDocument stops satisfying Document, which
reads as an error naming one type as both sides of a mismatch. The root
manifest already warns about exactly this shape.

Both now track master, so there is one ps-blitz in the graph.

0.8.6, since a release fires on the version changing.
@pathscale
pathscale force-pushed the fix/repin-engine-post-merge branch from e588b14 to 6773984 Compare August 16, 2026 10:36
@pathscale
pathscale merged commit 74872f2 into master Aug 16, 2026
1 of 2 checks passed
@pathscale
pathscale deleted the fix/repin-engine-post-merge branch August 16, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant