Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Expose the target directory in cargo metadata #4022

Merged
merged 1 commit into from
May 10, 2017

Conversation

sfackler
Copy link
Member

Closes #4017

@rust-highfive
Copy link

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -566,6 +573,7 @@ const MANIFEST_OUTPUT: &'static str=
}],
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
"resolve": null,
"target_directory": "[..]foo/target",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The slashes won't work on windows. I think you can write [..]foo[/]target to select \ or /.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thanks

@sfackler sfackler force-pushed the metadata-target-dir branch from 3c507f8 to a367875 Compare May 10, 2017 17:15
@matklad
Copy link
Member

matklad commented May 10, 2017

Thanks!

@bors r+

@bors
Copy link
Contributor

bors commented May 10, 2017

📌 Commit a367875 has been approved by matklad

@bors
Copy link
Contributor

bors commented May 10, 2017

⌛ Testing commit a367875 with merge 7bbc807...

bors added a commit that referenced this pull request May 10, 2017
Expose the target directory in cargo metadata

Closes #4017
@bors
Copy link
Contributor

bors commented May 10, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: matklad
Pushing 7bbc807 to master...

@bors bors merged commit a367875 into rust-lang:master May 10, 2017
@alexcrichton alexcrichton added the relnotes Release-note worthy label May 12, 2017
@ehuss ehuss added this to the 1.19.0 milestone Feb 6, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
relnotes Release-note worthy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display the target directory in cargo metadata output
7 participants