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

Issue 175693005: Don't assume the pubspec is only one level up from a library (Closed)

Created:
6 years, 10 months ago by Alan Knight
Modified:
6 years, 10 months ago
Reviewers:
Emily Fortuna, kevmoo
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Don't assume the pubspec is only one level up from a library BUG= R=kevmoo@google.com Committed: https://code.google.com/p/dart/source/detail?r=32994

Patch Set 1 #

Total comments: 4

Patch Set 2 : Changes from review #

Patch Set 3 : Try uploading again #

Total comments: 5

Patch Set 4 : More fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -4 lines) Patch
M pkg/docgen/lib/docgen.dart View 1 2 3 3 chunks +28 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Alan Knight
This allows the case that you have a package with a complex directory structure and ...
6 years, 10 months ago (2014-02-21 23:59:51 UTC) #1
kevmoo
https://codereview.chromium.org/175693005/diff/1/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/175693005/diff/1/pkg/docgen/lib/docgen.dart#newcode1451 pkg/docgen/lib/docgen.dart:1451: _packageDirectoryFor(path.dirname(path.dirname(mirror.uri.toFilePath()))); Could you break this out and explain why ...
6 years, 10 months ago (2014-02-24 17:49:02 UTC) #2
Alan Knight
https://codereview.chromium.org/175693005/diff/1/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/175693005/diff/1/pkg/docgen/lib/docgen.dart#newcode1451 pkg/docgen/lib/docgen.dart:1451: _packageDirectoryFor(path.dirname(path.dirname(mirror.uri.toFilePath()))); On 2014/02/24 17:49:02, kevmoo wrote: > Could you ...
6 years, 10 months ago (2014-02-24 18:14:02 UTC) #3
kevmoo
https://codereview.chromium.org/175693005/diff/80001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/175693005/diff/80001/pkg/docgen/lib/docgen.dart#newcode1454 pkg/docgen/lib/docgen.dart:1454: // packagename/lib/.../filename.dart, so we know that a possible A ...
6 years, 10 months ago (2014-02-24 18:22:18 UTC) #4
Alan Knight
https://codereview.chromium.org/175693005/diff/80001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/175693005/diff/80001/pkg/docgen/lib/docgen.dart#newcode1454 pkg/docgen/lib/docgen.dart:1454: // packagename/lib/.../filename.dart, so we know that a possible On ...
6 years, 10 months ago (2014-02-24 18:26:59 UTC) #5
kevmoo
LGTM https://codereview.chromium.org/175693005/diff/80001/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/175693005/diff/80001/pkg/docgen/lib/docgen.dart#newcode1454 pkg/docgen/lib/docgen.dart:1454: // packagename/lib/.../filename.dart, so we know that a possible ...
6 years, 10 months ago (2014-02-24 18:42:25 UTC) #6
Emily Fortuna
will this allow you to take out those lines that were added in this CL: ...
6 years, 10 months ago (2014-02-24 18:59:22 UTC) #7
Alan Knight
On 2014/02/24 18:59:22, Emily Fortuna wrote: > will this allow you to take out those ...
6 years, 10 months ago (2014-02-24 19:56:03 UTC) #8
Alan Knight
6 years, 10 months ago (2014-02-24 23:25:49 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r32994 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698