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

Issue 10141009: Use 'frog' in apidoc. Also fix broken dependencies. (Closed)

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

Description

Use 'frog' in apidoc. Also fix broken dependencies. Second attempt, now with Windows support. Committed: https://code.google.com/p/dart/source/detail?r=6873

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -50 lines) Patch
M dart/frog/scripts/bootstrap/frog_bootstrap_wrapper.py View 2 chunks +6 lines, -5 lines 0 comments Download
M dart/frog/scripts/bootstrap/frog_wrapper.py View 1 chunk +2 lines, -5 lines 0 comments Download
M dart/lib/dartdoc/client-live-nav.dart View 1 chunk +11 lines, -13 lines 0 comments Download
M dart/lib/dartdoc/dartdoc.dart View 1 chunk +19 lines, -9 lines 3 comments Download
M dart/utils/apidoc/apidoc.dart View 3 chunks +7 lines, -1 line 3 comments Download
M dart/utils/apidoc/apidoc.gyp View 1 chunk +7 lines, -4 lines 0 comments Download
M dart/utils/apidoc/scripts/list_files.py View 1 chunk +15 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
This is the same as CL 10174006. However these files are different: frog/scripts/bootstrap/frog_bootstrap_wrapper.py frog/scripts/bootstrap/frog_wrapper.py
8 years, 8 months ago (2012-04-24 11:41:39 UTC) #1
ngeoffray
LGTM
8 years, 8 months ago (2012-04-24 12:50:08 UTC) #2
Bob Nystrom
Couple of nits. https://chromiumcodereview.appspot.com/10141009/diff/1/dart/lib/dartdoc/dartdoc.dart File dart/lib/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10141009/diff/1/dart/lib/dartdoc/dartdoc.dart#newcode181 dart/lib/dartdoc/dartdoc.dart:181: print('$message.'); This is a bit strange. ...
8 years, 8 months ago (2012-04-24 16:03:58 UTC) #3
ahe
Hi Bob, Thank you for your comments. Cheers, Peter https://chromiumcodereview.appspot.com/10141009/diff/1/dart/lib/dartdoc/dartdoc.dart File dart/lib/dartdoc/dartdoc.dart (right): https://chromiumcodereview.appspot.com/10141009/diff/1/dart/lib/dartdoc/dartdoc.dart#newcode181 dart/lib/dartdoc/dartdoc.dart:181: ...
8 years, 8 months ago (2012-04-25 08:26:55 UTC) #4
Bob Nystrom
8 years, 8 months ago (2012-04-25 18:03:41 UTC) #5
https://chromiumcodereview.appspot.com/10141009/diff/1/dart/lib/dartdoc/dartd...
File dart/lib/dartdoc/dartdoc.dart (right):

https://chromiumcodereview.appspot.com/10141009/diff/1/dart/lib/dartdoc/dartd...
dart/lib/dartdoc/dartdoc.dart:181: print('$message.');
On 2012/04/25 08:26:55, ahe wrote:
> On 2012/04/24 16:03:58, Bob Nystrom wrote:
> > This is a bit strange. Why not just put the "." in the previous string?
> 
> I'm not sure how to format exception messages: Should there be a trailing
> period, and who is responsible for adding it?
> 
> Any advice on this?

I'd say whatever initially creates the exception message should just make it a
complete sentence then. I don't think there's a lot of value in having a
fragment message floating around.

https://chromiumcodereview.appspot.com/10141009/diff/1/dart/utils/apidoc/apid...
File dart/utils/apidoc/apidoc.dart (right):

https://chromiumcodereview.appspot.com/10141009/diff/1/dart/utils/apidoc/apid...
dart/utils/apidoc/apidoc.dart:67: if (compilerPath === null) {
On 2012/04/25 08:26:55, ahe wrote:
> On 2012/04/24 16:03:58, Bob Nystrom wrote:
> > == null
> 
> As I mentioned in the other code review, I'm sticking with === for comparing
to
> null. I have been burned too many times by this, and I program for the
*current*
> semantics. If (and I stress if) we are able to implement the new (proposed)
> semantics, I expect that we'll have to do some automated global rewrite of all
> our sources.
> 
> I'm taking the stance that I'll see it before I believe it :-)

Ha, suit yourself. Live in fear! :)

Powered by Google App Engine
This is Rietveld 408576698