Jacob MacDonald
Jacob MacDonald
> Any messages we might produce would conflict with an executable's ability > to use stdout to emit data. This could be resolved with a `--silent` flag or something, but...
> I think that pub run should never print on stdout or stderr. What if instead of a flag it only did it when stdout/stderr were connected to a terminal?...
> There's another issue here that we haven't considered yet. We run all applications in isolates in order to ensure that standard IO and signals and so on are all...
For global binaries AOT probably would be better, but it would be breaking to switch because they don't support mirrors...
> But are application snapshots faster than the current dill binaries? The terminology is a bit weird/inconsistent here so I am actually not entirely sure what you are talking about...
> Yeah - I meant trained VM snapshot - what is mentioned in the subject of this issue. Ah ok, fwiw I am surprised these are even still a thing,...
With workspaces effectively shipped in 3.5 stable (for Dart packages at least), should we prioritize work on this? I migrated the build/test repos to use workspaces, but just realized that...
What version would it print? The build_runner version?
Huh, I guess even pub/dartdevc/dart2js all support that. What happens if you pass it with any other arguments?
huh, so the tools don't agree on what to do in the presence of other args: **dart vm**: ignores the --version flag and runs the provided script **dart2js/dartdevc/dartanalyzer**: just prints...