Open ryankurte opened 2 years ago
it -seems- like we're reporting to quickinstall even when not finding a matching package?
That's the intent, actually. The reporting to quickinstall is a signal to qi that they should consider the package for building.
Also, yes, I was thinking about UI for last release but couldn't see an easy win besides the (slight) confirm improvements. Failure of imagination! I like your draft here
Taking this, I'll be making UI improvements on top of #171 when that merges
@passcod Have you started implementing it?
If not, I can submit a PR for moving all stdout io into the ui-thread and remove the timestamp information (22:13:24 [INFO]
) from the output.
As per https://github.com/cargo-bins/cargo-binstall/pull/382#issuecomment-1250031729 we probably want to also ditch the confirm step, as most of the work is done before it anyway.
playing with this on arm64 and i think we could re-evaluate the UI a little bit, maybe improve the balance between debug / info and streamline what the user actually -sees-
at the moment this looks something like:
i think most of this is a relic of debugging when i started writing this, also i am not sure but it -seems- like we're reporting to quickinstall even when not finding a matching package?
so i guess the real question is how would we -like- this to look? i'm imagining something more modern-package-manager?