Add plain message format for locate-project#8707
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
r? @ehuss |
|
Thanks! @rfcbot fcp merge @rust-lang/cargo This adds a new, stable command-line option to the I think |
|
@rfcbot fcp merge |
|
Team member @ehuss has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
Thanks! |
|
📌 Commit 9ecf5e9 has been approved by |
|
☀️ Test successful - checks-actions |
Update cargo 7 commits in 8777a6b1e8834899f51b7e09cc9b8d85b2417110..05c611ae3c4255b7a2bcf4fcfa65b20286a07839 2020-09-15 19:11:03 +0000 to 2020-09-23 23:10:38 +0000 - --workspace flag for locate-project to find the workspace root (rust-lang/cargo#8712) - Remove some badges documentation. (rust-lang/cargo#8727) - Add plain message format for locate-project (rust-lang/cargo#8707) - Add a term option to configure the progress bar (rust-lang/cargo#8165) - Replace d_as_f64 with as_secs_f64 (rust-lang/cargo#8721) - Add cross check to filters_target test. (rust-lang/cargo#8713) - Add test for whitespace behavior in env flags. (rust-lang/cargo#8706)
Supersedes #8683, as recommended in #8683 (comment). This PR adds a flag
--message-formattocargo locate-projectwith possible valuesjson(default) andplain.Closes #8009.