Skip to content

Commit 35ebc20

Browse files
authored
Update main/master repoExceptions analysis set (flutter#172796)
Some of the repos are no longer referenced, others have migrated.
1 parent e5b78fe commit 35ebc20

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

dev/benchmarks/macrobenchmarks/lib/src/web/bench_image_decoding.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class BenchImageDecoding extends RawRecorder {
2323

2424
static const String benchmarkName = 'bench_image_decoding';
2525

26-
// These test images are taken from https://github.com/flutter/flutter_gallery_assets/tree/master/lib/splash_effects
26+
// These test images are taken from https://github.com/flutter/flutter_gallery_assets/tree/main/lib/splash_effects
2727
static const List<String> _imageUrls = <String>[
2828
'assets/packages/flutter_gallery_assets/splash_effects/splash_effect_1.gif',
2929
'assets/packages/flutter_gallery_assets/splash_effects/splash_effect_2.gif',

dev/bots/analyze.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,14 +1621,11 @@ Future<void> verifyRepositoryLinks(String workingDirectory) async {
16211621

16221622
// Repos whose default branch is still 'master'
16231623
const Set<String> repoExceptions = <String>{
1624-
'bdero/flutter-gpu-examples',
16251624
'chromium/chromium',
16261625
'clojure/clojure',
16271626
'dart-lang/test', // TODO(guidezpl): remove when https://github.com/dart-lang/test/issues/2209 is closed
1628-
'dart-lang/webdev',
16291627
'eseidelGoogle/bezier_perf',
16301628
'flutter/devtools', // TODO(guidezpl): remove when https://github.com/flutter/devtools/issues/7551 is closed
1631-
'flutter/flutter_gallery_assets', // TODO(guidezpl): remove when subtask in https://github.com/flutter/flutter/issues/121564 is complete
16321629
'flutter/flutter-intellij', // TODO(guidezpl): remove when https://github.com/flutter/flutter-intellij/issues/7342 is closed
16331630
'flutter/platform_tests', // TODO(guidezpl): remove when subtask in https://github.com/flutter/flutter/issues/121564 is complete
16341631
'flutter/web_installers',

docs/tool/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ If you need to pin a particular version, edit the table at the top of the `updat
164164
To allow the tool to be used with a locally-built engine, the `flutter` tool accepts three
165165
global parameters:
166166

167-
* `local-engine`, which specifies which build of the engine to run
168-
* `local-engine-host`, which specifies which build of the engine to use for host artifacts like the dart compiler
169-
* `local-engine-src-path` (optional), which specifies the path to your engine sources
167+
- `local-engine`, which specifies which build of the engine to run
168+
- `local-engine-host`, which specifies which build of the engine to use for host artifacts like the dart compiler
169+
- `local-engine-src-path` (optional), which specifies the path to your engine sources
170170

171171
A typical invocation would be: `--local-engine=android_debug_unopt --local-engine-host=host_debug_unopt`.
172172

@@ -197,7 +197,7 @@ If you do this, you can omit `--local-engine-src-path` and not bother to set `$F
197197
the `flutter` tool will use these paths to determine the engine also! The tool tries really hard to
198198
figure out where your local build of the engine is if you specify `--local-engine`.
199199

200-
Similar to the [dwds debugging workflow](https://github.com/dart-lang/webdev/blob/master/dwds/CONTRIBUTING.md#with-flutter-tools-recommended), the Flutter tool can also be debugged with DevTools by invoking the tool with `flutter/bin/dart --observe flutter/packages/flutter_tools/bin/flutter_tools.dart` and then using the **first** DevTools URL that is printed to the console.
200+
Similar to the [dwds debugging workflow](https://github.com/dart-lang/webdev/blob/main/dwds/CONTRIBUTING.md#with-flutter-tools-recommended), the Flutter tool can also be debugged with DevTools by invoking the tool with `flutter/bin/dart --observe flutter/packages/flutter_tools/bin/flutter_tools.dart` and then using the **first** DevTools URL that is printed to the console.
201201

202202
## Adding dependencies to the Flutter Tool
203203

0 commit comments

Comments
 (0)