-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as not planned
Closed as not planned
Copy link
Labels
A-json-outputArea: JSON message outputArea: JSON message outputC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Problem
cargo build --message-format json
will have output such as:
There is no way to see when png
starts compiling.
The only way to find out, is to parse stderr, which also doesnt give you the full version information + manifest + etc
Proposed Solution
cargo build --message-format json
will have output such as:
{"reason":"begin-compile-crate","package_id":"png 0.17.0","target":"…","features":[],"executable":null,"profile":"…"}
{"reason":"compiler-artifact","package-id":"png 0.17.0"}
Metadata
Metadata
Assignees
Labels
A-json-outputArea: JSON message outputArea: JSON message outputC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.