Morgan :)
Morgan :)
I don't think `clean` is intended to do anything in a monorepo ... you'd have to run it in each individual package. It makes sense to support something better, as...
Oh, interesting, that does sound more like a bug :) I'll take a look once the performance work is done and `build_runner` is back to being able to do regular...
> I would really like workspace support too, because it'd better deal with the order in which to generate code. > > I often have custom code-generators for my projects....
Renamed to just "support pub workspaces" as there are a pile of things to do to handle workspaces better. (Or at all).
`build_runner` does write caching now, but I think it's still deleting then recreating files in some workflows, for better DAS interaction it should minimize changes.
Yes, writes are cached during the build then flushed once when the build completes; so they're as close to simultaneous as we can make it :)
Yes, those are higher priority. Still, I think if it's possible to turn today's 2-4s for tiny builds into 100ms that'll be a nice improvement :)
The `dart build` behaviour that checks/builds if there is a path/workspace dependency is worth looking into. ``` Resolving dependencies in [path]... Downloading packages... Got dependencies in [path]. Resolving dependencies in...
Closing as stale, happy to help with a not-stale version :)
> > A coworker brought up use case I hadn't considered. They have a code generator produces a new declaration. Sometimes a user wants to tweak the generated code. The...