Jacob MacDonald
Jacob MacDonald
This looks like a side-effect of changing `canRead` to fail for "failed" assets. We fail the build step on compilation errors which means that we can't read the errors files...
I noticed today that if you modify a part file that is imported by the build script we don't pick that up and invalidate the build.
When comparing a List/Set to an Iterable, the order of the arguments will give a different result, making them non-symmetric. This actually varies on the implementation though - in the...
See context here https://github.com/dart-lang/collection/pull/123/files/67f1b6438c3d7045b82dc6a14f0b988ab81c9e2f#r393273134 This would allow the `_set` field to be non-late in nnbd.
## What happened? I noticed that dartpad now has github integration which is great, so I attempted to log in. When I clicked the button to log in, it eventually...
## What happened? I am getting the following errors in the console whenever I type in DartPad: ``` playground.dart.js:455 Uncaught TypeError: Cannot read properties of null (reading 'toString') at fi.eS...
Hi! I recently checkout out this repo to work on a quick bug fix, and I was wondering a bit about the dev setup. In particular, the `grind serve` task...
See https://github.com/google/mono_repo.dart/pull/198, which would add a `mono_repo travis --validate` option. Today it is clunky to configure - you have to add it to some random mono_pkg.yml file in the repo...
Most of the packages in https://github.com/dart-lang/build want the exact same travis config (actually, all of them I think), but today they all need their own .travis.yml file. It would be...