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

Issue 1817463002: Finish @nex3's strong-mode fixes in package:collection and test it in Travis (Closed)

Created:
4 years, 9 months ago by ochafik
Modified:
4 years, 9 months ago
Reviewers:
Leaf, nweiz
CC:
reviews_dartlang.org
Base URL:
https://github.com/ochafik/collection.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Finish @nex3's strong-mode fixes in package:collection and test it in Travis Example Travis run: https://travis-ci.org/ochafik/collection/builds/116790351 Fixes https://github.com/dart-lang/collection/issues/23 Corresponding branch: https://github.com/dart-lang/collection/compare/master...ochafik:strong-mode BUG=

Patch Set 1 #

Total comments: 7

Patch Set 2 : revert _throw (now generic) #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -49 lines) Patch
A .travis.yml View 1 chunk +10 lines, -0 lines 3 comments Download
M lib/src/algorithms.dart View 1 3 chunks +6 lines, -3 lines 0 comments Download
M lib/src/canonicalized_map.dart View 5 chunks +9 lines, -5 lines 0 comments Download
M lib/src/equality.dart View 3 chunks +9 lines, -9 lines 0 comments Download
M lib/src/iterable_zip.dart View 3 chunks +15 lines, -12 lines 1 comment Download
M lib/src/priority_queue.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/queue_list.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M lib/src/unmodifiable_wrappers.dart View 1 3 chunks +3 lines, -3 lines 1 comment Download
M lib/src/wrappers.dart View 8 chunks +25 lines, -11 lines 0 comments Download
M test/priority_queue_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/wrapper_test.dart View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
ochafik
4 years, 9 months ago (2016-03-18 10:57:02 UTC) #4
Leaf
https://codereview.chromium.org/1817463002/diff/1/lib/src/algorithms.dart File lib/src/algorithms.dart (right): https://codereview.chromium.org/1817463002/diff/1/lib/src/algorithms.dart#newcode38 lib/src/algorithms.dart:38: return _comparableBinarySearch/*<T>*/(sortedList, value); Does inference not figure out this ...
4 years, 9 months ago (2016-03-18 16:35:40 UTC) #9
ochafik
Thanks Leaf! https://codereview.chromium.org/1817463002/diff/1/lib/src/algorithms.dart File lib/src/algorithms.dart (right): https://codereview.chromium.org/1817463002/diff/1/lib/src/algorithms.dart#newcode38 lib/src/algorithms.dart:38: return _comparableBinarySearch/*<T>*/(sortedList, value); On 2016/03/18 16:35:40, Leaf ...
4 years, 9 months ago (2016-03-19 01:38:33 UTC) #10
nweiz
https://codereview.chromium.org/1817463002/diff/1/lib/src/equality.dart File lib/src/equality.dart (right): https://codereview.chromium.org/1817463002/diff/1/lib/src/equality.dart#newcode37 lib/src/equality.dart:37: bool equals(E e1, E e2) => e1 == e2; ...
4 years, 9 months ago (2016-03-21 20:09:18 UTC) #11
nweiz
Since Olivier's on vacation, I'm going to take over this CL at https://codereview.chromium.org/1831103004.
4 years, 9 months ago (2016-03-24 21:40:18 UTC) #12
Leaf
lgtm
4 years, 9 months ago (2016-03-24 22:27:20 UTC) #13
ochafik
4 years, 9 months ago (2016-03-25 10:48:22 UTC) #14
Message was sent while issue was closed.
https://codereview.chromium.org/1817463002/diff/20001/.travis.yml
File .travis.yml (right):

https://codereview.chromium.org/1817463002/diff/20001/.travis.yml#newcode1
.travis.yml:1: language: dart
On 2016/03/21 20:09:18, nweiz wrote:
> Historically, we've mostly tested Google packages on our own package bots
rather
> than Travis. I feel a little weird about putting this package on Travis
without
> a broader plan.

For DDC, Travis proved to be quite handy and incredibly well integrated to
github (helps a lot for external PRs, for instance).

Powered by Google App Engine
This is Rietveld 408576698