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

Issue 2855403002: Type inference for StringConcatenation. (Closed)

Created:
3 years, 7 months ago by scheglov
Modified:
3 years, 7 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Type inference for StringConcatenation. The test simple_literal_string was replaced with string_literal. R=paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/9a34ac9f275f10aabdc7921e19e22a0ec9ca3cf7

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixes for review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -36 lines) Patch
M pkg/analyzer_cli/analyzer_cli.iml View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_shadow_ast.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart View 1 1 chunk +12 lines, -0 lines 0 comments Download
D pkg/front_end/testcases/inference/simple_literal_string.dart View 1 chunk +0 lines, -12 lines 0 comments Download
D pkg/front_end/testcases/inference/simple_literal_string.dart.direct.expect View 1 chunk +0 lines, -7 lines 0 comments Download
D pkg/front_end/testcases/inference/simple_literal_string.dart.outline.expect View 1 chunk +0 lines, -6 lines 0 comments Download
D pkg/front_end/testcases/inference/simple_literal_string.dart.strong.expect View 1 chunk +0 lines, -8 lines 0 comments Download
A pkg/front_end/testcases/inference/string_literal.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/inference/string_literal.dart.direct.expect View 1 chunk +13 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/inference/string_literal.dart.outline.expect View 1 chunk +9 lines, -0 lines 0 comments Download
A pkg/front_end/testcases/inference/string_literal.dart.strong.expect View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
3 years, 7 months ago (2017-05-04 04:26:33 UTC) #1
Paul Berry
https://codereview.chromium.org/2855403002/diff/1/pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart File pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart (right): https://codereview.chromium.org/2855403002/diff/1/pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart#newcode251 pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart:251: DartType typeContext, bool typeNeeded, List<E> expressions) { Since the ...
3 years, 7 months ago (2017-05-04 15:34:52 UTC) #2
Paul Berry
Assuming the above changes are made, lgtm
3 years, 7 months ago (2017-05-04 15:39:09 UTC) #3
scheglov
https://codereview.chromium.org/2855403002/diff/1/pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart File pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart (right): https://codereview.chromium.org/2855403002/diff/1/pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart#newcode251 pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart:251: DartType typeContext, bool typeNeeded, List<E> expressions) { On 2017/05/04 ...
3 years, 7 months ago (2017-05-04 15:40:37 UTC) #4
scheglov
3 years, 7 months ago (2017-05-04 15:47:16 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
9a34ac9f275f10aabdc7921e19e22a0ec9ca3cf7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698