-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workspace path is not fully resolved #7686
Labels
A-workspaces
Area: workspaces
C-bug
Category: bug
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Comments
The relevant code part: cargo/src/cargo/core/workspace.rs Lines 629 to 645 in df80f80
Maybe just some calls to fs::canonicalize() have to be added.
|
epage
added
the
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
label
Nov 3, 2023
In cargo, we don't use |
This should be resolved by #10335 in Rust 1.60.0. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-workspaces
Area: workspaces
C-bug
Category: bug
S-needs-mentor
Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
Setup
I have the following (potentially strange) setup:
Problem
If I'm executing
cargo install --path ../c
in directoryb
the following error occurs:It seems like the paths are not
canonicalize
d before comparison.Reproducation
Metadata
The text was updated successfully, but these errors were encountered: