Skip to content

Human-readable output #234

@segeljakt

Description

@segeljakt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions