Skip to content

Conversation

@bkonyi
Copy link
Contributor

@bkonyi bkonyi commented Dec 12, 2024

Fixes: #160055

Handles update to package:archive 4.x from 3.x which introduced some
type changes.
@bkonyi bkonyi requested a review from matanlurey as a code owner December 12, 2024 16:13
@github-actions github-actions bot added a: tests "flutter test", flutter_test, or one of our tests tool Affects the "flutter" command-line tool. See also t: labels. framework flutter/packages/flutter repository. See also f: labels. a: internationalization Supporting other languages or locales. (aka i18n) d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos platform-web Web applications specifically f: integration_test The flutter/packages/integration_test plugin labels Dec 12, 2024
Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@christopherfujino
Copy link
Contributor

More errors, however:

warning • Unnecessary cast • dev/bots/suite_runners/run_framework_tests.dart:117:39 • unnecessary_cast
warning • Unnecessary cast • dev/devicelab/bin/tasks/build_android_host_app_with_module_aar.dart:398:40 • unnecessary_cast
warning • Unnecessary cast • dev/devicelab/bin/tasks/build_android_host_app_with_module_source.dart:373:40 • unnecessary_cast
   info • Use 'const' with the constructor to improve performance • packages/flutter_tools/lib/src/base/os.dart:539:7 • prefer_const_constructors
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/android/android_gradle_builder_test.dart:690:56 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/base/analyze_size_test.dart:79:54 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/base/analyze_size_test.dart:163:54 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/base/analyze_size_test.dart:253:98 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/base/os_test.dart:578:61 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:41:42 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:52:45 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:83:49 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:90:53 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:119:49 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:129:53 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_test.dart:177:42 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_validator_test.dart:531:59 • unnecessary_non_null_assertion
warning • The '!' will have no effect because the receiver can't be null • packages/flutter_tools/test/general.shard/intellij/intellij_validator_test.dart:567:56 • unnecessary_non_null_assertion

@christopherfujino
Copy link
Contributor

To fix the gradle lockfiles, you'll have to run this script:

https://github.com/flutter/flutter/blob/master/dev/tools/bin/generate_gradle_lockfiles.dart

With the invocation dart generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion.

Copy link
Contributor

@christopherfujino christopherfujino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

bkonyi added a commit to flutter/tests that referenced this pull request Dec 16, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Dec 17, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Dec 17, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Dec 17, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Dec 17, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 6, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 6, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 6, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 7, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 8, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 8, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 8, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Jan 8, 2025
victoreronmosele pushed a commit to victoreronmosele/tests that referenced this pull request Feb 5, 2025
victoreronmosele pushed a commit to victoreronmosele/tests that referenced this pull request Feb 5, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 12, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 13, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 13, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 6, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: internationalization Supporting other languages or locales. (aka i18n) a: tests "flutter test", flutter_test, or one of our tests d: api docs Issues with https://api.flutter.dev/ d: examples Sample code and demos f: integration_test The flutter/packages/integration_test plugin framework flutter/packages/flutter repository. See also f: labels. platform-web Web applications specifically tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Package roll breaks flutter_tools

2 participants