From 3d107af7f2d399b3cf1009bd23b595fae6aaae95 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 31 Jan 2023 15:41:31 -0600 Subject: [PATCH 1/2] Switch to using dev instead of beta in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a75985f544..db3c95570d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - sdk: [stable, beta] + sdk: [stable, dev] steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: From b1dc8362d4fa7ba8a61682fcbf381285285d91c9 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 31 Jan 2023 15:51:08 -0600 Subject: [PATCH 2/2] Update dev analyzer results --- examples/analysis/analyzer-results-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/analysis/analyzer-results-dev.txt b/examples/analysis/analyzer-results-dev.txt index 9f03156b02..39171aac21 100644 --- a/examples/analysis/analyzer-results-dev.txt +++ b/examples/analysis/analyzer-results-dev.txt @@ -2,7 +2,7 @@ Analyzing analysis... error - lib/strict_modes.dart:15:7 - The argument type 'dynamic' can't be assigned to the parameter type 'List'. - argument_type_not_assignable info - lib/lint.dart:9:19 - Unnecessary empty statement. Try removing the empty statement or restructuring the code. - empty_statements - info - lib/lint.dart:17:7 - Close instances of `dart.core.Sink`. - close_sinks + info - lib/lint.dart:17:7 - Unclosed instance of 'Sink'. Try invoking 'close' in the function in which the 'Sink' was created. - close_sinks info - lib/strict_modes.dart:22:17 - The type argument(s) of 'Map' can't be inferred. Use explicit type argument(s) for 'Map'. - inference_failure_on_collection_literal info - lib/strict_modes.dart:33:3 - The generic type 'List' should have explicit type arguments but doesn't. Use explicit type arguments for 'List'. - strict_raw_type