Skip to content
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

Provide better infrastructure for diagnostics #5177

Closed
karlklose opened this issue Sep 14, 2012 · 4 comments
Closed

Provide better infrastructure for diagnostics #5177

karlklose opened this issue Sep 14, 2012 · 4 comments
Labels
closed-duplicate Closed in favor of an existing report web-dart2js

Comments

@karlklose
Copy link
Contributor

We report most of errors and warnings by taking the message from the message kind and prefixing it with "Warning: " and "Error: ", depending on the context (CANNOT_RESOLVE_TYPE is an example which is used both in an error and a warning).

We should have fields containing different messages for errors, warnings and perhaps hints/info. This allows us to very wording depending on the context and makes the messages easier to translate.

@karlklose
Copy link
Contributor Author

Added Area-Dart2JS, Triaged labels.

@kasperl
Copy link

kasperl commented Sep 14, 2012

Added this to the Later milestone.

@kasperl
Copy link

kasperl commented Oct 17, 2012

Removed this from the Later milestone.

@kasperl
Copy link

kasperl commented Oct 17, 2012

Added Duplicate label.
Marked as being merged into #1581.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report web-dart2js
Projects
None yet
Development

No branches or pull requests

2 participants