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

cluster or highlight errors in dart2js output #13276

Closed
sigmundch opened this issue Sep 12, 2013 · 7 comments
Closed

cluster or highlight errors in dart2js output #13276

sigmundch opened this issue Sep 12, 2013 · 7 comments
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug web-dart2js

Comments

@sigmundch
Copy link
Member

Sorry if this is a duplicate, I tried searching but couldn't find if this bug already existed.

Currently errors, warnings, and hints, are all printed out one after another. If users have lots of warnings, it's hard to find the errors in a long list of warnings. For example, see the dump shown in this message:

https://groups.google.com/a/dartlang.org/d/msg/web-ui/KFB9bGiJ21s/5EAP5HAXY8QJ

I wonder if we could do something to help here. For example, we could cluster messages in groups, showing hints first, then warnings, and finally errors. That way people can easily see why compilation halts.

@jmesserly
Copy link

fyi Siggi -- I already fixed the polymer_expressions warnings

almost all the ones left are MirrorsUsed "hints", those will go away once we can fix: https://code.google.com/p/dart/issues/detail?id=12396

@kasperl
Copy link

kasperl commented Sep 18, 2013

Added this to the M7 milestone.

@kasperl
Copy link

kasperl commented Sep 18, 2013

Removed this from the M7 milestone.
Added this to the Later milestone.

@peter-ahe-google
Copy link
Contributor

cc @johnniwinther.

@peter-ahe-google
Copy link
Contributor

We have been discussing printing errors again at the end of compilation, or perhaps just the first error.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@sigmundch sigmundch added the closed-not-planned Closed as we don't intend to take action on the reported issue label Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-not-planned Closed as we don't intend to take action on the reported issue P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug web-dart2js
Projects
None yet
Development

No branches or pull requests

5 participants