Skip to content

Conversation

@Hixie
Copy link
Contributor

@Hixie Hixie commented Aug 9, 2023

No description provided.

@github-actions github-actions bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Aug 9, 2023
@Hixie Hixie force-pushed the a11ytool branch 3 times, most recently from 77c9d54 to 0a79381 Compare August 9, 2023 19:27
@Hixie Hixie marked this pull request as ready for review August 9, 2023 21:27
@Hixie Hixie force-pushed the a11ytool branch 2 times, most recently from 3142f8a to 0867028 Compare August 9, 2023 22:49
@Hixie
Copy link
Contributor Author

Hixie commented Aug 14, 2023

This is just the first step; once this lands we need to also look at reducing animation in subinvocations of pub and using a less verbose and more static reporter in flutter test. The latter would help with CI logs, too.


@override
bool get isCliAnimationEnabled {
if (_platform.environment['TERM'] == 'dumb') {
Copy link
Contributor

Choose a reason for hiding this comment

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

never heard of this setting. I wonder, does anything modern still use this, or will this only affect Flutter developers on an old 70s teletype?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure, but from what I can tell it's what some software uses to indicate that they don't want any fancy shenanigans happening on the terminal, so, might as well, right...

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

@Hixie Hixie added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 23, 2023
@auto-submit auto-submit bot merged commit 487bd69 into flutter:master Aug 23, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 23, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Aug 23, 2023
auto-submit bot pushed a commit to flutter/packages that referenced this pull request Aug 23, 2023
flutter/flutter@54c98d7...bd836cc

2023-08-23 engine-flutter-autoroll@skia.org Roll Packages from c730a90 to 3060b1a (4 revisions) (flutter/flutter#133149)
2023-08-23 engine-flutter-autoroll@skia.org Roll Flutter Engine from 7d56840865d2 to 72a06427bd37 (8 revisions) (flutter/flutter#133139)
2023-08-23 engine-flutter-autoroll@skia.org Manual roll Flutter Engine from b190f9015049 to 7d56840865d2 (15 revisions) (flutter/flutter#133106)
2023-08-23 ian@hixie.ch Reference AppLifecycleListener from widgets library (flutter/flutter#132995)
2023-08-23 ian@hixie.ch Support disabling animations in the CLI (flutter/flutter#132239)
2023-08-23 zanderso@users.noreply.github.com Don't run on Samsung S10, shift to Pixel 7 Pro (flutter/flutter#133085)
2023-08-23 polinach@google.com Add test to mark recording as leaking. (flutter/flutter#133073)
2023-08-22 jonahwilliams@google.com Revert "[gallery] roll gallery to  ecfb9e5352bd12032301b12b30d5853d83d89bda" (flutter/flutter#133095)
2023-08-22 jonahwilliams@google.com [gallery] roll gallery to  ecfb9e5352bd12032301b12b30d5853d83d89bda (flutter/flutter#133083)
2023-08-22 tessertaha@gmail.com Update default menu text styles for Material 3 (flutter/flutter#131930)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 28b8bd5d5d91 to b190f9015049 (3 revisions) (flutter/flutter#133078)
2023-08-22 tessertaha@gmail.com Fix `FlexibleSpaceBar.title` doesn't respect the leading widget (flutter/flutter#132573)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 21437d384b56 to 28b8bd5d5d91 (1 revision) (flutter/flutter#133075)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from 090754879679 to 21437d384b56 (1 revision) (flutter/flutter#133072)
2023-08-22 ivan.inozemtsev@gmail.com Add support for `Future<List<int>?>` to `MatchesGoldenFile` (flutter/flutter#132965)
2023-08-22 engine-flutter-autoroll@skia.org Roll Packages from e26f3b9 to c730a90 (3 revisions) (flutter/flutter#133067)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from ff375bf5d8eb to 090754879679 (1 revision) (flutter/flutter#133066)
2023-08-22 zanderso@users.noreply.github.com Increase heap size for examples/flutter_view gradle build (flutter/flutter#133064)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from c5e0152b01f4 to ff375bf5d8eb (4 revisions) (flutter/flutter#133062)
2023-08-22 jmccandless@google.com Fix memory leak in Form (flutter/flutter#132987)
2023-08-22 15619084+vashworth@users.noreply.github.com Re-enable Xcode Debug tests (flutter/flutter#132523)
2023-08-22 zanderso@users.noreply.github.com Increase heap for gradle in examples/platform_view (flutter/flutter#133052)
2023-08-22 polinach@google.com Cover more tests with leak tracking. (flutter/flutter#132806)
2023-08-22 engine-flutter-autoroll@skia.org Roll Flutter Engine from f5f099a4a5e3 to c5e0152b01f4 (4 revisions) (flutter/flutter#133049)

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
Please CC rmistry@google.com,stuartmorgan@google.com,ychris@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants