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

Issue 1245013002: some fixes for --strong warnings (Closed)

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

some fixes for --strong warnings I didn't go all the way, in case we want to change some of these. Thoughts? R=leafp@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/47adda72e4c60079b144dd573c39c20260fd0c31

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -133 lines) Patch
M lib/src/analysis_context.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/checker/checker.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M lib/src/checker/rules.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M lib/src/codegen/ast_builder.dart View 10 chunks +30 lines, -24 lines 0 comments Download
M lib/src/codegen/code_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 54 chunks +99 lines, -87 lines 0 comments Download
M lib/src/codegen/js_field_storage.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/codegen/js_metalet.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/report.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/server/dependency_graph.dart View 3 chunks +6 lines, -4 lines 0 comments Download
M lib/src/utils.dart View 1 chunk +1 line, -1 line 1 comment Download
M tool/analyze.sh View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Jennifer Messerly
5 years, 5 months ago (2015-07-20 22:27:50 UTC) #2
Jennifer Messerly
Leaf, would you mind taking a look at these? Do they match your expectations?
5 years, 5 months ago (2015-07-22 21:51:19 UTC) #4
Leaf
lgtm https://codereview.chromium.org/1245013002/diff/1/lib/src/codegen/code_generator.dart File lib/src/codegen/code_generator.dart (right): https://codereview.chromium.org/1245013002/diff/1/lib/src/codegen/code_generator.dart#newcode54 lib/src/codegen/code_generator.dart:54: }() as List<String>; This shouldn't be necessary, but ...
5 years, 5 months ago (2015-07-22 22:29:15 UTC) #5
Jennifer Messerly
thanks! https://codereview.chromium.org/1245013002/diff/1/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1245013002/diff/1/lib/src/codegen/js_codegen.dart#newcode412 lib/src/codegen/js_codegen.dart:412: return _statement(<JS.Statement>[result, copyMembers]); On 2015/07/22 22:29:15, Leaf wrote: ...
5 years, 5 months ago (2015-07-22 22:35:52 UTC) #6
Jennifer Messerly
https://codereview.chromium.org/1245013002/diff/20001/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/1245013002/diff/20001/lib/src/utils.dart#newcode385 lib/src/utils.dart:385: var map = _objectMap[typeProvider] as Map<String, DartType>; for some ...
5 years, 5 months ago (2015-07-22 22:37:29 UTC) #7
Jennifer Messerly
5 years, 5 months ago (2015-07-22 22:37:58 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
47adda72e4c60079b144dd573c39c20260fd0c31 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698