|
|
loader, target, diet_listener moved
from front_end/lib/src/fasta/analyzer/
to analyzer/lib/src/fasta/
analyzer_compile and compile_platform_dartk moved
from front_end/lib/src/fasta/analyzer/
to front_end/tool/_fasta/
front_end/src/fasta/testing/* continues to have some shared testing logic,
- logic to compute the patched sdk is moved up one level
- TestContext, Run, and suite.dart (which depend on analyzer) moved to pkg/front_end/test/fasta/testing/
- only a copy of TestContext is duplicated under pkg/kernel/test/closure/.
R=ahe@google.com, paulberry@google.com
Committed: https://github.com/dart-lang/sdk/commit/06189b271a4a0bd87c469c33168279c68051c724
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+255 lines, -930 lines) |
Patch |
 |
A + |
pkg/analyzer/lib/src/fasta/analyzer_diet_listener.dart
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
pkg/analyzer/lib/src/fasta/analyzer_loader.dart
|
View
|
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
pkg/analyzer/lib/src/fasta/analyzer_target.dart
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/analyzer/README.md
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/analyzer/analyzer_diet_listener.dart
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/analyzer/analyzer_loader.dart
|
View
|
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/analyzer/analyzer_target.dart
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/analyzer/compile_platform_dartk.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -120 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/environment_variable.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/lib/src/fasta/kernel/kernel_target.dart
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/lib/src/fasta/run.dart
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A + |
pkg/front_end/lib/src/fasta/testing/environment_variable.dart
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/lib/src/fasta/testing/kernel_chain.dart
|
View
|
1
2
3
|
7 chunks |
+11 lines, -169 lines |
0 comments
|
Download
|
 |
A |
pkg/front_end/lib/src/fasta/testing/patched_sdk_location.dart
|
View
|
1
2
3
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
D |
pkg/front_end/lib/src/fasta/testing/suite.dart
|
View
|
1
2
3
|
1 chunk |
+0 lines, -218 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/bootstrap_test.dart
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/compile_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/kompile_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/outline_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/sdk_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/strong_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/fasta/testing.json
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A + |
pkg/front_end/test/fasta/testing/suite.dart
|
View
|
1
2
3
|
4 chunks |
+67 lines, -73 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/test/subpackage_relationships_test.dart
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/tool/_fasta/analyzer_compile.dart
|
View
|
|
1 chunk |
+61 lines, -3 lines |
0 comments
|
Download
|
 |
M |
pkg/front_end/tool/_fasta/compile_platform_dartk.dart
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
pkg/kernel/test/closures/suite.dart
|
View
|
1
2
3
|
4 chunks |
+28 lines, -53 lines |
0 comments
|
Download
|
Total messages: 20 (11 generated)
|