Skip to content

Commit

Permalink
Delete the migration tool
Browse files Browse the repository at this point in the history
Change-Id: I40db4f08e5e440c336d512fa010ac2a2991575e9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/336181
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
  • Loading branch information
stereotype441 authored and Commit Queue committed Nov 20, 2023
1 parent a359210 commit 1c7fe71
Show file tree
Hide file tree
Showing 148 changed files with 0 additions and 81,440 deletions.
11 changes: 0 additions & 11 deletions pkg/analysis_server/test/verify_sorted_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ void main() {
group('linter', () {
buildTestsForLinter();
});

group('nnbd_migration', () {
buildTestsForNnbdMigration();
});
}

void buildTests({
Expand Down Expand Up @@ -67,7 +63,6 @@ void buildTestsForAnalysisServer() {
// remove these exclusions.
'lib/protocol/protocol_constants.dart',
'lib/protocol/protocol_generated.dart',
'lib/src/edit/nnbd_migration/resources/resources.g.dart',
'test/integration/support/integration_test_methods.dart',
'test/integration/support/protocol_matchers.dart',
// The following are not generated, but can't be sorted because they contain
Expand Down Expand Up @@ -124,12 +119,6 @@ void buildTestsForLinter() {
]);
}

void buildTestsForNnbdMigration() {
buildTests(
packagePath: 'nnbd_migration',
excludedPaths: ['lib/src/front_end/resources/resources.g.dart']);
}

void buildTestsIn(AnalysisSession session, String testDirPath,
List<String> excludedPath, Folder directory) {
var pathContext = session.resourceProvider.pathContext;
Expand Down
3 changes: 0 additions & 3 deletions pkg/nnbd_migration/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions pkg/nnbd_migration/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions pkg/nnbd_migration/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/nnbd_migration/OWNERS

This file was deleted.

169 changes: 0 additions & 169 deletions pkg/nnbd_migration/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions pkg/nnbd_migration/TRIAGE.md

This file was deleted.

31 changes: 0 additions & 31 deletions pkg/nnbd_migration/analysis_options.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions pkg/nnbd_migration/bin/migrate.dart

This file was deleted.

Loading

0 comments on commit 1c7fe71

Please sign in to comment.