Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Issue 183833010: Change --hide-package-warnings to --show-package-warnings and add hint on suppress warnings. (Closed)

Created:
6 years, 9 months ago by Johnni Winther
Modified:
6 years, 6 months ago
Reviewers:
Bob Nystrom, ahe, floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Change --hide-package-warnings to --show-package-warnings and add hint on suppress warnings. BUG= R=floitsch@google.com, rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=33259

Patch Set 1 #

Patch Set 2 : #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -140 lines) Patch
M sdk/lib/_internal/compiler/implementation/apiimpl.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 8 chunks +64 lines, -7 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2js.dart View 2 chunks +4 lines, -3 lines 2 comments Download
M sdk/lib/_internal/compiler/implementation/source_file.dart View 1 chunk +8 lines, -4 lines 4 comments Download
M sdk/lib/_internal/compiler/implementation/source_file_provider.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/warnings.dart View 1 chunk +9 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/dart.dart View 1 chunk +1 line, -1 line 0 comments Download
D tests/compiler/dart2js/hide_package_warnings_test.dart View 1 chunk +0 lines, -104 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 chunk +2 lines, -1 line 0 comments Download
A + tests/compiler/dart2js/show_package_warnings_test.dart View 5 chunks +15 lines, -14 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Johnni Winther
6 years, 9 months ago (2014-03-03 13:07:44 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/dart2js.dart File sdk/lib/_internal/compiler/implementation/dart2js.dart (right): https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/dart2js.dart#newcode562 sdk/lib/_internal/compiler/implementation/dart2js.dart:562: Show warnings and hints generated from packages that ...
6 years, 9 months ago (2014-03-03 13:30:22 UTC) #2
Johnni Winther
https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/dart2js.dart File sdk/lib/_internal/compiler/implementation/dart2js.dart (right): https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/dart2js.dart#newcode562 sdk/lib/_internal/compiler/implementation/dart2js.dart:562: Show warnings and hints generated from packages that are ...
6 years, 9 months ago (2014-03-03 13:40:26 UTC) #3
kevmoo
On 2014/03/03 13:40:26, Johnni Winther wrote: > https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/dart2js.dart > File sdk/lib/_internal/compiler/implementation/dart2js.dart (right): > > https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/dart2js.dart#newcode562 ...
6 years, 9 months ago (2014-03-03 14:22:13 UTC) #4
Bob Nystrom
Pub change LGTM.
6 years, 9 months ago (2014-03-03 21:29:34 UTC) #5
Johnni Winther
Committed patchset #2 manually as r33259 (presubmit successful).
6 years, 9 months ago (2014-03-04 07:16:15 UTC) #6
ahe
https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/source_file.dart File sdk/lib/_internal/compiler/implementation/source_file.dart (right): https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/source_file.dart#newcode126 sdk/lib/_internal/compiler/implementation/source_file.dart:126: buf.write('\n$message\n'); Why did you add a newline before the ...
6 years, 6 months ago (2014-06-19 14:23:03 UTC) #7
Johnni Winther
https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/source_file.dart File sdk/lib/_internal/compiler/implementation/source_file.dart (right): https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/source_file.dart#newcode126 sdk/lib/_internal/compiler/implementation/source_file.dart:126: buf.write('\n$message\n'); On 2014/06/19 14:23:03, ahe wrote: > Why did ...
6 years, 6 months ago (2014-06-19 18:45:11 UTC) #8
ahe
https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/source_file.dart File sdk/lib/_internal/compiler/implementation/source_file.dart (right): https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compiler/implementation/source_file.dart#newcode126 sdk/lib/_internal/compiler/implementation/source_file.dart:126: buf.write('\n$message\n'); On 2014/06/19 18:45:10, Johnni Winther wrote: > On ...
6 years, 6 months ago (2014-06-19 18:58:04 UTC) #9
Johnni Winther
6 years, 6 months ago (2014-06-19 20:08:49 UTC) #10
Message was sent while issue was closed.
https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compil...
File sdk/lib/_internal/compiler/implementation/source_file.dart (right):

https://codereview.chromium.org/183833010/diff/20001/sdk/lib/_internal/compil...
sdk/lib/_internal/compiler/implementation/source_file.dart:126:
buf.write('\n$message\n');
On 2014/06/19 18:58:03, ahe wrote:
> On 2014/06/19 18:45:10, Johnni Winther wrote:
> > On 2014/06/19 14:23:03, ahe wrote:
> > > Why did you add a newline before the message?
> > > 
> > > It ruins error parsing in Emacs as you cannot tell errors from info and
> > > warnings.
> > 
> > Because on the command line the hint (at the beginning of the line) was
easier
> > to find than the error message (after the file and position typically 60+
> > characters to the right) which was very confusing.
> 
> Makes sense. I'll add a comment.
> 
> How would feel about having an optional "kind" parameter which is added before
> the first newline?

Sounds good.

Powered by Google App Engine
This is Rietveld 408576698