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

Issue 2351133004: Fix for out of scope type parameters in members. (Closed)

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

Description

Fix for out of scope type parameters in members. ...by always using the substituted type in members. This might increase memory usage. However members are mosly used in method bodies, and we now aggressively flush resolved ASTs from cache. I don't see any noticeable increase on analyzer + analysis_server code. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/5eea83396e0a008f269ec92d4b439be9bc00f01c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -35 lines) Patch
M pkg/analyzer/lib/src/dart/element/member.dart View 5 chunks +0 lines, -15 lines 0 comments Download
M pkg/analyzer/lib/src/summary/link.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M pkg/analyzer/test/src/dart/element/element_test.dart View 3 chunks +35 lines, -7 lines 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_ast_test.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M pkg/analyzer/test/src/summary/summary_common.dart View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
scheglov
4 years, 3 months ago (2016-09-21 03:07:32 UTC) #1
Brian Wilkerson
lgtm
4 years, 3 months ago (2016-09-21 13:52:54 UTC) #2
Paul Berry
lgtm
4 years, 3 months ago (2016-09-21 17:14:23 UTC) #3
scheglov
Committed patchset #1 (id:1) manually as 5eea83396e0a008f269ec92d4b439be9bc00f01c (presubmit successful).
4 years, 3 months ago (2016-09-21 17:19:33 UTC) #5
Paul Berry
On 2016/09/21 17:19:33, scheglov wrote: > Committed patchset #1 (id:1) manually as > 5eea83396e0a008f269ec92d4b439be9bc00f01c (presubmit ...
4 years, 3 months ago (2016-09-21 17:28:52 UTC) #6
scheglov
4 years, 3 months ago (2016-09-21 18:24:49 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/2359953002 is out for review.

Powered by Google App Engine
This is Rietveld 408576698