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

Issue 3003573002: Add minimal support for sending notifications (Closed)

Created:
3 years, 4 months ago by Brian Wilkerson
Modified:
3 years, 3 months ago
Reviewers:
scheglov, mfairhurst
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed optional parameter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -14 lines) Patch
M pkg/analyzer_plugin/lib/plugin/plugin.dart View 1 2 chunks +92 lines, -5 lines 0 comments Download
M pkg/analyzer_plugin/test/plugin/mocks.dart View 2 chunks +1 line, -5 lines 0 comments Download
M pkg/analyzer_plugin/test/plugin/plugin_test.dart View 1 3 chunks +68 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
Brian Wilkerson
I would like to extend the base plugin class in order to provide some of ...
3 years, 4 months ago (2017-08-21 15:12:29 UTC) #2
mfairhurst
This looks great. This is a great idea. The resolve result will be tricky for ...
3 years, 4 months ago (2017-08-21 15:51:31 UTC) #3
Brian Wilkerson
> I do sometimes feel like we're overusing "covariant", though. Its kind of like a ...
3 years, 4 months ago (2017-08-21 16:36:53 UTC) #4
Brian Wilkerson
Konstantin: I'm curious to hear your thoughts on the notion of requiring every `sendFooNotification` method ...
3 years, 3 months ago (2017-08-22 17:26:21 UTC) #5
scheglov
https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode448 pkg/analyzer_plugin/lib/plugin/plugin.dart:448: Future<Null> sendHighlightsNotification(String path, {ResolveResult result}) { I think `result` ...
3 years, 3 months ago (2017-08-22 17:55:27 UTC) #6
Brian Wilkerson
Mike: If we do need to keep the `results` parameters, is there a class that ...
3 years, 3 months ago (2017-08-22 18:33:16 UTC) #7
scheglov
LGTM https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode448 pkg/analyzer_plugin/lib/plugin/plugin.dart:448: Future<Null> sendHighlightsNotification(String path, {ResolveResult result}) { On 2017/08/22 ...
3 years, 3 months ago (2017-08-22 18:49:21 UTC) #8
Brian Wilkerson
https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode448 pkg/analyzer_plugin/lib/plugin/plugin.dart:448: Future<Null> sendHighlightsNotification(String path, {ResolveResult result}) { > It's OK ...
3 years, 3 months ago (2017-08-23 14:06:43 UTC) #9
scheglov
On 2017/08/23 14:06:43, Brian Wilkerson wrote: > https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart > File pkg/analyzer_plugin/lib/plugin/plugin.dart (right): > > https://codereview.chromium.org/3003573002/diff/1/pkg/analyzer_plugin/lib/plugin/plugin.dart#newcode448 ...
3 years, 3 months ago (2017-08-23 15:05:56 UTC) #10
Brian Wilkerson
ptal. I have removed the optional parameter.
3 years, 3 months ago (2017-08-23 15:49:27 UTC) #11
scheglov
LGTM
3 years, 3 months ago (2017-08-23 15:52:25 UTC) #12
Brian Wilkerson
3 years, 3 months ago (2017-08-23 20:27:05 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0a50effce5c00a853604d0150f4a3ac684d8163d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698