-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Comparing changes
Open a pull request
base repository: flutter/flutter
base: f86b777
head repository: flutter/flutter
compare: 8591d0c
- 16 commits
- 72 files changed
- 6 contributors
Commits on Nov 1, 2024
-
Make the SwiftPM integration tests more idiomatic (#157971)
I recommend reviewing with [whitespace changes disabled](https://github.com/flutter/flutter/pull/157971/files?diff=split&w=1). Changes: 1. Replaces `expect(string.contains('foo'), isTrue)` with `expect(string, contains('foo'))` 2. Replaces `try/finally` with `addTearDown` Follow-up to: #157482 (comment)
Configuration menu - View commit details
-
Copy full SHA for 49ccfb7 - Browse repository at this point
Copy the full SHA 49ccfb7View commit details -
Remove unnecessary
kCliAnimationsFeatureNamethat is available as `…….configSetting`. (#158013) ... for consistency with the rest of the file/features.
Configuration menu - View commit details
-
Copy full SHA for 2ce743d - Browse repository at this point
Copy the full SHA 2ce743dView commit details -
Improve consistency of code snippets in basic.dart (#158015)
Updates `basic.dart` to use consistent doc snippets that follows the style from the [documentation on snippets](https://github.com/flutter/flutter/tree/master/dev/snippets#snippet-tool). Follow-up to: #157227 (comment)
Configuration menu - View commit details
-
Copy full SHA for 84ad67f - Browse repository at this point
Copy the full SHA 84ad67fView commit details -
Make SwiftPM integration tests even MORE idiomatic (#158014)
Reach peak idiomacy by replacing `expect(file.existsSync(), isTrue)` with `expect(file, exists)`! Follow up to: #157971
Configuration menu - View commit details
-
Copy full SHA for 3699474 - Browse repository at this point
Copy the full SHA 3699474View commit details -
Roll Flutter Engine from 3a090b46dd35 to 7b176f4f25da (2 revisions) (#…
…158018) flutter/engine@3a090b4...7b176f4 2024-11-01 [email protected] Roll Skia from 3b50199d27bb to dfbb0e6bc974 (2 revisions) (flutter/engine#56305) 2024-11-01 [email protected] Roll Dart SDK from 09c8281e66cc to 789763468d6b (2 revisions) (flutter/engine#56303) 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] 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
Configuration menu - View commit details
-
Copy full SHA for f45e290 - Browse repository at this point
Copy the full SHA f45e290View commit details -
Roll Flutter Engine from 7b176f4f25da to 7dfdcacd8ae4 (1 revision) (#…
…158021) flutter/engine@7b176f4...7dfdcac 2024-11-01 [email protected] Reland single threaded Skwasm (flutter/engine#56282) 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] 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
Configuration menu - View commit details
-
Copy full SHA for 9a5e8ce - Browse repository at this point
Copy the full SHA 9a5e8ceView commit details
Commits on Nov 2, 2024
-
Delete unused references to dev.flutter.plugins.e2e. (#158031)
Configuration menu - View commit details
-
Copy full SHA for 8b5ad69 - Browse repository at this point
Copy the full SHA 8b5ad69View commit details -
Roll Flutter Engine from 7dfdcacd8ae4 to 38b6165f137d (5 revisions) (#…
…158034) flutter/engine@7dfdcac...38b6165 2024-11-01 [email protected] [Impeller] fix downsample with decal tile mode. (flutter/engine#56316) 2024-11-01 [email protected] Roll Skia from dfbb0e6bc974 to 89ac72bb4922 (6 revisions) (flutter/engine#56320) 2024-11-01 [email protected] Remove superfluous dart2wasm test suites/bundles. (flutter/engine#56315) 2024-11-01 [email protected] Write run_tests console logs to stdout instead of stderr (flutter/engine#56312) 2024-11-01 [email protected] [impeller] use greater equal rather than greater depth compare. (flutter/engine#56310) 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] 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
Configuration menu - View commit details
-
Copy full SHA for 2068fe7 - Browse repository at this point
Copy the full SHA 2068fe7View commit details -
Roll Flutter Engine from 38b6165f137d to 05cb5d7f7939 (4 revisions) (#…
…158038) flutter/engine@38b6165...05cb5d7 2024-11-02 [email protected] Refactor `BuildPlan`, better document and explain `--config`. (flutter/engine#56324) 2024-11-01 [email protected] Roll Fuchsia Linux SDK from MjcuejuzYvYGobbFM... to 07KmbdEtnhkg_tUhe... (flutter/engine#56322) 2024-11-01 [email protected] [Impeller] implement external texture gl for embedder. (flutter/engine#56277) 2024-11-01 [email protected] Roll Dart SDK from 789763468d6b to 61bf0877807e (2 revisions) (flutter/engine#56323) Also rolling transitive DEPS: fuchsia/sdk/core/linux-amd64 from MjcuejuzYvYG to 07KmbdEtnhkg 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] 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
Configuration menu - View commit details
-
Copy full SHA for ced3e85 - Browse repository at this point
Copy the full SHA ced3e85View commit details -
Add test for
raw_scrollbar.0.dart(#157989)Contributes to #130459 It adds a test for - `examples/api/lib/widgets/scrollbar/raw_scrollbar.0.dart`
Configuration menu - View commit details
-
Copy full SHA for 574b7e7 - Browse repository at this point
Copy the full SHA 574b7e7View commit details
Commits on Nov 3, 2024
-
Fixes typos & spelling error in changelog.md file (#157438)
This PR fixes the typos and spelling error in `CHANGELOG.md` file. Fixes #157083
Configuration menu - View commit details
-
Copy full SHA for a1651c6 - Browse repository at this point
Copy the full SHA a1651c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b24fa - Browse repository at this point
Copy the full SHA f7b24faView commit details -
Revert "Add and plumb
useImplicitPubspecResolutionacross `flutter_…Configuration menu - View commit details
-
Copy full SHA for 0505176 - Browse repository at this point
Copy the full SHA 0505176View commit details
Commits on Nov 4, 2024
-
Add test for
interactive_viewer.constrained.0.dart(#158044)Contributes to #130459 It adds a test for - `examples/api/lib/widgets/interactive_viewer/interactive_viewer.constrained.0.dart`
Configuration menu - View commit details
-
Copy full SHA for a1fbc83 - Browse repository at this point
Copy the full SHA a1fbc83View commit details -
Add test for
raw_scrollbar.1.dart(#158069)Contributes to #130459 It adds a test for - `examples/api/lib/widgets/scrollbar/raw_scrollbar.1.dart`
Configuration menu - View commit details
-
Copy full SHA for ed91ba1 - Browse repository at this point
Copy the full SHA ed91ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8591d0c - Browse repository at this point
Copy the full SHA 8591d0cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f86b777...8591d0c