Skip to content

Commit 61848a4

Browse files
Roll Flutter Engine from c58d87d62c20 to 31bb9f98472a (8 revisions) (#152555)
flutter/engine@c58d87d...31bb9f9 2024-07-30 [email protected] Roll Skia from 1339015537a3 to 2cb7f5443a48 (4 revisions) (flutter/engine#54212) 2024-07-30 [email protected] Roll Dart SDK from 6ab9452297e0 to ad4d2e8b2c65 (1 revision) (flutter/engine#54211) 2024-07-30 49699333+dependabot[bot]@users.noreply.github.com Bump ossf/scorecard-action from 2.3.3 to 2.4.0 (flutter/engine#54208) 2024-07-30 [email protected] Roll Skia from 20e4dfabb6b2 to 1339015537a3 (1 revision) (flutter/engine#54207) 2024-07-30 [email protected] Roll Dart SDK from e8eca6f05494 to 6ab9452297e0 (1 revision) (flutter/engine#54206) 2024-07-30 [email protected] Roll Skia from 56de22c39d0e to 20e4dfabb6b2 (1 revision) (flutter/engine#54205) 2024-07-30 [email protected] Roll Skia from 946ca24d03ab to 56de22c39d0e (1 revision) (flutter/engine#54204) 2024-07-30 [email protected] Roll Skia from 8167ff71af2c to 946ca24d03ab (2 revisions) (flutter/engine#54202) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 85960d2 commit 61848a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/internal/engine.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c58d87d62c205cceb3d2e1beee872938854c1ee4
1+
31bb9f98472a4bef433bf472b3c50ec3f599f8f8

packages/flutter_tools/test/integration.shard/analyze_once_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void _analyze() {}
273273
await runCommand(
274274
arguments: <String>['analyze', '--no-pub'],
275275
statusTextContains: <String>[
276-
'info',
276+
'warning',
277277
'unused_element',
278278
],
279279
exitMessageContains: '1 issue found.',

0 commit comments

Comments
 (0)