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

Issue 2612983002: fix analyzer failing to resolve loop variable nodes (Closed)

Created:
3 years, 11 months ago by Jennifer Messerly
Modified:
3 years, 11 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fix analyzer failing resolve loop variable nodes for example: `var item; for (item in list) { ... }` this happens anytime ResolutionCopier is used on these, because it drops the staticElement reference for `item` in the above example. R=vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/95d5bf471c8d62353d110d2a184e5dc0ffd9941d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -8 lines) Patch
M pkg/analyzer/lib/src/dart/ast/utilities.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/dev_compiler/lib/js/amd/dart_sdk.js View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/lib/js/common/dart_sdk.js View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/lib/js/es6/dart_sdk.js View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/lib/js/legacy/dart_sdk.js View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Jennifer Messerly
this fixes the mysterious ForEach bug you hit in your CL
3 years, 11 months ago (2017-01-05 03:40:02 UTC) #2
Jennifer Messerly
(updated the description)
3 years, 11 months ago (2017-01-05 03:42:18 UTC) #4
vsm
lgtm!
3 years, 11 months ago (2017-01-05 18:21:52 UTC) #5
Jennifer Messerly
3 years, 11 months ago (2017-01-05 18:47:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
95d5bf471c8d62353d110d2a184e5dc0ffd9941d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698