JuliaCI / PkgEval.jl

Keeping tabs on the julia ecosystem
Other
28 stars 18 forks source link

Simplify detection of uninstallable packages. #173

Closed maleadt closed 1 year ago

maleadt commented 1 year ago

Instead of parsing the log, write to a file after Pkg.add completes.

@KristofferC This changes :unsatisfiable to the more general :uninstallable.