JuliaLang / Pkg.jl

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

Fix greedy resolver failure (producing an invalid solution) #4032

Closed carlobaldassi closed 1 month ago

carlobaldassi commented 1 month ago

This fixes #4030. Also adds a reduced test case. This was a rather simple bug in the greedy resolver that failed to actually account for all of the constraints. It's actually quite surprising how it went unnoticed for so long.