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

rank warning and error messages #20426

Closed
sigmundch opened this issue Aug 8, 2014 · 1 comment
Closed

rank warning and error messages #20426

sigmundch opened this issue Aug 8, 2014 · 1 comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.

Comments

@sigmundch
Copy link
Member

It would be great to sort errors by severity - all warnings are right now treated equal, but we probably want to rank them in some order.

This order might not be entirely static. For example, consider these 3 errors:
 a- there is an error of a broken import
 b- an warning in a template
 c- an warning that an element definition was not found.

I'd rank them in that order, because it's common that (c) is a consequence of (a). But if 'a' error is not there, I'd sort (c) before (b).

@sigmundch sigmundch added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Aug 8, 2014
@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/polymer-dart#460.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.
Projects
None yet
Development

No branches or pull requests

3 participants