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

Issue 1462743002: add generic method comments to a few SDK methods (Closed)

Created:
5 years, 1 month ago by Jennifer Messerly
Modified:
4 years, 11 months ago
CC:
reviews_dartlang.org, mit, floitsch, Leaf, vsm
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -20 lines) Patch
M sdk/lib/async/future.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/async/stream.dart View 3 chunks +7 lines, -5 lines 1 comment Download
M sdk/lib/collection/iterable.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M sdk/lib/core/iterable.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M sdk/lib/math/math.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/1462743002/diff/1/sdk/lib/async/future.dart File sdk/lib/async/future.dart (right): https://codereview.chromium.org/1462743002/diff/1/sdk/lib/async/future.dart#newcode259 sdk/lib/async/future.dart:259: void cleanUp(/*=T*/ successValue)}) { The "=" is untraditional, ...
5 years, 1 month ago (2015-11-19 06:58:32 UTC) #2
Lasse Reichstein Nielsen
@mit FYI
5 years, 1 month ago (2015-11-19 08:30:52 UTC) #3
Jennifer Messerly
Thanks for taking a look at this! https://codereview.chromium.org/1462743002/diff/1/sdk/lib/async/future.dart File sdk/lib/async/future.dart (right): https://codereview.chromium.org/1462743002/diff/1/sdk/lib/async/future.dart#newcode259 sdk/lib/async/future.dart:259: void cleanUp(/*=T*/ ...
5 years, 1 month ago (2015-11-20 17:41:18 UTC) #4
Jennifer Messerly
Committed patchset #2 (id:20001) manually as 49c24b83dac970766eb959e880a12328cff4ea0f (presubmit successful).
5 years ago (2015-11-24 17:20:53 UTC) #5
Leaf
4 years, 11 months ago (2016-01-13 00:52:12 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/1462743002/diff/20001/sdk/lib/async/stream.dart
File sdk/lib/async/stream.dart (right):

https://codereview.chromium.org/1462743002/diff/20001/sdk/lib/async/stream.da...
sdk/lib/async/stream.dart:482: Stream/*<S>*/ expand(Iterable/*<S>*/ convert(T
value)) {
I think this is missing the binding site.  Should be `expand/*<S>*/(` ?

Powered by Google App Engine
This is Rietveld 408576698