Skip to content
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

Add named path bases to cargo (v2) #3529

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dpaoliello
Copy link

@dpaoliello dpaoliello commented Nov 14, 2023

Introduce shared base directories in Cargo configuration files that in turn enable base-relative path dependencies.

Rendered

Draft Implementation PR: rust-lang/cargo#12974

This is a resurrection of @jonhoo's RFC (#3074). Many thanks and kudos to him for the idea, original RFC text and original implementation.

Introduce shared base directories in Cargo configuration files that in turn enable base-relative path dependencies.
@ehuss ehuss added the T-cargo Relevant to the Cargo team, which will review and decide on the RFC. label Nov 14, 2023
@runiq
Copy link

runiq commented Nov 16, 2023

Mind fixing the 'Rendered' link in the OP? https://github.com/dpaoliello/rfcs/blob/basepath/text/3529-cargo-path-bases.md :)

@dpaoliello
Copy link
Author

Mind fixing the 'Rendered' link in the OP? https://github.com/dpaoliello/rfcs/blob/basepath/text/3529-cargo-path-bases.md :)

Oops, my bad, thanks!

@dpaoliello
Copy link
Author

Creating a thread on Rust internals to discuss alternative solutions for this issue: https://internals.rust-lang.org/t/integration-with-mono-repos-via-intermediate-directories/20160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-cargo Relevant to the Cargo team, which will review and decide on the RFC.
Projects
Status: RFC needs review
Status: Unreviewed
Development

Successfully merging this pull request may close these issues.

None yet

3 participants