Uh oh!
There was an error while loading. Please reload this page.
Superseded: import the canonical Zed CLI package graph - #195
Closed
ORESoftware wants to merge 7 commits into
Closed
Conversation
ORESoftware
commented
Aug 5, 2026
ContributorAuthor
Current The remaining work is now ordered differently:
Closing this PR as superseded avoids reintroducing the duplicate workspace crate or merging backward from |
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 freeto 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.
Summary
This PR replaces the invented
zed-libcoordinate with the concrete, separately ownedzed-pkg/zed-lockpackage and makes the graph gate verify that the standalone lock repository is safe before Cargo authority moves.Changes
zed-pkg/zed-lock = ^0.1.0beside the existingzed-interfacesandzed-clientsZed edges;zed-lib/zed-libscoordinates;zed-lockin the package-graph workflow;crates-io/zed-locknative route;.zpkg.lock;Cargo.toml, license, security policy, source, tests, and examples byte-for-byte;zed-lock = { path = "crates/zed-lock" }for this PR so package-graph adoption is not mixed with a Cargo source change and lockfile regeneration;Intentional merge-order gate
This PR must remain red/draft until
zed-pkg/zed-lock#2is merged. The workflow validates the canonicalzed-lock/main, not an unmerged feature branch. After that merge, rerun this PR's failed graph job and merge it todevonly if the full suite is green.A follow-up PR will pin Cargo to the immutable standalone
zed-lockcommit, regenerateCargo.lock, rerun the complete platform and process-contention suites, and then removecrates/zed-lock.Validation
bash scripts/validate-zed-package-graph.sh \ ../zed-interfaces/.zpkg.toml \ ../zed-clients/.zpkg.toml \ ../zed-lock/.zpkg.toml cargo test --all-targets --locked