Jacob MacDonald

Results 175 issues of Jacob MacDonald

The logic would be essentially this: - at the start of each task, figure out which packages are different by comparing the the branch that the pull request wants to...

enhancement
help wanted

I think mono_repo would need a custom solution for this because of the nested packages etc, for any PR build it should check what packages had changes, and fail if...

enhancement
help wanted

The test helpers were split out from `code_transformers` into their own package. For the most part this just means changing any imports to `package:code_transformers/tests.dart` to `package:transformer_test/utils.dart`. The only actual breaking...

In particular this comes up a lot with [bad casts](https://screenshot.googleplex.com/4reca8QSAWTgRLs) as well as types added to the left hand side where they are unnecessary. It is very common for the...

area-migration
nnbd-migration-web-ui

Especially since this is on git and you probably will want to merge changes with other peoples branches (or your own) the main game file should probably be split up...

See https://github.com/dart-lang/sdk/issues/34233, and https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md#2190. This package no builds on the 2.19 dev release.

## Use case The `flutter test` command itself is built with a certain version of the `test` package (whatever is pinned in the repo at the time the SDK was...

a: tests
tool
proposal
passed first triage
P4

The macro apis today do not give access to default values for parameters (or initializer expressions for variables either). When augmenting a function today you are not allowed to specify...

static-metaprogramming

See the comment thread that starts [here ](https://github.com/dart-lang/language/issues/1482#issuecomment-1425106813). It should be reasonable to expose a way of introspecting on libraries, assuming we only expose information from the appropriate phases. I...

static-metaprogramming

A variety of proposed changes related to https://github.com/dart-lang/language/issues/3577. - Changes references to 'augmentation library' to just 'augmentation', it isn't really a library - Changes 'import augment' => 'augment' (reads better)...

augmentation-libraries