Skip to content

Commit

Permalink
Require Dart 3.2, pub dependencies, cleanup analysis_options (dart-ar…
Browse files Browse the repository at this point in the history
…chive/benchmark_harness#97)

* Require Dart 3.2, pub dependencies, cleanup analysis_options

* oops
  • Loading branch information
kevmoo authored Dec 14, 2023
1 parent 5bb5bb6 commit b3a028d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pkgs/benchmark_harness/.github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [2.19.0, dev]
sdk: [3.2, dev]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
Expand Down
4 changes: 4 additions & 0 deletions pkgs/benchmark_harness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.3-wip

- Require Dart 3.2.

## 2.2.2

- Added package topics to the pubspec file.
Expand Down
5 changes: 0 additions & 5 deletions pkgs/benchmark_harness/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ analyzer:

linter:
rules:
- avoid_returning_null
- avoid_returning_null_for_future
- avoid_unused_constructor_parameters
- cancel_subscriptions
- comment_references
- literal_only_boolean_expressions
- no_adjacent_strings_in_list
- package_api_docs
- prefer_const_constructors
- test_types_in_equals
- unnecessary_await_in_return
8 changes: 4 additions & 4 deletions pkgs/benchmark_harness/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: benchmark_harness
version: 2.2.2
version: 2.2.3-wip
description: The official Dart project benchmark harness.
repository: https://github.com/dart-lang/benchmark_harness

topics:
- benchmarking

environment:
sdk: '>=2.19.0 <3.0.0'
sdk: ^3.2.0

dev_dependencies:
build_runner: ^2.0.0
build_web_compilers: ^3.0.0
dart_flutter_team_lints: ^1.0.0
build_web_compilers: ^4.0.0
dart_flutter_team_lints: ^2.0.0
path: ^1.8.0
test: ^1.16.0

0 comments on commit b3a028d

Please sign in to comment.