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

Issue 116043013: Add a snapshot for docgen and use it in the build (Closed)

Created:
6 years, 11 months ago by Alan Knight
Modified:
6 years, 10 months ago
CC:
reviews_dartlang.org, sethladd, Kathy Walrath
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 11

Patch Set 2 : Review fixes, also don't always use the SDK package-root and allow relative target names #

Total comments: 19

Patch Set 3 : Changes from review comments #

Patch Set 4 : Previous version could pass the default text as markdown instead of converting to html #

Total comments: 6

Patch Set 5 : Fixes to .bat files from review comments #

Patch Set 6 : Everything except the strictly snapshot-related pulled out to a different CL #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -31 lines) Patch
M pkg/docgen/bin/dartdoc.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/bin/dartdoc.bat View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
A + sdk/bin/docgen View 1 2 3 chunks +5 lines, -15 lines 0 comments Download
A + sdk/bin/docgen.bat View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
M tools/create_sdk.py View 1 chunk +1 line, -1 line 1 comment Download
M utils/apidoc/docgen.gyp View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M utils/compiler/compiler.gyp View 1 2 1 chunk +1 line, -0 lines 1 comment Download
M utils/compiler/create_snapshot.dart View 1 2 5 chunks +13 lines, -2 lines 5 comments Download

Messages

Total messages: 18 (0 generated)
Alan Knight
6 years, 11 months ago (2014-01-07 19:39:27 UTC) #1
Emily Fortuna
overall good.. (I'm leaving gyp to Peter) Just a few questions. https://codereview.chromium.org/116043013/diff/1/pkg/docgen/doc/README.txt File pkg/docgen/doc/README.txt (right): ...
6 years, 11 months ago (2014-01-07 23:10:25 UTC) #2
Bob Nystrom
A couple of nits but LGTM, aside from the gyp stuff which is black magic ...
6 years, 11 months ago (2014-01-08 00:16:57 UTC) #3
Alan Knight
In addition to changes from review, noticed two problems. - We were always passing in ...
6 years, 11 months ago (2014-01-08 01:22:51 UTC) #4
ricow1
Is this ready for prime time, this is enabling it in the sdk https://codereview.chromium.org/116043013/diff/90001/pkg/docgen/lib/docgen.dart File ...
6 years, 11 months ago (2014-01-08 06:39:49 UTC) #5
ricow1
+sgjesse who have been trying to come up with a solution for removing our awful ...
6 years, 11 months ago (2014-01-08 06:40:52 UTC) #6
kustermann
https://codereview.chromium.org/116043013/diff/90001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/116043013/diff/90001/pkg/docgen/lib/docgen.dart#newcode205 pkg/docgen/lib/docgen.dart:205: var dependentsJson = Process.runSync('/Users/alanknight/dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/bin/pub', ['list-package-dirs'], Why do you have ...
6 years, 11 months ago (2014-01-08 08:39:17 UTC) #7
Alan Knight
PTAL https://codereview.chromium.org/116043013/diff/90001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/116043013/diff/90001/pkg/docgen/lib/docgen.dart#newcode52 pkg/docgen/lib/docgen.dart:52: /// in docgen/doc/sdk-introduction.md On 2014/01/08 06:39:49, ricow1 wrote: ...
6 years, 11 months ago (2014-01-08 22:19:02 UTC) #8
Alan Knight
> Is this ready for prime time, this is enabling it in the sdk It's ...
6 years, 11 months ago (2014-01-08 22:26:40 UTC) #9
Emily Fortuna
LGTM! https://codereview.chromium.org/116043013/diff/1/sdk/bin/docgen File sdk/bin/docgen (right): https://codereview.chromium.org/116043013/diff/1/sdk/bin/docgen#newcode2 sdk/bin/docgen:2: # Copyright (c) 2014, the Dart project authors. ...
6 years, 11 months ago (2014-01-08 23:17:17 UTC) #10
Alan Knight
Ping
6 years, 11 months ago (2014-01-10 15:32:59 UTC) #11
ricow1
Should we not remove the old document generator https://codereview.chromium.org/116043013/diff/330001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/116043013/diff/330001/pkg/docgen/lib/docgen.dart#newcode198 pkg/docgen/lib/docgen.dart:198: introFileName: ...
6 years, 11 months ago (2014-01-13 13:14:20 UTC) #12
Alan Knight
https://codereview.chromium.org/116043013/diff/330001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/116043013/diff/330001/pkg/docgen/lib/docgen.dart#newcode198 pkg/docgen/lib/docgen.dart:198: introFileName: introFileName); On 2014/01/13 13:14:20, ricow1 wrote: > do ...
6 years, 11 months ago (2014-01-13 17:36:04 UTC) #13
Alan Knight
Pulled out everything except the directly snapshot-connected code into a separate CL. Working on another ...
6 years, 11 months ago (2014-01-16 01:03:22 UTC) #14
Alan Knight
6 years, 11 months ago (2014-01-16 01:06:20 UTC) #15
ricow1
https://codereview.chromium.org/116043013/diff/490001/tools/create_sdk.py File tools/create_sdk.py (right): https://codereview.chromium.org/116043013/diff/490001/tools/create_sdk.py#newcode108 tools/create_sdk.py:108: for executable in ['dart2js', 'dartanalyzer', 'dartdoc', 'docgen', 'pub']: pull ...
6 years, 11 months ago (2014-01-21 00:52:15 UTC) #16
ricow1
Sorry, did not see the comment about you wanting to remove the old one in ...
6 years, 11 months ago (2014-01-21 00:53:45 UTC) #17
Alan Knight
6 years, 10 months ago (2014-01-27 18:41:10 UTC) #18
Message was sent while issue was closed.
Committed patchset #6 manually as r32025 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698