20 Commits

Author SHA1 Message Date
Michael Goderbauer
dcc4b1b535 Reland: Bump lower Dart SDK constraints to 3.0 (flutter/engine#40318)
* WIP

Bump to 3.0.0-0

* fix lints

* drop web_ui

* opt pointer_converter.dart out of dart 3

* Revert "drop web_ui"

This reverts commit b97a015d5cd0d7e0380a4231be4c31aad36671f1.
2023-03-16 08:07:39 -07:00
Zachary Anderson
32b3e66d7c Revert "Bump lower Dart SDK constraints to 3.0 (#40178)" (flutter/engine#40317)
Revert "Bump lower Dart SDK constraints to 3.0"
2023-03-15 18:53:00 +00:00
Michael Goderbauer
828f3deb86 Bump lower Dart SDK constraints to 3.0 (flutter/engine#40178)
Bump lower Dart SDK constraints to 3.0
2023-03-15 17:57:04 +00:00
Zachary Anderson
fef4fbff13 Disable clang-tidy pre-push hook by default (flutter/engine#35207) 2022-08-05 22:31:23 -07:00
Michael Goderbauer
cc50c5249c Sync analysis_options.yaml with flutter/flutter (flutter/engine#34986) 2022-07-29 16:41:04 -07:00
Loïc Sharma
64c83cfc87 Revert "Use git exec candidate list on all platforms for build" (flutter/engine#34844) 2022-07-22 17:45:04 +00:00
Loïc Sharma
0fd8f28571 Revert "Fix pre-push githooks on Windows and enable all format checks" (flutter/engine#34821) 2022-07-21 20:07:04 +00:00
Dan Field
f37da53cfb Drop unnecessary @dart annotations (flutter/engine#34760) 2022-07-19 22:07:04 +00:00
Márk Tolmács
140e1231cf Fix pre-push githooks on Windows and enable all format checks (flutter/engine#34374) 2022-07-13 22:06:05 +00:00
Márk Tolmács
e517dd9b9b Use git exec candidate list on all platforms for build (flutter/engine#34294)
* Use git exec candidate list on all platforms for build

build/git_revision.py now uses a git executable name search list on all
platforms, avoiding issues with some Windows installations.

* Moving python import to top to satisfy linter

* Fixing format error and removing unneeded check

* Adding git candidate search to githooks setup.py

* Adding missing COM initialization to
flutter_tester executable on Windows

* Revert "Adding missing COM initialization to"

Reason: Added to incorrect branch

This reverts commit 1b0da56ffd9af41d457f5a609022d4b0387cd935.

* Format fix for setup.py
2022-06-28 09:30:46 -07:00
Zachary Anderson
1790d5a019 Adds a python formatter (flutter/engine#33797)
* Adds a python formatter

* Apply format
2022-06-03 13:00:14 -07:00
William Hesse
24acf27f48 Use git.bat from depot_tools in githooks setup on Windows (flutter/engine#33389)
The git installed by depot_tools on Windows is only available as git.bat from Python.
The shell auto-replaces git by git.bat, but that doesn't happen when running from Python.
The git installed by depot_tools may be the only git installed on Windows.

Without this fix, gclient sync does not work on Windows for me
2022-05-16 17:11:52 +02:00
Jim Graham
8ca73cd2d0 allow either host_debug or host_debug_unopt for pre-push verification (flutter/engine#33000) 2022-04-29 13:34:03 -07:00
Zachary Anderson
ab45fca29c Run formatter first in pre-push hook (flutter/engine#31733) 2022-03-01 13:44:05 -08:00
Alexander Aprelev
2dd70761f3 Add pkg:smith as a dependency for flutter_frontend_server. (flutter/engine#30903)
* Add pkg:smith as a dependency for flutter_frontend_server.

This is needed to roll dart past b453c6bcba

* Update few more packages that depend on internal dart sdk expect package
2022-01-18 09:26:55 -08:00
Jenn Magder
1f34a4d945 Allow engine variants other than "host_debug" to be clang-tidy linted (flutter/engine#29668) 2021-11-11 13:04:31 -08:00
Zachary Anderson
d566a7bed6 Re-route githook for Windows (flutter/engine#27532) 2021-07-18 21:17:38 -07:00
Zachary Anderson
3f02650a9b Emit more info while running pre-push githooks (flutter/engine#27222) 2021-07-07 15:37:08 -07:00
Zachary Anderson
c4922e97ae Use package:clang_tidy in git pre-push hook (flutter/engine#26986) 2021-06-26 22:13:26 -07:00
Zachary Anderson
23cb015a33 Add pre-push git hook (flutter/engine#26699) 2021-06-20 16:12:53 -07:00