Skip to content

Commit b3a028d

Browse files
authored
Require Dart 3.2, pub dependencies, cleanup analysis_options (dart-archive/benchmark_harness#97)
* Require Dart 3.2, pub dependencies, cleanup analysis_options * oops
1 parent 5bb5bb6 commit b3a028d

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

pkgs/benchmark_harness/.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
# Add macos-latest and/or windows-latest if relevant for this package.
4949
os: [ubuntu-latest]
50-
sdk: [2.19.0, dev]
50+
sdk: [3.2, dev]
5151
steps:
5252
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5353
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d

pkgs/benchmark_harness/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.3-wip
2+
3+
- Require Dart 3.2.
4+
15
## 2.2.2
26

37
- Added package topics to the pubspec file.

pkgs/benchmark_harness/analysis_options.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ analyzer:
77

88
linter:
99
rules:
10-
- avoid_returning_null
11-
- avoid_returning_null_for_future
1210
- avoid_unused_constructor_parameters
1311
- cancel_subscriptions
14-
- comment_references
1512
- literal_only_boolean_expressions
1613
- no_adjacent_strings_in_list
1714
- package_api_docs
18-
- prefer_const_constructors
19-
- test_types_in_equals
2015
- unnecessary_await_in_return

pkgs/benchmark_harness/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: benchmark_harness
2-
version: 2.2.2
2+
version: 2.2.3-wip
33
description: The official Dart project benchmark harness.
44
repository: https://github.com/dart-lang/benchmark_harness
55

66
topics:
77
- benchmarking
88

99
environment:
10-
sdk: '>=2.19.0 <3.0.0'
10+
sdk: ^3.2.0
1111

1212
dev_dependencies:
1313
build_runner: ^2.0.0
14-
build_web_compilers: ^3.0.0
15-
dart_flutter_team_lints: ^1.0.0
14+
build_web_compilers: ^4.0.0
15+
dart_flutter_team_lints: ^2.0.0
1616
path: ^1.8.0
1717
test: ^1.16.0

0 commit comments

Comments
 (0)