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

Human-readable output #234

Open
segeljakt opened this issue Mar 2, 2021 · 1 comment
Open

Human-readable output #234

segeljakt opened this issue Mar 2, 2021 · 1 comment

Comments

@segeljakt
Copy link

By default compiletest seems to dump the output in json which is good but difficult to read. Human readable output can be added manually by including a compiler directive at the top of the file.

// compile-flags: --error-format=human
fn foo() {

}

Would it be possible to add an option to Config so that this does not need to be done for every file?

@Munksgaard
Copy link
Collaborator

Good idea! Pull requests are certainly welcome, but I cannot promise that anyone else is going to come around to adding it anytime soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants