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
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
I would like to suggest an enhancement to the diagnostic messages generated by MIRAI. Currently, MIRAI's diagnostic messages are formatted similarly to Rust's native diagnostic messages, which can make it challenging to differentiate between the two when reviewing output.
Expected Behavior
For example, a current MIRAI warning might look like this:
warning: possible attempt to add with overflow
To make it easier to identify messages originating from MIRAI, I propose adjusting the format to include a prefix like [MIRAI], resulting in:
warning: [MIRAI] possible attempt to add with overflow
This small change would greatly improve clarity and ease of use when analyzing diagnostic output, especially in mixed environments where both Rust and MIRAI diagnostics are present.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue
I would like to suggest an enhancement to the diagnostic messages generated by
MIRAI
. Currently,MIRAI
's diagnostic messages are formatted similarly to Rust's native diagnostic messages, which can make it challenging to differentiate between the two when reviewing output.Expected Behavior
For example, a current MIRAI warning might look like this:
To make it easier to identify messages originating from
MIRAI
, I propose adjusting the format to include a prefix like[MIRAI]
, resulting in:This small change would greatly improve clarity and ease of use when analyzing diagnostic output, especially in mixed environments where both Rust and
MIRAI
diagnostics are present.The text was updated successfully, but these errors were encountered: