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

Issue 2989633002: Issue 30238. Fix for subscribing for a notifications with already cached analysis result. (Closed)

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

Description

Issue 30238. Fix for subscribing for a notifications with already cached analysis result. With the new 'sendCachedToStream' option we can control that whether cached analysis result is also reported into the 'results' stream when it is desirable (when we do this to send analysis notifications from the stream listener). Or not, when it is not desirable, e.g. when we ask becaue we need the results unit for Quick Assists. R=brianwilkerson@google.com BUG= https://github.com/dart-lang/sdk/issues/30238 Committed: https://github.com/dart-lang/sdk/commit/939d8aaf6dd4a21cb5d0721cec3b90562b3c5b14

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -10 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/analysis_server/test/analysis/notification_outline_test.dart View 3 chunks +32 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 3 chunks +7 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/dart/analysis/driver_test.dart View 1 chunk +19 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/dart/analysis/session_test.dart View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
3 years, 5 months ago (2017-07-25 16:10:18 UTC) #1
Brian Wilkerson
lgtm, with two minor reservations. First, I think this means that if a client subscribes ...
3 years, 5 months ago (2017-07-25 16:43:51 UTC) #2
scheglov
On 2017/07/25 16:43:51, Brian Wilkerson wrote: > lgtm, with two minor reservations. > > First, ...
3 years, 5 months ago (2017-07-25 17:19:19 UTC) #3
Brian Wilkerson
Yeah, I don't have a great solution in mind either. Better to get the fix ...
3 years, 5 months ago (2017-07-25 17:22:30 UTC) #4
scheglov
3 years, 5 months ago (2017-07-25 17:28:12 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
939d8aaf6dd4a21cb5d0721cec3b90562b3c5b14 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698