You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the environment isn't cached / readily available, I think these now show too little logging (for large environments, it feels like it's just hanging, when in reality it's preparing the environment). We should just show a spinner in those cases at least.
The text was updated successfully, but these errors were encountered:
Yeah it's too quiet right now... Some ideas (not mutually exclusive):
Show an ephemeral spinner (so, it disappears once complete) if we have to do any work? Unfortunately we might have to "always" show this for uv tool run because (if the tool isn't already-installed) we have to perform a resolution even if we end up using a cached environment.
Show the "Building" and "Built" outputs always? Like the cyan and green ones that appear separately from the progress spinners.
Show the "Installed X packages in Yms" output but not the full list of modifications?
Personally, i'd like uv run to be completely if everything is cached (i do cargo run -q often enough), show a spinner if something isn't and Building/Built/Installed X packages in Yms summary messages if something changes (but not the whole list of packages).
When the environment isn't cached / readily available, I think these now show too little logging (for large environments, it feels like it's just hanging, when in reality it's preparing the environment). We should just show a spinner in those cases at least.
The text was updated successfully, but these errors were encountered: