Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion fixtures/_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This code is for testing that the debugger works with weak null-safety
# so we should not migrate it to null-safety.
# TODO(elliette): Delete this directory post Dart 3.0 (when we no longer
# support weak null-safety).
name: _test
version: 1.0.0
description: >-
A fake package used for testing
A fake package used for testing weak null-safety.
publish_to: none

environment:
Expand Down
6 changes: 5 additions & 1 deletion fixtures/_testCircular1/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# This code is for testing that the debugger works with weak null-safety
# so we should not migrate it to null-safety.
# TODO(elliette): Delete this directory post Dart 3.0 (when we no longer
# support weak null-safety).
name: _test_circular1
version: 1.0.0
description: >-
A fake package used for testing
A fake package used for testing weak null-safety.
publish_to: none

environment:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/_testCircular1Sound/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: _test_circular1_sound
version: 1.0.0
description: >-
A fake package used for testing
A fake package used for testing sound null-safety.
publish_to: none

environment:
sdk: ">=2.5.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
intl: ^0.16.0
Expand Down
9 changes: 5 additions & 4 deletions fixtures/_testCircular2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# This code is for testing that the debugger works with weak null-safety
# so we should not migrate it to null-safety.
# TODO(elliette): Delete this directory post Dart 3.0 (when we no longer
# support weak null-safety).
name: _test_circular2
version: 1.0.0
description: >-
A fake package used for testing imports. Imports _test.
This code is for testing that debugger works with weak null safety so we
should not migrate it to null safety. Once Dart 3.0 is released, we should
delete this directory.
A fake package used for testing imports with weak null-safety. Imports _test.
publish_to: none

environment:
Expand Down
7 changes: 2 additions & 5 deletions fixtures/_testCircular2Sound/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: _test_circular2_sound
version: 1.0.0
description: >-
A fake package used for testing imports. Imports _test.
This code is for testing that debugger works with weak null safety so we
should not migrate it to null safety. Once Dart 3.0 is released, we should
delete this directory.
A fake package used for testing imports with sound null-safety. Imports _test.
publish_to: none

environment:
sdk: ">=2.10.0 <3.0.0"
sdk: '>=2.12.0 <3.0.0'

dependencies:
_test_circular1_sound:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/_testCircular2Sound/web/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ void main() {
testCircularDependencies();
});

document.body.appendText(concatenate('Program', ' is running!'));
document.body!.appendText(concatenate('Program', ' is running!'));
}
9 changes: 5 additions & 4 deletions fixtures/_testPackage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# This code is for testing that the debugger works with weak null-safety
# so we should not migrate it to null-safety.
# TODO(elliette): Delete this directory post Dart 3.0 (when we no longer
# support weak null-safety).
name: _test_package
version: 1.0.0
description: >-
A fake package used for testing imports. Imports _test.
This code is for testing that debugger works with weak null safety so we
should not migrate it to null safety. Once Dart 3.0 is released, we should
delete this directory.
A fake package used for testing imports with weak null-safety. Imports _test.
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/_testPackageSound/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: _test_package_sound
version: 1.0.0
description: >-
A fake package used for testing imports. Imports _test.
A fake package used for testing imports with sound null-safety. Imports _test.
publish_to: none

environment:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/_testSound/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: _test_sound
version: 1.0.0
description: >-
A fake package used for testing
A fake package used for testing sound null-safety.
publish_to: none

environment:
Expand Down
9 changes: 5 additions & 4 deletions fixtures/_webdevSmoke/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This code is for testing that the debugger works with weak null-safety
# so we should not migrate it to null-safety.
# TODO(elliette): Delete this directory post Dart 3.0 (when we no longer
# support weak null-safety).
name: _webdev_smoke
description:
A test fixture for webdev testing.
This code is for testing that debugger works with weak null safety so we
should not migrate it to null safety. Once Dart 3.0 is released, we should
delete this directory.
A test fixture for webdev testing with weak null-safety.


# The versions in this pubspec should match the requirements
Expand Down