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

Issue 1840713003: fix to run against latest analyzer (Closed)

Created:
4 years, 8 months ago by Jennifer Messerly
Modified:
4 years, 8 months ago
Reviewers:
Leaf, Bob Nystrom
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 to run against latest analyzer hard part was dealing with the new for-each changes the good news is the new for-each logic simplifes our await-for checking R=leafp@google.com, rnystrom@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/d475c68b387194635c0ea07ed6d7ea1c022e8d78

Patch Set 1 #

Patch Set 2 : #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -458 lines) Patch
M lib/runtime/dart/_isolate_helper.js View 1 chunk +2 lines, -1 line 0 comments Download
M lib/runtime/dart/_js_helper.js View 1 chunk +2 lines, -1 line 0 comments Download
M lib/runtime/dart/collection.js View 6 chunks +11 lines, -6 lines 0 comments Download
M lib/runtime/dart/html.js View 1 chunk +2 lines, -1 line 0 comments Download
M lib/src/codegen/ast_builder.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 6 chunks +8 lines, -66 lines 1 comment Download
M lib/src/codegen/reify_coercions.dart View 4 chunks +100 lines, -20 lines 0 comments Download
M lib/src/dart_sdk.dart View 1 chunk +1 line, -1 line 0 comments Download
M pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/language-all.js View Binary file 0 comments Download
M tool/sdk_expected_errors.txt View 7 chunks +6 lines, -361 lines 4 comments Download

Messages

Total messages: 10 (2 generated)
Jennifer Messerly
+Bob & Leaf since y'all have the most context on these Analyzer changes.
4 years, 8 months ago (2016-03-28 18:31:31 UTC) #2
Jennifer Messerly
https://codereview.chromium.org/1840713003/diff/20001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1840713003/diff/20001/lib/src/codegen/js_codegen.dart#newcode2343 lib/src/codegen/js_codegen.dart:2343: node.fields.variables.forEach(_emitModuleItem); This is a small cleanup. It's actually what ...
4 years, 8 months ago (2016-03-28 18:33:17 UTC) #3
Leaf
lgtm, with question about dart:html https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt File tool/sdk_expected_errors.txt (left): https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt#oldcode247 tool/sdk_expected_errors.txt:247: severe: [AnalyzerMessage] The setter ...
4 years, 8 months ago (2016-03-28 20:24:49 UTC) #4
Bob Nystrom
One question, and I wouldn't say I understood much of the code, but LGTM otherwise. ...
4 years, 8 months ago (2016-03-28 21:05:38 UTC) #5
Leaf
https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt File tool/sdk_expected_errors.txt (right): https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt#newcode120 tool/sdk_expected_errors.txt:120: warning: [DOWN_CAST_COMPOSITE] Unsound implicit cast from dynamic to E ...
4 years, 8 months ago (2016-03-28 21:09:09 UTC) #6
Bob Nystrom
On 2016/03/28 21:09:09, Leaf wrote: > https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt > File tool/sdk_expected_errors.txt (right): > > https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt#newcode120 > ...
4 years, 8 months ago (2016-03-28 21:11:10 UTC) #7
Jennifer Messerly
Thanks guys! https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt File tool/sdk_expected_errors.txt (left): https://codereview.chromium.org/1840713003/diff/20001/tool/sdk_expected_errors.txt#oldcode247 tool/sdk_expected_errors.txt:247: severe: [AnalyzerMessage] The setter 'href' is not ...
4 years, 8 months ago (2016-03-28 21:22:09 UTC) #8
Jennifer Messerly
4 years, 8 months ago (2016-03-28 21:22:43 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
d475c68b387194635c0ea07ed6d7ea1c022e8d78 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698