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

Issue 10383311: Support proper unparse of is and is!. (Closed)

Created:
8 years, 7 months ago by Anton Muhin
Modified:
8 years, 6 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Remove blank line #

Patch Set 3 : #

Total comments: 9

Patch Set 4 : #

Total comments: 7

Patch Set 5 : Next iteration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M lib/compiler/implementation/tree/unparser.dart View 1 2 3 4 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Anton Muhin
8 years, 7 months ago (2012-05-23 19:38:15 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10383311/diff/5001/lib/compiler/implementation/tree/unparser.dart File lib/compiler/implementation/tree/unparser.dart (right): https://chromiumcodereview.appspot.com/10383311/diff/5001/lib/compiler/implementation/tree/unparser.dart#newcode197 lib/compiler/implementation/tree/unparser.dart:197: // Special case. Simple expr is T is represented ...
8 years, 7 months ago (2012-05-23 19:41:11 UTC) #2
ahe
https://chromiumcodereview.appspot.com/10383311/diff/5001/lib/compiler/implementation/tree/unparser.dart File lib/compiler/implementation/tree/unparser.dart (right): https://chromiumcodereview.appspot.com/10383311/diff/5001/lib/compiler/implementation/tree/unparser.dart#newcode187 lib/compiler/implementation/tree/unparser.dart:187: if (node.receiver !== null) { How about this: Operator ...
8 years, 7 months ago (2012-05-24 09:30:52 UTC) #3
Anton Muhin
https://chromiumcodereview.appspot.com/10383311/diff/5001/lib/compiler/implementation/tree/unparser.dart File lib/compiler/implementation/tree/unparser.dart (right): https://chromiumcodereview.appspot.com/10383311/diff/5001/lib/compiler/implementation/tree/unparser.dart#newcode187 lib/compiler/implementation/tree/unparser.dart:187: if (node.receiver !== null) { Done with following changes: ...
8 years, 7 months ago (2012-05-24 14:15:12 UTC) #4
Anton Muhin
8 years, 7 months ago (2012-05-24 14:49:28 UTC) #5
Anton Muhin
friendly ping
8 years, 7 months ago (2012-05-25 10:07:08 UTC) #6
ahe
https://chromiumcodereview.appspot.com/10383311/diff/9001/lib/compiler/implementation/tree/unparser.dart File lib/compiler/implementation/tree/unparser.dart (right): https://chromiumcodereview.appspot.com/10383311/diff/9001/lib/compiler/implementation/tree/unparser.dart#newcode186 lib/compiler/implementation/tree/unparser.dart:186: // is check requires trailing space if it's not ...
8 years, 6 months ago (2012-05-29 13:40:07 UTC) #7
Bob Nystrom
Random style comment. https://chromiumcodereview.appspot.com/10383311/diff/9001/lib/compiler/implementation/tree/unparser.dart File lib/compiler/implementation/tree/unparser.dart (right): https://chromiumcodereview.appspot.com/10383311/diff/9001/lib/compiler/implementation/tree/unparser.dart#newcode187 lib/compiler/implementation/tree/unparser.dart:187: bool requiresSpace = isCheck && node.arguments.head ...
8 years, 6 months ago (2012-05-30 21:46:51 UTC) #8
Anton Muhin
PTAL https://chromiumcodereview.appspot.com/10383311/diff/9001/lib/compiler/implementation/tree/unparser.dart File lib/compiler/implementation/tree/unparser.dart (right): https://chromiumcodereview.appspot.com/10383311/diff/9001/lib/compiler/implementation/tree/unparser.dart#newcode186 lib/compiler/implementation/tree/unparser.dart:186: // is check requires trailing space if it's ...
8 years, 6 months ago (2012-05-31 14:44:43 UTC) #9
ahe
8 years, 6 months ago (2012-06-01 12:59:35 UTC) #10
LGTM!

Powered by Google App Engine
This is Rietveld 408576698