|
|
Change the way Patterns work in scheduled_test/descriptor.
Instead of every Entry being able to have a pattern as a name, now there's a
separate Pattern entry that encapsulates the logic of finding entries that match
a pattern.
The Pattern class also has different semantics than the old pattern names. The
old semantics required only one filesystem entity with a name matching the
pattern; now any number are allowed, as long as only one of them matches the
Entry (that is, has the expected contents).
Committed: https://code.google.com/p/dart/source/detail?r=20185
Total comments: 8
Total comments: 28
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+573 lines, -877 lines) |
Patch |
 |
M |
pkg/scheduled_test/lib/descriptor.dart
|
View
|
1
2
3
|
3 chunks |
+45 lines, -25 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/descriptor/async.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
A |
pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart
|
View
|
1
2
3
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
pkg/scheduled_test/lib/src/descriptor/descriptor.dart
|
View
|
1
2
3
|
4 chunks |
+9 lines, -20 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/descriptor/directory.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
A + |
pkg/scheduled_test/lib/src/descriptor/directory_descriptor.dart
|
View
|
1
2
3
|
3 chunks |
+28 lines, -26 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/descriptor/entry.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -70 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/descriptor/file.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -107 lines |
0 comments
|
Download
|
 |
A |
pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart
|
View
|
1
2
3
|
1 chunk |
+104 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/descriptor/nothing.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
A |
pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
|
View
|
1
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
pkg/scheduled_test/lib/src/descriptor/pattern_descriptor.dart
|
View
|
1
2
3
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
 |
D |
pkg/scheduled_test/lib/src/descriptor/utils.dart
|
View
|
|
1 chunk |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/schedule.dart
|
View
|
|
3 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/lib/src/utils.dart
|
View
|
1
2
|
2 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
 |
M |
pkg/scheduled_test/test/descriptor_test.dart
|
View
|
1
2
3
|
13 chunks |
+147 lines, -363 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|