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

Issue 1305413006: fix readability regressions from previous block-scope CL (Closed)

Created:
5 years, 3 months ago by Jennifer Messerly
Modified:
5 years, 3 months ago
Reviewers:
Leaf
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fix readability regressions from previous block-scope CL also reverts the simple incremental compile code, it wasn't aware of our own compiler's version. also fixes a warning from analyzer R=leafp@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/06f19055b7e09838e63d548dbe016a1191fb290a

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -20 lines) Patch
M lib/src/codegen/js_codegen.dart View 2 chunks +5 lines, -4 lines 3 comments Download
M lib/src/compiler.dart View 1 chunk +0 lines, -14 lines 0 comments Download
M lib/src/js/nodes.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/sunflower/sunflower.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (1 generated)
Jennifer Messerly
5 years, 3 months ago (2015-09-09 20:35:08 UTC) #2
Leaf
lgtm, assuming the answer to my question/comment is yes. https://codereview.chromium.org/1305413006/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1305413006/diff/1/lib/src/codegen/js_codegen.dart#newcode2936 lib/src/codegen/js_codegen.dart:2936: ...
5 years, 3 months ago (2015-09-09 21:29:45 UTC) #3
Jennifer Messerly
Thoughts? https://codereview.chromium.org/1305413006/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1305413006/diff/1/lib/src/codegen/js_codegen.dart#newcode2936 lib/src/codegen/js_codegen.dart:2936: new JS.Block(_visitList(node.body.statements) as List<JS.Statement>)); On 2015/09/09 21:29:45, Leaf ...
5 years, 3 months ago (2015-09-09 21:48:39 UTC) #4
Leaf
Just tried it, dartanalyzer and the vm both reject shadowing there, so I think we're ...
5 years, 3 months ago (2015-09-09 21:57:14 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1305413006/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1305413006/diff/1/lib/src/codegen/js_codegen.dart#newcode2936 lib/src/codegen/js_codegen.dart:2936: new JS.Block(_visitList(node.body.statements) as List<JS.Statement>)); On 2015/09/09 21:48:39, John Messerly ...
5 years, 3 months ago (2015-09-09 22:02:57 UTC) #6
Jennifer Messerly
5 years, 3 months ago (2015-09-09 22:52:21 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
06f19055b7e09838e63d548dbe016a1191fb290a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698