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

Issue 9569049: Gets rid of static analysis error in Context2Test (Closed)

Created:
8 years, 9 months ago by zundel
Modified:
8 years, 9 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Gets rid of static analysis error in Context2Test spoke with regis, and method not being defined was not important to the repro case. Committed: https://code.google.com/p/dart/source/detail?r=4913

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M tests/language/src/Context2Test.dart View 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
zundel
8 years, 9 months ago (2012-03-02 00:57:22 UTC) #1
regis
8 years, 9 months ago (2012-03-02 01:09:30 UTC) #2
LGTM

What is important is that the nested scopes and captured variables remain the
same. I verified that with the following command:
runtime/out/Debug_ia32/dart --print_scopes --print_ast
tests/language/src/Context2Test.dart

I then searched for the following line in the output and compared all scopes and
variables for both versions:
Annotated Scope for function
'/usr/local/google/home/regis/dart1/dart/tests/language/src/Context2Test.dart_V_hoop'
...

-- Regis

Powered by Google App Engine
This is Rietveld 408576698