You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=humanfnfoo(){}
Would it be possible to add an option to Config so that this does not need to be done for every file?
The text was updated successfully, but these errors were encountered:
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.
Would it be possible to add an option to
Config
so that this does not need to be done for every file?The text was updated successfully, but these errors were encountered: