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

Side by Side Diff: pkg/scheduled_test/CHANGELOG.md

Issue 766793004: Fix the async compiler, and pub's async compiler test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/scheduled_test/lib/src/descriptor/directory_descriptor.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 ## 0.11.2+3
2
3 * Ignore hidden files in `DirectoryDescriptor.fromFilesystem`.
4
1 ## 0.11.2+2 5 ## 0.11.2+2
2 6
3 * Moved shared test utilities to `metatest` package. 7 * Moved shared test utilities to `metatest` package.
4 8
5 ## 0.11.2+1 9 ## 0.11.2+1
6 10
7 * Fix a case where a `ScheduledProcess` could fail to log its output. 11 * Fix a case where a `ScheduledProcess` could fail to log its output.
8 12
9 ## 0.11.2 13 ## 0.11.2
10 14
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 65
62 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now 66 * The `consumeThrough` and `consumeWhile` matchers for `ScheduledStream` now
63 take `StreamMatcher`s as well as normal `Matcher`s. 67 take `StreamMatcher`s as well as normal `Matcher`s.
64 68
65 ## 0.10.0 69 ## 0.10.0
66 70
67 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as 71 * Convert `ScheduledProcess` to expose `stdout` and `stderr` as
68 `ScheduledStream`s. 72 `ScheduledStream`s.
69 73
70 * Add a `consumeWhile` matcher for `ScheduledStream`. 74 * Add a `consumeWhile` matcher for `ScheduledStream`.
OLDNEW
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/src/descriptor/directory_descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698