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

Issue 242363004: pkg/docgen: moved model classes into minilibs (Closed)

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

Description

pkg/docgen: moved model classes into minilibs R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=35187

Patch Set 1 #

Total comments: 4

Patch Set 2 : copyrights #

Total comments: 2

Patch Set 3 : cl nits #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1361 lines, -1395 lines) Patch
A + pkg/docgen/lib/src/exports/dart2js_mirrors.dart View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
A + pkg/docgen/lib/src/exports/libraries.dart View 1 1 chunk +2 lines, -4 lines 0 comments Download
A + pkg/docgen/lib/src/exports/mirrors_util.dart View 1 2 1 chunk +2 lines, -5 lines 0 comments Download
A + pkg/docgen/lib/src/exports/source_mirrors.dart View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M pkg/docgen/lib/src/generator.dart View 3 chunks +8 lines, -10 lines 2 comments Download
M pkg/docgen/lib/src/library_helpers.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M pkg/docgen/lib/src/mdn.dart View 1 chunk +16 lines, -16 lines 0 comments Download
D pkg/docgen/lib/src/model_helpers.dart View 1 chunk +0 lines, -264 lines 0 comments Download
M pkg/docgen/lib/src/models.dart View 1 chunk +7 lines, -1066 lines 0 comments Download
A pkg/docgen/lib/src/models/annotation.dart View 1 1 chunk +35 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/class.dart View 1 2 1 chunk +250 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/doc_gen_type.dart View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/dummy_mirror.dart View 1 1 chunk +64 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/generic.dart View 1 1 chunk +22 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/indexable.dart View 1 1 chunk +193 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/library.dart View 1 1 chunk +173 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/method.dart View 1 1 chunk +157 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/mirror_based.dart View 1 1 chunk +17 lines, -0 lines 0 comments Download
A + pkg/docgen/lib/src/models/model_helpers.dart View 1 chunk +30 lines, -10 lines 0 comments Download
A pkg/docgen/lib/src/models/owned_indexable.dart View 1 1 chunk +51 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/parameter.dart View 1 1 chunk +49 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/typedef.dart View 1 1 chunk +69 lines, -0 lines 0 comments Download
A pkg/docgen/lib/src/models/variable.dart View 1 1 chunk +87 lines, -0 lines 0 comments Download
M pkg/docgen/lib/src/package_helpers.dart View 1 chunk +1 line, -1 line 0 comments Download
A pkg/docgen/test/inherited_comments_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M pkg/docgen/test/multi_library_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/docgen/test/single_library_test.dart View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kevmoo
This is just moving around. In a few cases I had to make private things ...
6 years, 8 months ago (2014-04-18 17:03:18 UTC) #1
Siggi Cherem (dart-lang)
overall lgtm, but I'm not very familiar with this code base. I personally don't mind ...
6 years, 8 months ago (2014-04-18 22:20:07 UTC) #2
kevmoo
https://codereview.chromium.org/242363004/diff/1/pkg/docgen/lib/src/models/class.dart File pkg/docgen/lib/src/models/class.dart (right): https://codereview.chromium.org/242363004/diff/1/pkg/docgen/lib/src/models/class.dart#newcode1 pkg/docgen/lib/src/models/class.dart:1: library docgen.models.class_indexable; On 2014/04/18 22:20:08, Siggi Cherem (dart-lang) wrote: ...
6 years, 8 months ago (2014-04-18 22:36:43 UTC) #3
kevmoo
Committed patchset #3 manually as r35187 (presubmit successful).
6 years, 8 months ago (2014-04-18 22:37:17 UTC) #4
Emily Fortuna
this is starting to get a bit java-y with a bazillion files, one for each ...
6 years, 8 months ago (2014-04-21 16:41:08 UTC) #5
kevmoo
On 2014/04/21 16:41:08, Emily Fortuna wrote: > this is starting to get a bit java-y ...
6 years, 8 months ago (2014-04-21 16:45:42 UTC) #6
Emily Fortuna
6 years, 8 months ago (2014-04-21 17:28:26 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/242363004/diff/30001/pkg/docgen/lib/src/gener...
File pkg/docgen/lib/src/generator.dart (right):

https://codereview.chromium.org/242363004/diff/30001/pkg/docgen/lib/src/gener...
pkg/docgen/lib/src/generator.dart:235: ..writeAll(sortedEntities, '\n')
On 2014/04/21 16:41:08, Emily Fortuna wrote:
> nope only two spaces for the ..

huh looks like the style guide was updated. Sheesh! Keeps changing on me! I gave
the reverse advice to devrel folk and they told me it was this way.

Powered by Google App Engine
This is Rietveld 408576698