Devon Carew

Results 381 comments of Devon Carew

It would be interesting to see if we could eliminate the need for https://github.com/dart-lang/test_reflective_loader via macros.

cc @kevmoo @mit-mit @bkonyi It looks like we currently have: ``` [cli] A command-line application with basic argument parsing. [console] (default) A command-line application. [package] A package containing shared Dart...

> The failure was because the new `pkg:test` requires a newer Dart, so I've also now bumped the requirement from Dart 3.1 to Dart 3.2 in the pubspec (and the...

Yeah, that package is linux only. I'm thinking of one that gives you the best state dir, cache dir, ... for an app, given the app's name and the OS...

~Thinking about this, the setting really only controls the output seen in the timeline view - there won't be any other user facing behavior (unlike something like 'debug draw' or...

Just for posterity, our reasons for consolidating packages into fewer repos are: - economies of scale; we find the maintence costs mostly scale with the number of repositories - ability...

This work is largely complete.