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

Issue 2660333005: Change generic comment syntax to real generic syntax. (Closed)

Created:
3 years, 10 months ago by Lasse Reichstein Nielsen
Modified:
3 years, 10 months ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Change generic comment syntax to real generic syntax. R=nweiz@google.com Committed: https://github.com/dart-lang/async/commit/7a833401c86e20dd82cfd34e8b9e010425ff8216

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments. Not changing dartfmt output. #

Patch Set 3 : Revert formatting changes. #

Total comments: 2

Patch Set 4 : Update version. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -71 lines) Patch
M CHANGELOG.md View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M lib/src/delegate/event_sink.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/delegate/future.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M lib/src/delegate/sink.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/delegate/stream.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/delegate/stream_consumer.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/delegate/stream_sink.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/delegate/stream_subscription.dart View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M lib/src/future_group.dart View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M lib/src/lazy_stream.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/result.dart View 1 2 3 chunks +10 lines, -10 lines 0 comments Download
M lib/src/stream_completer.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/stream_group.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/stream_queue.dart View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M lib/src/stream_sink_completer.dart View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M lib/src/stream_sink_transformer.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/stream_splitter.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M lib/src/stream_subscription_transformer.dart View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M lib/src/typed/future.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/src/typed/stream.dart View 1 2 6 chunks +13 lines, -13 lines 0 comments Download
M lib/src/typed/stream_subscription.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M lib/src/typed_stream_transformer.dart View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (2 generated)
Lasse Reichstein Nielsen
If I'm changing dependency to 1.21 anyway for the byte-collector code, I might as well ...
3 years, 10 months ago (2017-01-31 12:11:16 UTC) #2
nweiz
It looks like there are a lot of formatting changes here that make the code ...
3 years, 10 months ago (2017-01-31 22:28:58 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/2660333005/diff/1/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2660333005/diff/1/CHANGELOG.md#newcode5 CHANGELOG.md:5: * Switched to using generic method syntax. Good point. ...
3 years, 10 months ago (2017-02-01 06:51:38 UTC) #4
nweiz
https://codereview.chromium.org/2660333005/diff/1/lib/src/delegate/future.dart File lib/src/delegate/future.dart (right): https://codereview.chromium.org/2660333005/diff/1/lib/src/delegate/future.dart#newcode31 lib/src/delegate/future.dart:31: Future<S> then<S>(dynamic onValue(T value), {Function onError}) => _future On ...
3 years, 10 months ago (2017-02-01 20:41:30 UTC) #5
Lasse Reichstein Nielsen
I can revert the formatting changes. I actually think the *unrelated* formatting changes are improvements, ...
3 years, 10 months ago (2017-02-02 06:33:03 UTC) #6
Lasse Reichstein Nielsen
Formatting changes reverted. PTAL
3 years, 10 months ago (2017-02-07 11:58:23 UTC) #7
nweiz
lgtm https://codereview.chromium.org/2660333005/diff/30001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2660333005/diff/30001/CHANGELOG.md#newcode5 CHANGELOG.md:5: * Switched to using generic method syntax. I ...
3 years, 10 months ago (2017-02-07 22:28:37 UTC) #8
Lasse Reichstein Nielsen
Committed patchset #4 (id:50001) manually as 7a833401c86e20dd82cfd34e8b9e010425ff8216 (presubmit successful).
3 years, 10 months ago (2017-02-15 06:45:32 UTC) #10
Lasse Reichstein Nielsen
3 years, 10 months ago (2017-02-15 06:53:01 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2660333005/diff/30001/CHANGELOG.md
File CHANGELOG.md (right):

https://codereview.chromium.org/2660333005/diff/30001/CHANGELOG.md#newcode5
CHANGELOG.md:5: * Switched to using generic method syntax.
On 2017/02/07 22:28:37, nweiz wrote:
> I released 1.13.0 yesterday, so you'll need to make 1.13.1 for this (and maybe
> put the pubspec at 1.13.1-dev since it's not a user-visible change and so
> doesn't really merit a release).

Done.

Powered by Google App Engine
This is Rietveld 408576698