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

Provide a way to build the compiler with --error-format=json #48475

Closed
Manishearth opened this issue Feb 23, 2018 · 3 comments
Closed

Provide a way to build the compiler with --error-format=json #48475

Manishearth opened this issue Feb 23, 2018 · 3 comments
Assignees
Labels
P-medium Medium priority T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Comments

@Manishearth
Copy link
Member

Preferably as a flag to ./x.py; preferably such that the output gets stored in the build dir.

We already run cargo with --message-format=json so we may need to differentiate somehow.

cc @Mark-Simulacrum

@Mark-Simulacrum Mark-Simulacrum added P-medium Medium priority T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Feb 23, 2018
@Mark-Simulacrum
Copy link
Member

If someone would like to implement this I'd be happy to write up mentoring instructions, otherwise I'll probably do it sometime soon.

@Mark-Simulacrum Mark-Simulacrum self-assigned this Feb 23, 2018
@ghost
Copy link

ghost commented Feb 23, 2018

@Mark-Simulacrum has been mentoring me on this - I'll submit a pull request soon!

kennytm added a commit to kennytm/rust that referenced this issue Feb 25, 2018
@Mark-Simulacrum
Copy link
Member

Opened #48558 to fix the missed fact that we hide JSON output anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-medium Medium priority T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

No branches or pull requests

2 participants