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

Issue 2016483002: Enable strong mode in DDC, fix all warnings/errors (Closed)

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

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -90 lines) Patch
M .analysis_options View 1 chunk +1 line, -0 lines 0 comments Download
M bin/dartdevc.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/analyzer/context.dart View 3 chunks +4 lines, -3 lines 0 comments Download
M lib/src/compiler/code_generator.dart View 1 21 chunks +39 lines, -38 lines 0 comments Download
M lib/src/compiler/element_helpers.dart View 4 chunks +8 lines, -5 lines 0 comments Download
M lib/src/compiler/js_metalet.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M lib/src/compiler/module_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/compiler/nullable_type_inference.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/compiler/reify_coercions.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M lib/src/compiler/side_effect_analysis.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/compiler/type_utilities.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/src/js_ast/builder.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/js_ast/nodes.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M lib/src/js_ast/printer.dart View 1 chunk +3 lines, -1 line 0 comments Download
M lib/src/js_ast/template.dart View 1 11 chunks +14 lines, -12 lines 0 comments Download
M lib/src/js_ast/type_printer.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M test/codegen_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M test/worker/worker_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M tool/analyze.sh View 1 1 chunk +1 line, -1 line 0 comments Download
M tool/global_compile.dart View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Jennifer Messerly
4 years, 7 months ago (2016-05-25 21:24:47 UTC) #2
Leaf
lgtm https://codereview.chromium.org/2016483002/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2016483002/diff/1/lib/src/compiler/code_generator.dart#newcode1843 lib/src/compiler/code_generator.dart:1843: setter, (node) => _emitTopLevelProperty(node))); Annoying. I guess alternatively ...
4 years, 7 months ago (2016-05-26 17:53:38 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2016483002/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/2016483002/diff/1/lib/src/compiler/code_generator.dart#newcode1843 lib/src/compiler/code_generator.dart:1843: setter, (node) => _emitTopLevelProperty(node))); On 2016/05/26 17:53:37, Leaf wrote: ...
4 years, 7 months ago (2016-05-26 18:11:48 UTC) #4
Jennifer Messerly
4 years, 7 months ago (2016-05-26 18:13:36 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4003b99d8340b7ee39d6478843f9b503252a028d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698