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

Issue 170783009: pkg/docgen: updated min dependencies of args and unittest (Closed)

Created:
6 years, 10 months ago by kevmoo
Modified:
6 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

pkg/docgen: updated min dependencies of args and unittest export true/false as true/false, not strings Locked down a number of types R=efortuna@google.com Committed: https://code.google.com/p/dart/source/detail?r=32799

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -63 lines) Patch
M pkg/docgen/lib/docgen.dart View 11 chunks +40 lines, -40 lines 5 comments Download
M pkg/docgen/pubspec.yaml View 1 chunk +10 lines, -10 lines 1 comment Download
M pkg/docgen/test/multi_library_test.dart View 2 chunks +10 lines, -10 lines 2 comments Download
M pkg/docgen/test/single_library_test.dart View 2 chunks +4 lines, -3 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
kevmoo
I'm not sure how ya'll are managing the version of this, though...
6 years, 10 months ago (2014-02-19 16:40:45 UTC) #1
Emily Fortuna
lgtm, minor nit. https://codereview.chromium.org/170783009/diff/1/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/170783009/diff/1/pkg/docgen/lib/docgen.dart#newcode2099 pkg/docgen/lib/docgen.dart:2099: Parameter(ParameterMirror mirror, Library owningLibrary) is this ...
6 years, 10 months ago (2014-02-19 17:11:21 UTC) #2
kevmoo
https://codereview.chromium.org/170783009/diff/1/pkg/docgen/lib/docgen.dart File pkg/docgen/lib/docgen.dart (right): https://codereview.chromium.org/170783009/diff/1/pkg/docgen/lib/docgen.dart#newcode2099 pkg/docgen/lib/docgen.dart:2099: Parameter(ParameterMirror mirror, Library owningLibrary) On 2014/02/19 17:11:21, Emily Fortuna ...
6 years, 10 months ago (2014-02-19 17:13:23 UTC) #3
Emily Fortuna
lgtm
6 years, 10 months ago (2014-02-19 17:47:51 UTC) #4
kevmoo
Committed patchset #1 manually as r32799 (presubmit successful).
6 years, 10 months ago (2014-02-19 17:48:30 UTC) #5
Alan Knight
6 years, 10 months ago (2014-02-19 19:00:46 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/170783009/diff/1/pkg/docgen/lib/docgen.dart
File pkg/docgen/lib/docgen.dart (left):

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/lib/docgen.dart#o...
pkg/docgen/lib/docgen.dart:1909: 'final': isFinal.toString(),
Have we tested how the viewer deals with this?

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/pubspec.yaml
File pkg/docgen/pubspec.yaml (right):

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/pubspec.yaml#newc...
pkg/docgen/pubspec.yaml:7: sdk: '>=0.8.10+6 <2.0.0'
I doubt that minimum constraint is valid, but it probably doesn't really matter
because people will use the snapshot, so it's locked to the SDK.

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/test/multi_librar...
File pkg/docgen/test/multi_library_test.dart (right):

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/test/multi_librar...
pkg/docgen/test/multi_library_test.dart:94: Directory _tempDir;
What's the point of making things private in a test?

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/test/multi_librar...
pkg/docgen/test/multi_library_test.dart:118: return getMirrorSystem(files)
Is the return value actually used? An explicit return from the middle of
something that has four other functions inside it gets very confusing. Maybe
this needs to be broken up.

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/test/single_libra...
File pkg/docgen/test/single_library_test.dart (right):

https://codereview.chromium.org/170783009/diff/1/pkg/docgen/test/single_libra...
pkg/docgen/test/single_library_test.dart:52: return getMirrorSystem([new
Uri.file(fileName)])
Same here.

Powered by Google App Engine
This is Rietveld 408576698