uv/crates/puffin-cli/tests
Charlie Marsh a24eb57e93
Make warnings user-facing (#628)
## Summary

Now, `puffin_warnings::warn_once` and `puffin_warnings::warn` will go to
`stderr`, as long as the user isn't running under `--quiet`. Previously,
these went through `tracing`, and so were only visible when running
under `--verbose`.
2023-12-12 21:24:38 -05:00
..
common Modify install plan to support all distribution types (#581) 2023-12-07 04:43:34 +00:00
snapshots Make warnings user-facing (#628) 2023-12-12 21:24:38 -05:00
add.rs Use temp_dir casing everywhere (#440) 2023-11-16 21:04:10 +00:00
pip_compile.rs Allow yanked versions when specified via == (#561) 2023-12-05 09:44:06 +01:00
pip_install.rs Add a fast-path to skip resolution when installation is complete (#613) 2023-12-12 17:43:12 +00:00
pip_sync.rs Download, build, and install in a single pipeline phase (#605) 2023-12-11 15:42:29 +00:00
pip_uninstall.rs Use temp_dir casing everywhere (#440) 2023-11-16 21:04:10 +00:00
remove.rs Use temp_dir casing everywhere (#440) 2023-11-16 21:04:10 +00:00
venv.rs Use full Python version when determining compatibility (#528) 2023-12-04 01:02:24 +00:00