-
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
Tracking Issue for path-bases #14355
Labels
A-manifest
Area: Cargo.toml issues
C-tracking-issue
Category: A tracking issue for something unstable.
Comments
dpaoliello
added
the
C-tracking-issue
Category: A tracking issue for something unstable.
label
Aug 5, 2024
This was referenced Aug 5, 2024
bors
added a commit
that referenced
this issue
Aug 14, 2024
Implement base paths (RFC 3529) 1/n: path dep and patch support RFC: rust-lang/rfcs#3529 Tracking Issue: #14355 This PR add support in path dependencies and `patch` table and the `workspace` built-in path base.
dpaoliello
added a commit
to dpaoliello/cargo
that referenced
this issue
Aug 19, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
dpaoliello
added a commit
to dpaoliello/cargo
that referenced
this issue
Aug 19, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
dpaoliello
added a commit
to dpaoliello/cargo
that referenced
this issue
Aug 20, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
dpaoliello
added a commit
to dpaoliello/cargo
that referenced
this issue
Aug 27, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
dpaoliello
added a commit
to dpaoliello/cargo
that referenced
this issue
Sep 5, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
dpaoliello
added a commit
to dpaoliello/cargo
that referenced
this issue
Sep 6, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
bors
added a commit
that referenced
this issue
Sep 6, 2024
Implement path-bases (RFC 3529) 2/n: `cargo [add|remove|update]` support RFC: rust-lang/rfcs#3529 Tracking Issue: #14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
dingxiangfei2009
pushed a commit
to dingxiangfei2009/cargo
that referenced
this issue
Sep 17, 2024
RFC: rust-lang/rfcs#3529 Tracking Issue: rust-lang#14355 This PR adds the `--base` option to `cargo add` to allow adding a path dependency with a path base.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-manifest
Area: Cargo.toml issues
C-tracking-issue
Category: A tracking issue for something unstable.
Summary
RFC: #3529
Original issue: #9855
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#path-bases
Implementation:
cargo [add|remove|update]
support #14427[patch]
table in config supportIntroduce shared base directories in Cargo configuration files that in turn enable base-relative path dependencies.
Changes from RFC
base
naming was switched topackage
/registry
naming rules, meaning we support unicode instead of just ASCII (Implement path-bases (RFC 3529) 1/n: path dep and patch support #14360)Unresolved Issues
path-bases
) and field names (base
)?package
orcurrent-dir
for the directory of the current project?home
oruser_home
for the user's home directory?sysroot
for the current rustc sysroot?[patch]
table? Adding support for[patch]
in config files greatly complicates the implementationbase = "workspace"
work with implicit workspaces?Future Extensions
About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
The text was updated successfully, but these errors were encountered: