-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove package:platform source #6898
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but it seems like it would be good to publish a new version first so pub.dev isn't pointing people here for the source of the package.
Package has been published. Shall I wait until the tree failure is resolved before merging? |
|
flutter/packages@e95fe4a...8c24fd4 2024-06-11 engine-flutter-autoroll@skia.org Roll Flutter from 32081aa to 14df7be (21 revisions) (flutter/packages#6907) 2024-06-11 luthien256@gmail.com Ensure each code block specified in the markdown uses its own ScrollController. (flutter/packages#6904) 2024-06-10 stuartmorgan@google.com [video_player] Try to address test flake (flutter/packages#6899) 2024-06-10 stuartmorgan@google.com [ci] Allow `platform` references (flutter/packages#6903) 2024-06-10 magder@google.com Change CODEOWNERS for metrics_center (flutter/packages#6892) 2024-06-10 mit@google.com Remove package:platform source (flutter/packages#6898) 2024-06-10 engine-flutter-autoroll@skia.org Roll Flutter from fc19ecf to 32081aa (9 revisions) (flutter/packages#6896) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com 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
The source code for `package:platform` has been moved to https://github.com/dart-lang/platform/, see dart-archive/platform#46 This PR removes the source from this repo, and leave a small cookie trail README in place.
flutter/packages@e95fe4a...8c24fd4 2024-06-11 engine-flutter-autoroll@skia.org Roll Flutter from 32081aa to 14df7be (21 revisions) (flutter/packages#6907) 2024-06-11 luthien256@gmail.com Ensure each code block specified in the markdown uses its own ScrollController. (flutter/packages#6904) 2024-06-10 stuartmorgan@google.com [video_player] Try to address test flake (flutter/packages#6899) 2024-06-10 stuartmorgan@google.com [ci] Allow `platform` references (flutter/packages#6903) 2024-06-10 magder@google.com Change CODEOWNERS for metrics_center (flutter/packages#6892) 2024-06-10 mit@google.com Remove package:platform source (flutter/packages#6898) 2024-06-10 engine-flutter-autoroll@skia.org Roll Flutter from fc19ecf to 32081aa (9 revisions) (flutter/packages#6896) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com 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
flutter/packages@e95fe4a...8c24fd4 2024-06-11 engine-flutter-autoroll@skia.org Roll Flutter from 32081aa to 14df7be (21 revisions) (flutter/packages#6907) 2024-06-11 luthien256@gmail.com Ensure each code block specified in the markdown uses its own ScrollController. (flutter/packages#6904) 2024-06-10 stuartmorgan@google.com [video_player] Try to address test flake (flutter/packages#6899) 2024-06-10 stuartmorgan@google.com [ci] Allow `platform` references (flutter/packages#6903) 2024-06-10 magder@google.com Change CODEOWNERS for metrics_center (flutter/packages#6892) 2024-06-10 mit@google.com Remove package:platform source (flutter/packages#6898) 2024-06-10 engine-flutter-autoroll@skia.org Roll Flutter from fc19ecf to 32081aa (9 revisions) (flutter/packages#6896) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com,rmistry@google.com 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
Package was removed in #6898. However the path was still being passed to dependabot, which made it mad: ``` ERROR <job_916983349> Error during file fetching; aborting: No files found in /packages/platform/example/android/app ``` https://github.com/flutter/packages/actions/runs/11845225387/job/33010210199 I don't understand why this only started failing on #8044 and not when the package was removed (since it moved that path from one place to another https://github.com/flutter/packages/pull/8036/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L571)
The source code for
package:platform
has been moved to https://github.com/dart-lang/platform/, see dart-archive/platform#46This PR removes the source from this repo, and leave a small cookie trail README in place.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style, or this PR is exempt from CHANGELOG changes.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.