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

Issue 2167773007: Use local variable/function index in its enclosing executable as a part of the identifier. (Closed)

Created:
4 years, 5 months ago by scheglov
Modified:
4 years, 5 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use local variable/function index in its enclosing executable as a part of the identifier. This makes these identifiers stable as long as the executable's body is not changed, in which case we should get rid of these locals anyway. R=brianwilkerson@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/d382ca6d0998b00d5bc1d84ca34373cb08b6ae7b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -93 lines) Patch
M pkg/analyzer/lib/src/context/cache.dart View 3 chunks +1 line, -16 lines 0 comments Download
M pkg/analyzer/lib/src/dart/element/element.dart View 9 chunks +21 lines, -61 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolver.dart View 2 chunks +13 lines, -8 lines 0 comments Download
M pkg/analyzer/test/src/context/context_test.dart View 2 chunks +35 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/resynthesize_test.dart View 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
scheglov
4 years, 5 months ago (2016-07-21 21:21:12 UTC) #1
Brian Wilkerson
lgtm
4 years, 5 months ago (2016-07-21 21:27:07 UTC) #2
scheglov
4 years, 5 months ago (2016-07-21 21:32:54 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d382ca6d0998b00d5bc1d84ca34373cb08b6ae7b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698