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

Issue 1517723002: Server custom error severity support (#24452). (Closed)

Created:
5 years ago by pquitslund
Modified:
5 years ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Wraps up the server-side of the 'Allow a user to configure which hints are "fatal"' ask (#24452). * migrates error filtering from a predicate to a process that can customize severities. * moves filtering/processing from the `dart` task into the `getErrors` request and the errors notification. See: https://github.com/dart-lang/sdk/issues/24452 (Pending a thumbs-up, support for CLI to follow.) R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/62656833d404361a474cad3acc9d50756a1472d4

Patch Set 1 #

Patch Set 2 : wip #

Patch Set 3 : err_task_fix #

Patch Set 4 : test_fix #

Patch Set 5 : import_fix #

Patch Set 6 : moar_cleanup #

Total comments: 4

Patch Set 7 : lib_renames #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -142 lines) Patch
M pkg/analysis_server/lib/src/domain_analysis.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/lib/src/operation/operation_analysis.dart View 1 2 chunks +8 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol_server.dart View 1 2 3 4 5 4 chunks +30 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/status/get_handler.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_analysis_options_test.dart View 1 3 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 12 chunks +23 lines, -22 lines 0 comments Download
A pkg/analyzer/lib/source/error_processor.dart View 1 2 3 4 5 6 1 chunk +105 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/error.dart View 2 chunks +4 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 2 1 chunk +1 line, -9 lines 0 comments Download
M pkg/analyzer/lib/src/task/options.dart View 4 chunks +11 lines, -38 lines 0 comments Download
A pkg/analyzer/test/source/error_processor_test.dart View 1 2 3 4 5 6 1 chunk +150 lines, -0 lines 0 comments Download
M pkg/analyzer/test/source/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 1 2 3 4 5 chunks +9 lines, -33 lines 0 comments Download
M pkg/analyzer/test/src/task/options_test.dart View 1 2 3 4 5 2 chunks +16 lines, -9 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
pquitslund
5 years ago (2015-12-10 19:00:22 UTC) #3
Brian Wilkerson
LGTM https://codereview.chromium.org/1517723002/diff/100001/pkg/analyzer/lib/source/error_processor.dart File pkg/analyzer/lib/source/error_processor.dart (right): https://codereview.chromium.org/1517723002/diff/100001/pkg/analyzer/lib/source/error_processor.dart#newcode5 pkg/analyzer/lib/source/error_processor.dart:5: library source.error_processor; nit: I think the library name ...
5 years ago (2015-12-10 19:55:09 UTC) #4
pquitslund
Thanks! https://codereview.chromium.org/1517723002/diff/100001/pkg/analyzer/lib/source/error_processor.dart File pkg/analyzer/lib/source/error_processor.dart (right): https://codereview.chromium.org/1517723002/diff/100001/pkg/analyzer/lib/source/error_processor.dart#newcode5 pkg/analyzer/lib/source/error_processor.dart:5: library source.error_processor; On 2015/12/10 19:55:09, Brian Wilkerson wrote: ...
5 years ago (2015-12-10 21:34:31 UTC) #5
pquitslund
5 years ago (2015-12-10 21:35:16 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
62656833d404361a474cad3acc9d50756a1472d4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698