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

Issue 8572044: Clean and create output directory when generating docs. (Closed)

Created:
9 years, 1 month ago by Bob Nystrom
Modified:
9 years, 1 month ago
Reviewers:
jimhug, jacob314, Jacob
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Clean and create output directory when generating docs. Committed: https://code.google.com/p/dart/source/detail?r=1627

Patch Set 1 #

Patch Set 2 : Git rid of need for grid-22.png. #

Total comments: 25

Patch Set 3 : Respond to review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+952 lines, -1034 lines) Patch
M frog/README.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M frog/file_system.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M frog/file_system_dom.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M frog/file_system_node.dart View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
M frog/file_system_vm.dart View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M frog/frogsh View 1 2 309 chunks +791 lines, -792 lines 0 comments Download
M frog/lib/node/node.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M utils/dartdoc/.gitignore View 1 chunk +4 lines, -2 lines 0 comments Download
M utils/dartdoc/dartdoc.dart View 1 2 19 chunks +52 lines, -32 lines 0 comments Download
D utils/dartdoc/docs/grid-22.png View 0 chunks +-1 lines, --1 lines 0 comments Download
D utils/dartdoc/docs/styles.css View 1 chunk +0 lines, -207 lines 0 comments Download
A + utils/dartdoc/static/styles.css View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Bob Nystrom
Hacked some basic directory functionality for node so that dartdoc can create the output directory ...
9 years, 1 month ago (2011-11-16 00:55:44 UTC) #1
Jacob
http://codereview.chromium.org/8572044/diff/2001/frog/file_system_dom.dart File frog/file_system_dom.dart (right): http://codereview.chromium.org/8572044/diff/2001/frog/file_system_dom.dart#newcode73 frog/file_system_dom.dart:73: throw 'createDirectory() is not implemented by DomFileSystem yet.'; perhaps ...
9 years, 1 month ago (2011-11-16 19:59:30 UTC) #2
jimhug
lgtm Assuming that you'll fix Jacob's issue. You also need to ensure that you've built ...
9 years, 1 month ago (2011-11-17 16:59:44 UTC) #3
jacob314
http://codereview.chromium.org/8572044/diff/2001/frog/lib/node/node.dart File frog/lib/node/node.dart (right): http://codereview.chromium.org/8572044/diff/2001/frog/lib/node/node.dart#newcode102 frog/lib/node/node.dart:102: bool isFile() native; I agree that just reusing the ...
9 years, 1 month ago (2011-11-17 19:06:16 UTC) #4
Bob Nystrom
Made a bunch of stuff final. Also regenerated frogsh with latest code and with enable_type_checks. ...
9 years, 1 month ago (2011-11-17 20:44:21 UTC) #5
Jacob
LGTM http://codereview.chromium.org/8572044/diff/2001/utils/dartdoc/dartdoc.dart File utils/dartdoc/dartdoc.dart (right): http://codereview.chromium.org/8572044/diff/2001/utils/dartdoc/dartdoc.dart#newcode86 utils/dartdoc/dartdoc.dart:86: var contents = files.readAll(joinPaths('static', file)); On 2011/11/17 20:44:21, ...
9 years, 1 month ago (2011-11-17 20:54:08 UTC) #6
Bob Nystrom
9 years, 1 month ago (2011-11-17 20:58:57 UTC) #7
On 2011/11/17 20:54:08, Jacob wrote:

> using final for everything at first has worked well for me. there are few
cases
> where I end up having to go back and switch a final to a var or an actual type
> and in those cases it often is a sign i could have structured the code a
better
> way.  but perhaps I just write boring code. :)

I like this too. Boring code is maintainable code!

Powered by Google App Engine
This is Rietveld 408576698