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

Issue 1420363005: Error Suppression FTW. (Closed)

Created:
5 years, 1 month ago by pquitslund
Modified:
5 years, 1 month ago
CC:
reviews_dartlang.org, devoncarew, clayberg
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Tweaks. #

Total comments: 2

Patch Set 3 : Format updates. #

Patch Set 4 : Typo. #

Total comments: 9

Patch Set 5 : Introduced constants. #

Patch Set 6 : Test fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -16 lines) Patch
M pkg/analysis_server/lib/src/context_manager.dart View 1 2 3 chunks +25 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_analysis_options_test.dart View 1 2 4 chunks +86 lines, -1 line 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 1 2 7 chunks +69 lines, -5 lines 0 comments Download
M pkg/analyzer/lib/src/context/context.dart View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 1 2 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 chunk +11 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/options.dart View 1 2 3 4 1 chunk +17 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 2 chunks +25 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/options_test.dart View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
pquitslund
Introduces a new analysis option that allows developers to suppress errors/warnings/hints/lints at the project (e.g., ...
5 years, 1 month ago (2015-10-27 16:06:00 UTC) #2
sethladd
> But what about stable identifiers? Did we consider adding a prefix to the identifiers? ...
5 years, 1 month ago (2015-10-27 16:24:32 UTC) #3
pquitslund
On 2015/10/27 16:24:32, sethladd wrote: > > But what about stable identifiers? > > Did ...
5 years, 1 month ago (2015-10-27 16:38:34 UTC) #4
Brian Wilkerson
I think we'd be better off making the format more general so that we can ...
5 years, 1 month ago (2015-10-27 19:18:59 UTC) #5
pquitslund
Thanks Brian! On 2015/10/27 19:18:59, Brian Wilkerson wrote: > I think we'd be better off ...
5 years, 1 month ago (2015-10-27 20:41:57 UTC) #6
pquitslund
Updated as per conversations. The new format supports key/values with 'false' and 'ignore' used to ...
5 years, 1 month ago (2015-10-27 22:33:42 UTC) #7
scheglov
LGTM https://codereview.chromium.org/1420363005/diff/60001/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1420363005/diff/60001/pkg/analyzer/lib/src/context/context.dart#newcode1033 pkg/analyzer/lib/src/context/context.dart:1033: workManager.onAnalysisOptionsChanged(); Maybe we should rename this method to ...
5 years, 1 month ago (2015-10-27 23:41:45 UTC) #8
Brian Wilkerson
LGTM https://codereview.chromium.org/1420363005/diff/60001/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1420363005/diff/60001/pkg/analyzer/lib/src/context/context.dart#newcode1033 pkg/analyzer/lib/src/context/context.dart:1033: workManager.onAnalysisOptionsChanged(); Is that the only time it's used? ...
5 years, 1 month ago (2015-10-28 02:09:08 UTC) #9
pquitslund
Thanks for the comments! https://codereview.chromium.org/1420363005/diff/60001/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1420363005/diff/60001/pkg/analyzer/lib/src/context/context.dart#newcode1033 pkg/analyzer/lib/src/context/context.dart:1033: workManager.onAnalysisOptionsChanged(); On 2015/10/28 02:09:08, Brian ...
5 years, 1 month ago (2015-10-28 15:56:44 UTC) #10
pquitslund
5 years, 1 month ago (2015-10-28 16:59:12 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
2f9c4af993df48cdd7180dcb79d36dbe6aa462f0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698