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

Destination workspace for remote packages #8871

Closed
catamorphism opened this issue Aug 30, 2013 · 3 comments
Closed

Destination workspace for remote packages #8871

catamorphism opened this issue Aug 30, 2013 · 3 comments
Labels
E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added.

Comments

@catamorphism
Copy link
Contributor

rustpkg's current behavior if you have no RUST_PATH set in your environment and you execute:

mkdir Workspace/src
cd Workspace
rustpkg install github.com/foo/bar

is to create a workspace in Workspace/.rust and install bar's files into Workspace/.rust/lib (and so on).

This strikes me as a little bit silly, since if you created a workspace and cd'd into it, you probably want that to be the destination workspace for anything you are installing while you're in that directory. So this should probably be changed.

@ghost ghost assigned catamorphism Aug 30, 2013
@catamorphism
Copy link
Contributor Author

#9732 will fix this, but I don't have a specific test for it.

@catamorphism
Copy link
Contributor Author

Needs test

@sfackler
Copy link
Member

sfackler commented Mar 2, 2014

Rustpkg's gone

@sfackler sfackler closed this as completed Mar 2, 2014
@catamorphism catamorphism removed their assignment Jun 16, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Jun 30, 2022
…ffate

Add `cargo dev deprecate`

changelog: none

I wrote this awhile ago when `regex` was still a dependency. Is it alright to add it back?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-needs-test Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
Projects
None yet
Development

No branches or pull requests

2 participants