uv/crates/uv-normalize
Andrew Gallant 048ae8f7f3 uv-resolver: add TRACE dump of resolver output
Specifically, this shows the resolution produced by the
resolver *before* constructing a resolution graph.

Unlike most trace messages, this is a multi-line message
that needs to do some small amount of work to build
itself. So we do an explicit gating on the log level here
instead of just relying on the `trace!` macro itself.
2024-07-16 09:51:54 -07:00
..
src uv-resolver: add TRACE dump of resolver output 2024-07-16 09:51:54 -07:00
Cargo.toml Move shell manipulation into its own crate (#5028) 2024-07-12 21:12:58 -04:00