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

Issue 1056183003: use VariableElement instead of VariableElementImpl in _isStateless (Closed)

Created:
5 years, 8 months ago by Jennifer Messerly
Modified:
5 years, 8 months ago
Reviewers:
Jacob, Brian Wilkerson
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

use VariableElement instead of VariableElementImpl in _isStateless R=brianwilkerson@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/1bb565f1a52eca9eb1bc5b00263962e653cfbee8

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -2 lines) Patch
M lib/src/codegen/js_codegen.dart View 1 2 2 chunks +21 lines, -2 lines 1 comment Download
M test/codegen/cascade.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M test/codegen/expect/cascade.js View 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Jennifer Messerly
5 years, 8 months ago (2015-04-03 23:12:51 UTC) #2
Jennifer Messerly
5 years, 8 months ago (2015-04-03 23:13:59 UTC) #4
Brian Wilkerson
LGTM https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart#newcode1700 lib/src/codegen/js_codegen.dart:1700: if (e is VariableElement && !e.isSynthetic) { This ...
5 years, 8 months ago (2015-04-04 15:58:24 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart#newcode1700 lib/src/codegen/js_codegen.dart:1700: if (e is VariableElement && !e.isSynthetic) { On 2015/04/04 ...
5 years, 8 months ago (2015-04-06 15:19:22 UTC) #6
Brian Wilkerson
Still LGTM https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart#newcode1700 lib/src/codegen/js_codegen.dart:1700: if (e is VariableElement && !e.isSynthetic) { ...
5 years, 8 months ago (2015-04-06 15:23:05 UTC) #7
Jennifer Messerly
thank you! https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1056183003/diff/1/lib/src/codegen/js_codegen.dart#newcode1700 lib/src/codegen/js_codegen.dart:1700: if (e is VariableElement && !e.isSynthetic) { ...
5 years, 8 months ago (2015-04-06 15:46:31 UTC) #8
Jennifer Messerly
I've added some comments, WDYT?
5 years, 8 months ago (2015-04-06 15:56:48 UTC) #9
Brian Wilkerson
LGTM https://codereview.chromium.org/1056183003/diff/40001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1056183003/diff/40001/lib/src/codegen/js_codegen.dart#newcode2210 lib/src/codegen/js_codegen.dart:2210: // isPotentiallyMutated is available on VariableElement. I think ...
5 years, 8 months ago (2015-04-06 16:03:23 UTC) #10
Jennifer Messerly
Committed patchset #3 (id:40001) manually as 1bb565f1a52eca9eb1bc5b00263962e653cfbee8 (presubmit successful).
5 years, 8 months ago (2015-04-06 16:13:09 UTC) #11
Jennifer Messerly
5 years, 8 months ago (2015-04-06 16:16:33 UTC) #12
Message was sent while issue was closed.
nice! I'm not sure who necessarily owns the issue, now that Siggi is off doing
other things, but I filed https://github.com/dart-lang/dev_compiler/issues/124

Powered by Google App Engine
This is Rietveld 408576698