Skip to content

Commit 58ca230

Browse files
authored
migrate fixtures/_testSound and _webdevSmoke (#1653)
1 parent a74737f commit 58ca230

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

fixtures/_testPackage/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: _test_package
22
version: 1.0.0
33
description: >-
44
A fake package used for testing imports. Imports _test.
5+
This code is for testing that debugger works with weak null safety so we
6+
should not migrate it to null safety. Once Dart 3.0 is released, we should
7+
delete this directory.
58
publish_to: none
69

710
environment:

fixtures/_testPackageSound/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ dependencies:
1212
path: ../_testSound
1313

1414
dev_dependencies:
15-
build_runner: ^2.0.0
16-
build_web_compilers: ^3.0.0
15+
build_runner: ^2.1.11
16+
build_web_compilers: ^3.2.3

fixtures/_testSound/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ environment:
88
sdk: '>=2.13.0 <3.0.0'
99

1010
dependencies:
11-
intl: ^0.17.0-nullsafety.2
12-
path: ^1.6.1
11+
intl: ^0.17.0
12+
path: ^1.8.2
1313

1414
dev_dependencies:
15-
build_runner: ^2.0.0
16-
build_web_compilers: ^3.0.0
15+
build_runner: ^2.1.11
16+
build_web_compilers: ^3.2.3

fixtures/_webdevSmoke/pubspec.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: _webdev_smoke
2-
description: A test fixture for webdev testing.
2+
description:
3+
A test fixture for webdev testing.
4+
This code is for testing that debugger works with weak null safety so we
5+
should not migrate it to null safety. Once Dart 3.0 is released, we should
6+
delete this directory.
7+
38

49
# The versions in this pubspec should match the requirements
510
# defined by webdev. That is the SDK constraint should be the

0 commit comments

Comments
 (0)