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

Side by Side Diff: pkg/async/pubspec.yaml

Issue 882713009: Make synchronous broadcast StreamController throw if adding event while adding event. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/async/test/stream_zip_zone_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: async 1 name: async
2 version: 1.0.0 2 version: 1.0.1-dev
floitsch 2015/02/11 10:00:42 not sure if you don't want to go higher.
Lasse Reichstein Nielsen 2015/02/23 10:22:10 I'll go to 1.1. It's detectable - but only to prog
Lasse Reichstein Nielsen 2015/02/23 10:38:49 Hmm, that was unnecessary (but now it's done). The
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Utility functions and classes related to the 'dart:async' library. 4 description: Utility functions and classes related to the 'dart:async' library.
5 homepage: http://www.dartlang.org 5 homepage: http://www.dartlang.org
6 dev_dependencies: 6 dev_dependencies:
7 unittest: ">=0.10.0 <0.12.0" 7 unittest: ">=0.10.0 <0.12.0"
8 environment: 8 environment:
9 sdk: ">=1.0.0 <2.0.0" 9 sdk: ">=1.0.0 <2.0.0"
OLDNEW
« no previous file with comments | « no previous file | pkg/async/test/stream_zip_zone_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698