-
Notifications
You must be signed in to change notification settings - Fork 440
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
Cargo-slice ignores members
property of cargo workspaces
#3090
Comments
We're experiencing the same issue. In our Bazel workspace we have a different Bazel 'output' directory ( In both Before This issue was introduced with the 0.55 release. |
Tested 0.56.0 which contains #3103, but it seems that doesn't work for us. For us The result is that it is still failing over the symlink loop |
Cargo-slice seems to ignore the
members
property of cargo workspaces.You can see the behavior on this branch if you run
bazel run //misc/bazel/3rdparty:vendor_rust_deps
.I'm getting the output
despite the workspaces Cargo.toml file explicitly listing which members belong to this workspace, and the listed
Cargo.toml
files in the error message don't.The text was updated successfully, but these errors were encountered: