-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
E-needs-helpIssues where non-expert help is needed and instructions have been given.Issues where non-expert help is needed and instructions have been given.
Description
It is a common experience when running Charon on a new crate to get a massive wall of warnings. Most of these are useless to the user. I propose that we:
- Hide the text of warnings by default;
- Display something like "X warnings emitted, the crate could not be translated fully";
- Add a
--show-warningsflag to restore the old output (and enable it by default in tests); - Add
has_errors: booltoItemMetato track which items have errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-needs-helpIssues where non-expert help is needed and instructions have been given.Issues where non-expert help is needed and instructions have been given.