mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
Compute resolver hints using the final reduced derivation tree (#7546)
This switches the no-solution formatter to use the final derivation tree (simplified and reduced) when generating hints.
This commit is contained in:
parent
df90cc6f95
commit
248bef13bd
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ impl std::fmt::Display for NoSolutionError {
|
|||
// Include any additional hints.
|
||||
let mut additional_hints = IndexSet::default();
|
||||
formatter.generate_hints(
|
||||
&self.error,
|
||||
&tree,
|
||||
&self.selector,
|
||||
&self.index_locations,
|
||||
&self.unavailable_packages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue