Félix Saparelli

Results 581 comments of Félix Saparelli

I think keeping track of where each crate is at could still be valuable, but we could keep it serial like in the UI PR rather than parallel with jobserver....

Yeah but UI wise I want to hide the cargo install output and just show the progress. Though, hmm, maybe what would be better in that case is to use...

Ah, json output is unstable :( Ok, let's do a single command for now and I'll figure out something more advanced later if I can

A general signal handler, really, we don't want to handle only SIGINT, but should also handle SIGTERM. Obviously can't do anything for SIGKILL but it should be expected that a...

I still have reservations on the whole atomicity thing but very off topic and out if scope here. Let's mitigate this bit with signal handling and discuss further elsewhere if...

I was thinking about this when adding those features, but could not figure out good ergonomics. The general idea of being able to more precisely control what will happen is...

I was thinking of a `--strategy metadata, quickinstall,source` (as default) and then you can say e.g. `metadata,source` or `metadata,quickinstall` or just `metadata`. That way it also makes it possible to...

As in do both include and exclude or just do the exclude? I'm happy with both of these tbh.

ok, sounds good