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

Issue 9121025: cleanup to Value - fix for StringEscapesTest (Closed)

Created:
8 years, 11 months ago by jimhug
Modified:
8 years, 11 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

cleanup to Value - fix for StringEscapesTest Motivation of this change was cleaning up value.dart. This also led to finally handling parsing and escaping string literals in a rational way - which accidentally fixed a test. This is intended to setup a future change that can simplify EvaluatedValue hopefully dramatically. Changes to await were required due to refactoring of tree. Committed: https://code.google.com/p/dart/source/detail?r=3067

Patch Set 1 #

Total comments: 16
Unified diffs Side-by-side diffs Delta from patch set Stats (+1511 lines, -1558 lines) Patch
M frog/await/checker.dart View 1 chunk +1 line, -1 line 0 comments Download
M frog/await/transformation.dart View 6 chunks +13 lines, -9 lines 0 comments Download
M frog/gen.dart View 10 chunks +36 lines, -82 lines 0 comments Download
M frog/lib/corelib.dart View 1 chunk +1 line, -1 line 0 comments Download
M frog/library.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M frog/member.dart View 4 chunks +6 lines, -43 lines 3 comments Download
M frog/minfrog View 282 chunks +1211 lines, -1177 lines 0 comments Download
M frog/parser.dart View 6 chunks +24 lines, -98 lines 3 comments Download
M frog/scripts/tree_gen.py View 1 chunk +3 lines, -2 lines 0 comments Download
M frog/token.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M frog/tokenizer.dart View 7 chunks +127 lines, -70 lines 6 comments Download
M frog/tree.g.dart View 3 chunks +15 lines, -18 lines 0 comments Download
M frog/utils.dart View 1 chunk +0 lines, -50 lines 1 comment Download
M frog/value.dart View 2 chunks +63 lines, -2 lines 3 comments Download
M tests/language/language.status View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jimhug
TBR
8 years, 11 months ago (2012-01-07 03:07:12 UTC) #1
Jennifer Messerly
lgtm http://codereview.chromium.org/9121025/diff/1/frog/member.dart File frog/member.dart (left): http://codereview.chromium.org/9121025/diff/1/frog/member.dart#oldcode1333 frog/member.dart:1333: String _normConcat(Value a, Value b) { yay http://codereview.chromium.org/9121025/diff/1/frog/member.dart ...
8 years, 11 months ago (2012-01-09 20:16:21 UTC) #2
jimhug
Thanks and will include suggestions in coming CL. http://codereview.chromium.org/9121025/diff/1/frog/member.dart File frog/member.dart (right): http://codereview.chromium.org/9121025/diff/1/frog/member.dart#newcode31 frog/member.dart:31: if ...
8 years, 11 months ago (2012-01-09 21:19:05 UTC) #3
Siggi Cherem (dart-lang)
8 years, 11 months ago (2012-01-10 19:40:03 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698