John "codefu" McDole

Results 34 issues of John "codefu" McDole

Sometimes you want to test everything in your project with DDC. MemoryFileSystem imports too much to be compiled with DDC.

package:file

If the user is using package:// in their tests, coverage will not be reported because the "lib" is not appended to the path. Here's a dirty hack to get this...

package:coverage

Useful in tooling, releases, etc - where Dart is available Example usages: ```bash # Monorepo world ❯ dart ./dev/tools/bin/engine_hash.dart -s head 226e13826c7253c968d798666f323b1f207979f8 # Non-monorepo world ❯ dart ./dev/tools/bin/engine_hash.dart -s head...

### Type of Request bug ### Infrastructure Environment LUCI ### What is happening? Bots [build868-m9](https://chromium-swarm.appspot.com/bot?id=build868-m9) and [build855-m9](https://chromium-swarm.appspot.com/bot?id=build855-m9) are hanging for 20 minutes when calling `flutter doctor` ```console [2024-10-24 06:15:19.676942] [STDOUT]...

team-infra

The image data read back is in a pre-multiplied state. Convert it back to straight alpha before brightening and then premultiply. This just makes the colors go to white though:...

Hello Flutter Community! **We will use this issue to communicate further progress.** **Day 1** saw the merging of three repositories and then some fast-follow updates to kick the tires on...

monorepo

These two hashes should be the same. ``` PS C:\Users\john> flutter --version Flutter 3.28.0-2.0.pre.38547 • channel master • https://github.com/flutter/flutter.git Framework • revision 8ad15cd81e (3 hours ago) • 2024-12-19 15:52:54 -0800...

P0
monorepo

Fixes the bash integration test missing a file.

tool

Ran a race over the weekend and loved the voting feature; but I got a couple of comments / issues from parents: 1. There was no "confirm" button on the...

Would be nice to have something like the following. We use Yaml for configs-for-humans and json_serializable to handle parsing. ```dart extension YamlMapToMap on YamlMap { Map get asMap => {...

package:yaml