mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Log when we start solving a fork (#4684)
Adds a debug log message with the markers.
This commit is contained in:
parent
8f881d4796
commit
049833e037
1 changed files with 3 additions and 0 deletions
|
@ -336,6 +336,9 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
|
||||||
}
|
}
|
||||||
|
|
||||||
'FORK: while let Some(mut state) = forked_states.pop() {
|
'FORK: while let Some(mut state) = forked_states.pop() {
|
||||||
|
if !state.markers.is_universal() {
|
||||||
|
debug!("Solving split {}", state.markers);
|
||||||
|
}
|
||||||
let start = Instant::now();
|
let start = Instant::now();
|
||||||
loop {
|
loop {
|
||||||
// Run unit propagation.
|
// Run unit propagation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue