-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Different severity levels for code diagnostics #14
Comments
Temporary
On Fri, May 1, 2020 at 12:27 PM Evžen Wybitul ***@***.***> wrote:
Currently, all of the code diagnostics are of the lowest level, hint. It
would be helpful to split them into error/warning/info. Is this a design
decision, or just a temporary one?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYZ6V3UK7JQYCBWU7VOXDRPL2ALANCNFSM4MXGREFA>
.
--
…--
Jay McCarthy
Associate Professor @ CS @ UMass Lowell
http://jeapostrophe.github.io
Vincit qui se vincit.
|
That's good to hear. Looks like something a beginner like me could handle. I guess you'd like to stick to DrRacket's behaviour here as well. Is there any documented list of DrRacket's warnings/errors that we could use? |
Hmm... I think the best place to look would be in the translation files for
DrR.
…--
Jay McCarthy
Associate Professor @ CS @ UMass Lowell
http://jeapostrophe.github.io
Vincit qui se vincit.
On Fri, May 1, 2020 at 12:36 PM Evžen Wybitul ***@***.***> wrote:
That's good to hear. Looks like something a beginner like me could handle.
I guess you'd like to stick to DrRacket's behaviour here as well. Is there
any documented list of DrRacket's warnings/errors that we could use?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYZ6UMOVGASFE3N2ZL23LRPL3AZANCNFSM4MXGREFA>
.
|
This issue is at least partially resolved by commit 61a7511. Reader and syntax errors are no longer reported as hints. There may be other DrRacket notifications that we're not displaying, so I'm leaving this open for now. |
Currently, all of the code diagnostics are of the lowest level, hint. It would be helpful to split them into error/warning/info. Is this a design decision, or just a temporary one?
The text was updated successfully, but these errors were encountered: