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

Issue 9453031: Make dartdoc and apidoc run on the VM instead of node. (Closed)

Created:
8 years, 10 months ago by Bob Nystrom
Modified:
8 years, 10 months ago
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Make dartdoc and apidoc run on the VM instead of node. Committed: https://code.google.com/p/dart/source/detail?r=4558

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -17 lines) Patch
M utils/apidoc/apidoc View 1 chunk +9 lines, -1 line 0 comments Download
M utils/apidoc/apidoc.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M utils/apidoc/html_diff.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/dartdoc/comment_map.dart View 1 chunk +1 line, -1 line 2 comments Download
M utils/dartdoc/dartdoc View 1 chunk +7 lines, -1 line 0 comments Download
M utils/dartdoc/dartdoc.dart View 5 chunks +15 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Bob Nystrom
The code for detecting the path to the dart executable is kind of nasty. If ...
8 years, 10 months ago (2012-02-23 23:04:25 UTC) #1
Siggi Cherem (dart-lang)
lgtm https://chromiumcodereview.appspot.com/9453031/diff/1/utils/dartdoc/comment_map.dart File utils/dartdoc/comment_map.dart (left): https://chromiumcodereview.appspot.com/9453031/diff/1/utils/dartdoc/comment_map.dart#oldcode105 utils/dartdoc/comment_map.dart:105: for (final line in comment.split('\n')) { wow... if ...
8 years, 10 months ago (2012-02-23 23:15:47 UTC) #2
Bob Nystrom
Thanks! https://chromiumcodereview.appspot.com/9453031/diff/1/utils/dartdoc/comment_map.dart File utils/dartdoc/comment_map.dart (left): https://chromiumcodereview.appspot.com/9453031/diff/1/utils/dartdoc/comment_map.dart#oldcode105 utils/dartdoc/comment_map.dart:105: for (final line in comment.split('\n')) { On 2012/02/23 ...
8 years, 10 months ago (2012-02-23 23:54:38 UTC) #3
Ivan Posva
8 years, 10 months ago (2012-02-24 00:13:39 UTC) #4
Thanks! LGTM!

-Ivan

Powered by Google App Engine
This is Rietveld 408576698