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

Issue 1554683002: Update to latest analyzer (Closed)

Created:
4 years, 11 months ago by Leaf
Modified:
4 years, 11 months ago
Reviewers:
vsm, Jennifer Messerly
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

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fix sdk errors #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : Fix error severities #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1026 lines, -915 lines) Patch
M lib/runtime/dart/_interceptors.js View 1 2 3 9 chunks +12 lines, -12 lines 0 comments Download
M lib/runtime/dart/_internal.js View 1 2 11 chunks +18 lines, -17 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 4 chunks +5 lines, -5 lines 0 comments Download
M lib/runtime/dart/_js_mirrors.js View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M lib/runtime/dart/async.js View 1 2 56 chunks +124 lines, -102 lines 0 comments Download
M lib/runtime/dart/collection.js View 1 2 25 chunks +29 lines, -28 lines 0 comments Download
M lib/runtime/dart/convert.js View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M lib/runtime/dart/core.js View 1 2 11 chunks +25 lines, -25 lines 0 comments Download
M lib/runtime/dart/html.js View 1 2 36 chunks +54 lines, -52 lines 0 comments Download
M lib/runtime/dart/html_common.js View 1 2 8 chunks +13 lines, -13 lines 0 comments Download
M lib/runtime/dart/isolate.js View 3 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/math.js View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M lib/runtime/dart/mirrors.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/analysis_context.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/code_generator.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 3 4 34 chunks +146 lines, -58 lines 0 comments Download
M lib/src/codegen/reify_coercions.dart View 5 chunks +19 lines, -57 lines 0 comments Download
M lib/src/codegen/side_effect_analysis.dart View 1 2 3 4 2 chunks +12 lines, -8 lines 0 comments Download
M lib/src/compiler.dart View 1 2 3 4 5 2 chunks +6 lines, -5 lines 0 comments Download
M lib/src/report.dart View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M lib/src/server/dependency_graph.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/server/server.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M lib/src/utils.dart View 1 2 3 4 5 6 3 chunks +14 lines, -8 lines 0 comments Download
M pubspec.yaml View 1 2 3 4 5 6 7 2 chunks +1 line, -4 lines 0 comments Download
M test/codegen/expect/collection/algorithms.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/collection/equality.txt View 1 2 3 4 5 6 1 chunk +8 lines, -8 lines 0 comments Download
M test/codegen/expect/collection/iterable_zip.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/collection/iterable_zip.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/collection/priority_queue.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/collection/priority_queue.txt View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M test/codegen/expect/collection/src/canonicalized_map.js View 4 chunks +5 lines, -5 lines 0 comments Download
M test/codegen/expect/collection/src/canonicalized_map.txt View 1 2 3 4 5 6 1 chunk +2 lines, -8 lines 0 comments Download
M test/codegen/expect/collection/src/queue_list.txt View 1 2 3 4 5 6 1 chunk +9 lines, -7 lines 0 comments Download
M test/codegen/expect/collection/src/unmodifiable_wrappers.txt View 1 2 3 4 5 6 7 1 chunk +6 lines, -4 lines 0 comments Download
M test/codegen/expect/collection/wrappers.txt View 1 2 3 4 5 6 7 1 chunk +17 lines, -4 lines 0 comments Download
M test/codegen/expect/constructors.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/language-all.js View 1 2 Binary file 0 comments Download
M test/codegen/expect/sunflower/sunflower.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/language/async_await_test.dart View 7 chunks +13 lines, -13 lines 0 comments Download
M test/dependency_graph_test.dart View 1 chunk +5 lines, -3 lines 0 comments Download
M test/multitest.dart View 1 chunk +2 lines, -1 line 0 comments Download
M test/report_test.dart View 1 2 3 4 5 6 4 chunks +8 lines, -5 lines 0 comments Download
M tool/analyze.sh View 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/lib/async/future.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M tool/input_sdk/lib/async/future_impl.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tool/input_sdk/lib/async/stream.dart View 1 2 5 chunks +9 lines, -8 lines 0 comments Download
M tool/input_sdk/lib/async/stream_controller.dart View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M tool/input_sdk/lib/collection/iterable.dart View 1 2 4 chunks +11 lines, -10 lines 0 comments Download
M tool/input_sdk/lib/collection/list.dart View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tool/input_sdk/lib/collection/set.dart View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M tool/input_sdk/lib/convert/chunked_conversion.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/lib/core/iterable.dart View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tool/input_sdk/lib/core/set.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/lib/internal/iterable.dart View 1 2 11 chunks +51 lines, -51 lines 0 comments Download
M tool/input_sdk/lib/math/math.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tool/input_sdk/private/js_array.dart View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M tool/sdk_expected_errors.txt View 1 2 3 4 5 6 2 chunks +326 lines, -316 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
Jennifer Messerly
Not sure if you were ready to send it out yet :) But LGTM other ...
4 years, 11 months ago (2016-01-04 20:48:40 UTC) #3
Leaf
Was mostly ready to go. :) There were a few changes that went in after ...
4 years, 11 months ago (2016-01-04 21:34:47 UTC) #5
Jennifer Messerly
I looked at the two new patch sets, they LGTM! https://codereview.chromium.org/1554683002/diff/100001/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/1554683002/diff/100001/lib/src/utils.dart#newcode414 ...
4 years, 11 months ago (2016-01-04 22:17:31 UTC) #6
Leaf
https://codereview.chromium.org/1554683002/diff/100001/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/1554683002/diff/100001/lib/src/utils.dart#newcode414 lib/src/utils.dart:414: return (errorCode.name.startsWith(_strongModeErrorPrefix)); On 2016/01/04 22:17:31, John Messerly wrote: > ...
4 years, 11 months ago (2016-01-04 23:26:16 UTC) #7
Leaf
4 years, 11 months ago (2016-01-05 23:58:56 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
5613a6a8ad86cd79d03c12d642013cbe5bd556d6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698