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

Issue 13878002: Fix the dartdoc build. (Closed)

Created:
7 years, 8 months ago by nweiz
Modified:
7 years, 8 months ago
Reviewers:
Andrei Mouravski
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix the dartdoc build. Committed: https://code.google.com/p/dart/source/detail?r=21128

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -32 lines) Patch
M sdk/lib/_internal/dartdoc/bin/dartdoc.dart View 5 chunks +30 lines, -19 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/dartdoc.dart View 1 chunk +7 lines, -3 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/dartdoc/utils.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/export_map.dart View 2 chunks +7 lines, -5 lines 0 comments Download
M sdk/lib/_internal/dartdoc/test/export_map_test.dart View 3 chunks +32 lines, -1 line 2 comments Download
M utils/apidoc/apidoc.dart View 4 chunks +15 lines, -4 lines 3 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
TBR
7 years, 8 months ago (2013-04-09 01:14:14 UTC) #1
nweiz
Committed patchset #1 manually as r21128 (presubmit successful).
7 years, 8 months ago (2013-04-09 01:14:33 UTC) #2
Andrei Mouravski
https://codereview.chromium.org/13878002/diff/1/sdk/lib/_internal/dartdoc/test/export_map_test.dart File sdk/lib/_internal/dartdoc/test/export_map_test.dart (right): https://codereview.chromium.org/13878002/diff/1/sdk/lib/_internal/dartdoc/test/export_map_test.dart#newcode377 sdk/lib/_internal/dartdoc/test/export_map_test.dart:377: libraries.map(libPath).map(pathToFileUri), I would put the second map on the ...
7 years, 8 months ago (2013-04-09 01:48:36 UTC) #3
Andrei Mouravski
lgtm
7 years, 8 months ago (2013-04-09 01:58:09 UTC) #4
nweiz
https://codereview.chromium.org/13878002/diff/1/sdk/lib/_internal/dartdoc/test/export_map_test.dart File sdk/lib/_internal/dartdoc/test/export_map_test.dart (right): https://codereview.chromium.org/13878002/diff/1/sdk/lib/_internal/dartdoc/test/export_map_test.dart#newcode377 sdk/lib/_internal/dartdoc/test/export_map_test.dart:377: libraries.map(libPath).map(pathToFileUri), On 2013/04/09 01:48:36, Andrei Mouravski wrote: > I ...
7 years, 8 months ago (2013-04-09 02:10:23 UTC) #5
Andrei Mouravski
7 years, 8 months ago (2013-04-09 02:13:49 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/13878002/diff/1/utils/apidoc/apidoc.dart
File utils/apidoc/apidoc.dart (right):

https://codereview.chromium.org/13878002/diff/1/utils/apidoc/apidoc.dart#newc...
utils/apidoc/apidoc.dart:451: /** Converts a local path string to a `file:`
[Uri]. */
On 2013/04/09 02:10:23, nweiz wrote:
> On 2013/04/09 01:48:36, Andrei Mouravski wrote:
> > Instead of copypasta, import dartdoc/utils
> 
> I don't like importing utils across projects. It breaks the rule of "don't
> import from other projects' src directories", and it makes it hard to tell
when
> a given utility function is dead.

In which case, putting the function into lib/dartdoc.dart itself would work.

Powered by Google App Engine
This is Rietveld 408576698