Skip to content

Commit 1c7fe71

Browse files
stereotype441Commit Queue
authored and
Commit Queue
committed
Delete the migration tool
Change-Id: I40db4f08e5e440c336d512fa010ac2a2991575e9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/336181 Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Paul Berry <[email protected]>
1 parent a359210 commit 1c7fe71

File tree

148 files changed

+0
-81440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+0
-81440
lines changed

pkg/analysis_server/test/verify_sorted_test.dart

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ void main() {
3131
group('linter', () {
3232
buildTestsForLinter();
3333
});
34-
35-
group('nnbd_migration', () {
36-
buildTestsForNnbdMigration();
37-
});
3834
}
3935

4036
void buildTests({
@@ -67,7 +63,6 @@ void buildTestsForAnalysisServer() {
6763
// remove these exclusions.
6864
'lib/protocol/protocol_constants.dart',
6965
'lib/protocol/protocol_generated.dart',
70-
'lib/src/edit/nnbd_migration/resources/resources.g.dart',
7166
'test/integration/support/integration_test_methods.dart',
7267
'test/integration/support/protocol_matchers.dart',
7368
// The following are not generated, but can't be sorted because they contain
@@ -124,12 +119,6 @@ void buildTestsForLinter() {
124119
]);
125120
}
126121

127-
void buildTestsForNnbdMigration() {
128-
buildTests(
129-
packagePath: 'nnbd_migration',
130-
excludedPaths: ['lib/src/front_end/resources/resources.g.dart']);
131-
}
132-
133122
void buildTestsIn(AnalysisSession session, String testDirPath,
134123
List<String> excludedPath, Folder directory) {
135124
var pathContext = session.resourceProvider.pathContext;

pkg/nnbd_migration/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

pkg/nnbd_migration/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

pkg/nnbd_migration/LICENSE

Lines changed: 0 additions & 27 deletions
This file was deleted.

pkg/nnbd_migration/OWNERS

Lines changed: 0 additions & 2 deletions
This file was deleted.

pkg/nnbd_migration/README.md

Lines changed: 0 additions & 169 deletions
This file was deleted.

pkg/nnbd_migration/TRIAGE.md

Lines changed: 0 additions & 72 deletions
This file was deleted.

pkg/nnbd_migration/analysis_options.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

pkg/nnbd_migration/bin/migrate.dart

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)