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

Issue 847173002: Match some constructor-based annotations. (Closed)

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

Description

Match some constructor-based annotations. It doesn't validate argments (we don't have them in annotation, and even if we had, it is still not cheap to compare nodes with values, but we could remember source strings, as we do for default parameter values), but it should not cause invalid resolution, because we resolve incrementally only changes in methods bodies. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=42822

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
scheglov
5 years, 11 months ago (2015-01-13 16:31:56 UTC) #1
Brian Wilkerson
LGTM
5 years, 11 months ago (2015-01-13 16:54:15 UTC) #2
scheglov
5 years, 11 months ago (2015-01-13 17:13:48 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 42822 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698