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

Issue 1638163002: Modernize the package's style. (Closed)

Created:
4 years, 11 months ago by nweiz
Modified:
4 years, 11 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/collection@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Modernize the package's style. This moves the package to new-style doc comments, deprecates separate top-level libraries, and removes library tags. There's more that could be done, but this fixes most of the low-hanging fruit. R=lrn@google.com Committed: https://github.com/dart-lang/collection/commit/65cd283e6ea5bdfe3f64ce556a24797410a4cfd4

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+564 lines, -2622 lines) Patch
M CHANGELOG.md View 1 1 chunk +3 lines, -0 lines 0 comments Download
M README.md View 2 chunks +8 lines, -32 lines 0 comments Download
M lib/algorithms.dart View 1 1 chunk +3 lines, -342 lines 0 comments Download
M lib/collection.dart View 1 chunk +6 lines, -20 lines 0 comments Download
M lib/equality.dart View 1 1 chunk +3 lines, -413 lines 0 comments Download
M lib/iterable_zip.dart View 1 1 chunk +3 lines, -53 lines 0 comments Download
M lib/priority_queue.dart View 1 1 chunk +3 lines, -403 lines 0 comments Download
A + lib/src/algorithms.dart View 12 chunks +76 lines, -101 lines 0 comments Download
M lib/src/canonicalized_map.dart View 1 2 chunks +26 lines, -33 lines 0 comments Download
M lib/src/comparators.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A + lib/src/equality.dart View 10 chunks +80 lines, -115 lines 0 comments Download
A + lib/src/iterable_zip.dart View 1 chunk +12 lines, -21 lines 0 comments Download
A + lib/src/priority_queue.dart View 1 5 chunks +118 lines, -173 lines 0 comments Download
M lib/src/queue_list.dart View 6 chunks +17 lines, -29 lines 0 comments Download
M lib/src/unmodifiable_wrappers.dart View 1 chunk +78 lines, -151 lines 0 comments Download
M lib/src/utils.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A + lib/src/wrappers.dart View 1 10 chunks +112 lines, -158 lines 0 comments Download
M lib/wrappers.dart View 1 1 chunk +3 lines, -561 lines 0 comments Download
M pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M test/iterable_zip_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M test/priority_queue_test.dart View 1 2 chunks +5 lines, -6 lines 0 comments Download
M test/unmodifiable_collection_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M test/wrapper_test.dart View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
nweiz
4 years, 11 months ago (2016-01-27 01:59:43 UTC) #1
Lasse Reichstein Nielsen
I'm slightly concerned about deprecating the top-level libraries (I use them!). Having only one top-level ...
4 years, 11 months ago (2016-01-27 10:12:28 UTC) #2
nweiz
Code review changes
4 years, 11 months ago (2016-01-27 23:38:42 UTC) #3
nweiz
> I'm slightly concerned about deprecating the top-level > libraries (I use them!). Having only ...
4 years, 11 months ago (2016-01-27 23:43:07 UTC) #4
nweiz
4 years, 11 months ago (2016-01-27 23:43:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
65cd283e6ea5bdfe3f64ce556a24797410a4cfd4 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698