Skip to content

Conversation

@matanlurey
Copy link
Contributor

@matanlurey matanlurey commented Dec 14, 2024

Closes #160257.

This will sit on CI for a bit and give me a better idea of how much work there is to do. Done!

IMPORTANT: Do not revert on 1-2 isolated post-submit failures.

While I've spent the last several weeks getting this passing all presubmit tests, and some integration tests I suspected might be affected, it is possible that there are 1-2 integration tests that will fail as a result of landing this PR. I'll disable the flag (--no-explicit-package-dependencies) if the failures look obvious enough, otherwise I'll revert.

@github-actions github-actions bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Dec 14, 2024
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption, contact "@test-exemption-reviewer" in the #hackers channel in Discord (don't just cc them here, they won't see it!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. The test exemption team is a small volunteer group, so all reviewers should feel empowered to ask for tests, without delegating that responsibility entirely to the test exemption group.

github-merge-queue bot pushed a commit that referenced this pull request Dec 16, 2024
…160367)

Without this bug fix, when flipping the flag a lot of things blow up :)

(#160289 as an example of needing
this)
matanlurey added a commit to flutter/tests that referenced this pull request Dec 16, 2024
Required for Flutter master channel to enable `explicit-package-dependencies` (flutter/flutter#160289, flutter/flutter#160257).
matanlurey added a commit to flutter/packages that referenced this pull request Dec 17, 2024
@matanlurey matanlurey force-pushed the enable-explicit-package-dependencies branch from 08b3efc to a974afa Compare December 19, 2024 21:29
@matanlurey matanlurey added the blocked Issue is blocked by another issue label Dec 30, 2024
@github-actions github-actions bot added a: tests "flutter test", flutter_test, or one of our tests framework flutter/packages/flutter repository. See also f: labels. f: integration_test The flutter/packages/integration_test plugin labels Jan 15, 2025
@matanlurey
Copy link
Contributor Author

fyi @camsim99 I pushed an update to the lockfiles in 39ccf42:

dart ./dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion

I think dev/integration_tests/gradle_deprecated_settings crashes, but should be removed?

@camsim99
Copy link
Contributor

Hmm looks like there's still lockfile issues?

@matanlurey matanlurey force-pushed the enable-explicit-package-dependencies branch from 77037c9 to 2548fc5 Compare January 16, 2025 19:19
@matanlurey
Copy link
Contributor Author

dart ./dev/tools/bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion

Trying again after #161635.

engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 24, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 24, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 24, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 24, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 25, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 26, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 26, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 26, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 26, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 26, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Feb 26, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 20, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 20, 2025
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: tests "flutter test", flutter_test, or one of our tests f: integration_test The flutter/packages/integration_test plugin framework flutter/packages/flutter repository. See also f: labels. tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Prepare to enable explicit-package-dependencies

2 participants