Publishing multiple packages should not say “You may press ctrl-c to skip waiting” #15005
Labels
C-bug
Category: bug
Command-publish
S-triage
Status: This issue is waiting on initial triage.
Z-package-workspace
Nightly: package-workspace
Problem
When using the new unstable support for publishing multiple packages in one command, Cargo prints its usual message during uploading:
However, this does not make sense for any packages but the last one, because the only things it could possibly do are cancel the remaining packages (unwanted), run the risk of erroring out due to not waiting before publishing the next package (unwanted), or do nothing (misleading).
Possible Solution(s)
Cargo should not print this message. Perhaps a more useful while-you-wait message would be to report how many packages remain to be published (or how many have been and the total).
Notes
@rustbot label +Z-package-workspace
Version
The text was updated successfully, but these errors were encountered: