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

Issue 10837017: Refactor prettyprinter, keep track of currently opened nodes, (Closed)

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

Description

Refactor prettyprinter, keep track of currently opened nodes, output begin and end token for all nodes. Committed: https://code.google.com/p/dart/source/detail?r=10049

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -60 lines) Patch
M lib/compiler/implementation/tree/prettyprint.dart View 1 2 3 16 chunks +74 lines, -60 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Roman
8 years, 4 months ago (2012-07-31 09:33:33 UTC) #1
Anton Muhin
lgtm https://chromiumcodereview.appspot.com/10837017/diff/3002/lib/compiler/implementation/tree/prettyprint.dart File lib/compiler/implementation/tree/prettyprint.dart (right): https://chromiumcodereview.appspot.com/10837017/diff/3002/lib/compiler/implementation/tree/prettyprint.dart#newcode20 lib/compiler/implementation/tree/prettyprint.dart:20: /** Nodes that were opened with [openNodoe()] calls. ...
8 years, 4 months ago (2012-07-31 09:35:27 UTC) #2
Roman
8 years, 4 months ago (2012-07-31 10:08:34 UTC) #3
https://chromiumcodereview.appspot.com/10837017/diff/3002/lib/compiler/implem...
File lib/compiler/implementation/tree/prettyprint.dart (right):

https://chromiumcodereview.appspot.com/10837017/diff/3002/lib/compiler/implem...
lib/compiler/implementation/tree/prettyprint.dart:20: /** Nodes that were opened
with [openNodoe()] calls. */
On 2012/07/31 09:35:27, Anton Mukhin wrote:
> nit: openNode

Done.

https://chromiumcodereview.appspot.com/10837017/diff/3002/lib/compiler/implem...
lib/compiler/implementation/tree/prettyprint.dart:58: if (params == null) params
= new Map();
On 2012/07/31 09:35:27, Anton Mukhin wrote:
> nit: ===

Done.

Powered by Google App Engine
This is Rietveld 408576698