JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

Report failures to download artifacts as failures #3860

Closed mbauman closed 3 months ago

mbauman commented 3 months ago

Previously, an artifact that failed to download might print like this:

(proj) pkg> instantiate
  Downloaded artifact: Example
  Downloaded artifact: Example
ERROR: Unable to automatically download/install artifact 'Example' from sources listed in ...

With this change, that becomes:

(proj) pkg> instantiate
     Failure artifact: Example
     Failure artifact: Example
ERROR: Unable to automatically download/install artifact 'Example' from sources listed in ...