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

Issue 982243002: Disable incremental resolution of comments outside function bodies. (Closed)

Created:
5 years, 9 months ago by scheglov
Modified:
5 years, 9 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Disable incremental resolution of comments outside function bodies. It causes disappearing of semantic highlighting and navigation for the first node after a just added comment. Unfortunately there is no easy way to add/remove comment tokens. We can replace tokens, but we need also to replace tokens in nodes. Given that we are in a cherry picking season, let's implement the simplest correct solution. R=brianwilkerson@google.com BUG= https://code.google.com/p/dart/issues/detail?id=22644 Committed: https://code.google.com/p/dart/source/detail?r=44295

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -50 lines) Patch
M pkg/analyzer/lib/src/generated/incremental_resolver.dart View 4 chunks +7 lines, -44 lines 0 comments Download
M pkg/analyzer/test/generated/incremental_resolver_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
5 years, 9 months ago (2015-03-06 06:22:43 UTC) #1
Brian Wilkerson
LGTM
5 years, 9 months ago (2015-03-06 15:06:10 UTC) #2
scheglov
5 years, 9 months ago (2015-03-06 16:53:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 44295 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698