Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed reproducer. I confirmed this on 1.40.0 and opened #1299.

There were two cache-hit layers involved: the normal warm path returned before linking because install state did not track nested GVS links, and a forced/full install treated an existing parent GVS entry as complete without reconciling its dependency links. That is why even --force did not repair the split identity.

The PR records the expected nested-link topology in install state, invalidates the warm path when it drifts, and reconciles stale nested links in cached GVS entries. The supplied isolated-patched-gvs-stale-identity/repro.sh now completes with one realpath after the warm install. The full Rust test…

Replies: 2 comments

Comment options

jdx
Aug 15, 2026 — with coder-jdx
Maintainer

You must be logged in to vote
0 replies
Answer selected by mwolson
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants