Jacob MacDonald
Jacob MacDonald
@tatumizer This issue is just for the general problem of static metaprogramming. What you describe would be one possible _solution_ to it, although we are trying to avoid exposing a...
> so it looks like `copyWith` is seen as a crown jewel of the upcoming facility The main reason we use this as an example is its well understood by...
> I believe the issue is that we cannot easily differentiate between `copyWith(name: null)` and `copyWith()` where the former should assign `null` to `name` and the latter just do nothing...
I agree I don't have a particular use case in mind, but I also can't think of a reason to not allow it? It seems like it should probably be...
I would prefer to start with this as being allowed but then we could remove it if some issue comes up in implementation? cc @johnniwinther @scheglov for feedback > They...
We are also getting failures for links to anchors in the current file, https://github.com/dart-lang/build/runs/5681705762#step:4:336
See the assert at the top of that method.... https://github.com/dart-lang/build/blob/81082de9aed7e4af4945de6d0381d09198593465/build_resolvers/lib/src/resolver.dart#L292 We aren't expecting to get called for any `dart:` uris here. My best guess is that this is actually an...
Actually this looks like it might happen in normal workspaces as well, at least sometimes.
Yes, after doing some digging I am very confused as to what is going on. As far as I can tell we should be nuking the entire analysis context collection....