Results 222 comments of Liam Appelbe

> I have the same problem (I am using pub workspaces, and not using fvm though) https://github.com/benthillerkus/m3_expressive_shapes/actions/runs/15454691911/job/43504534740 You have two options when testing coverage in a workspace: 1) Ignore the...

> The only difference I can see is that I'm not using flutter there; just dart Hmmm. Maybe Dart and Flutter search workspaces for pub deps differently? Workspaces are a...

> > If you do the pub get step in the package directory, does that fix the issue? > > No. Hmmm, ok. That's weird. I'll see if I can...

Not yet. It's on my todo list, but I've been busy with other projects.

@benthillerkus There's a few different issues here, but I don't think any of them are `package:coverage` bugs. One problem is that your package doesn't have `package:test` in the `pubspec.yaml`. So...

As part of the [category overhaul](https://github.com/dart-lang/native/issues/271), experiment with code genning them as extension methods instead of inserting them into the class. If that doesn't work (eg blocked by semantic differences...

> This means that we can only do this conversion one layer at a time. We can convert a `JList` into a `List` and not a `List`. So if we...

@HosseinYousefi Can you give a quick update on this? Are you definitely going to go ahead with this change, or are there unforeseen problems? If I'm going to do the...

The bug seems to have gotten worse overnight. Today it's resolving dependencies *twice* before starting to rebuild the tool: ![image](https://github.com/user-attachments/assets/34f96b1a-10a7-4132-b7f0-5dd399c58d46)

Minimal example: ```bash dart create -t cli testcli dart pub global activate --source path testcli dart pub global run testcli dart pub global run testcli # Rebuilds unnecessarily ``` Dart...