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

Issue 11039020: Properly unparse sequences like x + +1 and x - -1. (Closed)

Created:
8 years, 2 months ago by Anton Muhin
Modified:
8 years, 2 months ago
Reviewers:
Roman
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Properly unparse sequences like x + +1 and x - -1. R=smok@google.com BUG=5600 Committed: https://code.google.com/p/dart/source/detail?r=13119

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M lib/compiler/implementation/tree/unparser.dart View 1 chunk +7 lines, -2 lines 1 comment Download
M tests/co19/co19-dart2dart.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Anton Muhin
8 years, 2 months ago (2012-10-02 13:07:49 UTC) #1
Roman
8 years, 2 months ago (2012-10-02 13:22:24 UTC) #2
lgtm

https://codereview.chromium.org/11039020/diff/1/lib/compiler/implementation/t...
File lib/compiler/implementation/tree/unparser.dart (right):

https://codereview.chromium.org/11039020/diff/1/lib/compiler/implementation/t...
lib/compiler/implementation/tree/unparser.dart:292: if (beginToken !== null &&
beginToken.stringValue === opString) sb.add(' ');
80 chars

Powered by Google App Engine
This is Rietveld 408576698