Remove stale or inactionable TODO comments (#1135)
Remove TODO comments waiting for things that will never change or that we don't intend to take action on. - https://github.com/dart-lang/sdk/issues/22977 is closed as not planned. - Dart 2 does not support importing `dart:io` in cross platform code. - Setting the exit code is not supported on web. - We plan on keeping `executable.dart` under lib to allow reuse from other packages internally. - We don't plan on trying to support `spawnHybridUri` outside of the test runner. - `executable.main` is now declared to return a `Future`. - We don't intend to take a dependency on `json_schema`.
Showing
- pkgs/test/lib/src/executable.dart 1 addition, 2 deletionspkgs/test/lib/src/executable.dart
- pkgs/test/test/runner/json_reporter_test.dart 0 additions, 2 deletionspkgs/test/test/runner/json_reporter_test.dart
- pkgs/test_api/CHANGELOG.md 4 additions, 0 deletionspkgs/test_api/CHANGELOG.md
- pkgs/test_api/lib/src/frontend/spawn_hybrid.dart 0 additions, 2 deletionspkgs/test_api/lib/src/frontend/spawn_hybrid.dart
- pkgs/test_api/pubspec.yaml 1 addition, 1 deletionpkgs/test_api/pubspec.yaml
- pkgs/test_core/CHANGELOG.md 4 additions, 0 deletionspkgs/test_core/CHANGELOG.md
- pkgs/test_core/lib/src/executable.dart 0 additions, 3 deletionspkgs/test_core/lib/src/executable.dart
- pkgs/test_core/lib/src/util/dart.dart 0 additions, 2 deletionspkgs/test_core/lib/src/util/dart.dart
- pkgs/test_core/lib/src/util/io.dart 0 additions, 3 deletionspkgs/test_core/lib/src/util/io.dart
- pkgs/test_core/lib/test_core.dart 0 additions, 1 deletionpkgs/test_core/lib/test_core.dart
- pkgs/test_core/pubspec.yaml 1 addition, 1 deletionpkgs/test_core/pubspec.yaml
Loading
Please register or sign in to comment