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

Issue 1989663002: fix #470, string interpolation now respects Dart toString (Closed)

Created:
4 years, 7 months ago by Jennifer Messerly
Modified:
4 years, 7 months ago
Reviewers:
vsm, sra1
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 #470, string interpolation now respects Dart toString R=sra@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/ac3a9d073c3da99093ba040e0d60791b9f91acec

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+314 lines, -306 lines) Patch
M lib/runtime/dart_sdk.js View 1 147 chunks +225 lines, -218 lines 0 comments Download
M lib/src/compiler/code_generator.dart View 1 1 chunk +3 lines, -5 lines 0 comments Download
M test/browser/language_tests.js View 2 chunks +0 lines, -9 lines 0 comments Download
M test/codegen/expect/BenchmarkBase.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/codegen/expect/DeltaBlue.js View 3 chunks +4 lines, -4 lines 0 comments Download
M test/codegen/expect/async_helper.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/async_helper/async_helper.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/closure.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/covariance.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/expect.js View 1 9 chunks +27 lines, -27 lines 0 comments Download
M test/codegen/expect/expect/expect.js View 1 9 chunks +27 lines, -27 lines 0 comments Download
M test/codegen/expect/map_keys.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/map_keys.js.map View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/methods.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/misc.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/notnull.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/script.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/sunflower/sunflower.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/sunflower/sunflower.js.map View 1 chunk +1 line, -1 line 0 comments Download
M tool/input_sdk/private/ddc_runtime/operations.dart View 1 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 9 (4 generated)
Jennifer Messerly
4 years, 7 months ago (2016-05-17 23:29:14 UTC) #2
sra1
https://codereview.chromium.org/1989663002/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1989663002/diff/1/lib/src/compiler/code_generator.dart#newcode4215 lib/src/compiler/code_generator.dart:4215: // Optimization: '$thing' is a common way to call ...
4 years, 7 months ago (2016-05-17 23:47:58 UTC) #5
sra1
LGTM with a TODO.
4 years, 7 months ago (2016-05-18 00:01:34 UTC) #6
Jennifer Messerly
Thanks! Addressed those https://codereview.chromium.org/1989663002/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1989663002/diff/1/lib/src/compiler/code_generator.dart#newcode4215 lib/src/compiler/code_generator.dart:4215: // Optimization: '$thing' is a common ...
4 years, 7 months ago (2016-05-18 00:23:43 UTC) #7
Jennifer Messerly
4 years, 7 months ago (2016-05-18 00:24:03 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
ac3a9d073c3da99093ba040e0d60791b9f91acec (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698