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

Issue 10920066: issue 4817 fixed. Implemented raw strings with 'r' instead of '@' for dart2js (Closed)

Created:
8 years, 3 months ago by aam-me
Modified:
8 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

issue 4817 fixed. Implemented raw strings with 'r' instead of '@' for dart2js BUG=dart:4817 Committed: https://code.google.com/p/dart/source/detail?r=12292

Patch Set 1 #

Patch Set 2 : Reverted back invalid changes to source_mapping_test.dart #

Patch Set 3 : Rebased, weird problem with patch in string_interpolation_test.dart hopefully fixed #

Total comments: 4

Patch Set 4 : Rebased. Removed redundant parameter, fixed TODO comment. #

Patch Set 5 : Marked one more test as passing. #

Patch Set 6 : Rebased. Marked raw_string_test as pass for dart2js-ff and dart2dart #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -211 lines) Patch
M lib/compiler/implementation/scanner/scanner.dart View 1 2 3 4 5 3 chunks +15 lines, -0 lines 0 comments Download
M lib/compiler/implementation/string_validator.dart View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/array_static_intercept_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/boolified_operator_test.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/boolify_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/builtin_interceptor_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/call_site_type_inferer_static_test.dart View 1 2 3 1 chunk +10 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/call_site_type_inferer_test.dart View 1 2 3 8 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/class_codegen2_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/class_codegen_test.dart View 7 chunks +7 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/class_order_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/closure_codegen_test.dart View 2 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/code_motion_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/constant_folding_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/dead_phi_eliminator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/field_codegen_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/generate_at_use_site_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/gvn_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/identity_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/is_inference2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/is_inference_test.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/literal_list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/loop_test.dart View 7 chunks +12 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/no_constructor_body_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_constructor_body_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/null_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/parameter_phi_elimination_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/pretty_parameter_test.dart View 5 chunks +14 lines, -14 lines 0 comments Download
M tests/compiler/dart2js/redundant_phi_eliminator_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/return_type_inferer_test.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/rewrite_better_user_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/ssa_phi_codegen_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/static_closure_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/string_escapes_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/string_interpolation_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/tree_shaking_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_guard_unuser_test.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/type_inference2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference5_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference_test.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart View 4 chunks +13 lines, -13 lines 0 comments Download
M tests/compiler/dart2js_extra/string_escape_test.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tests/compiler/dart2js_extra/string_interpolation_test.dart View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js_foreign/foreign_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js_foreign/native_class_inheritance4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_foreign/native_named_constructors2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_foreign/native_named_constructors3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_native/foreign_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js_native/native_class_inheritance4_frog_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/language.status View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
aam-me
Please, review when you have a chance.
8 years, 3 months ago (2012-09-11 01:22:09 UTC) #1
ahe
LGTM, but please don't submit until Brian and Matthias agree that we can make this ...
8 years, 3 months ago (2012-09-11 06:04:34 UTC) #2
hausner
lgtm
8 years, 3 months ago (2012-09-11 16:27:06 UTC) #3
Brian Wilkerson
LGTM
8 years, 3 months ago (2012-09-11 16:30:05 UTC) #4
aam-me
Thank you, guys, for the reviews. Peter, all points were addressed. Can I help with ...
8 years, 3 months ago (2012-09-12 02:12:38 UTC) #5
Brian Wilkerson
> Can I help with getting change across components coordinated or it is happening > ...
8 years, 3 months ago (2012-09-12 13:19:42 UTC) #6
ahe
8 years, 3 months ago (2012-09-13 17:22:59 UTC) #7
Awesome, thank you, Alexander!

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698