Merge uv-toolchain and uv-interpreter (#3265)

Moves all of `uv-toolchain` into `uv-interpreter`. We may split these
out in the future, but the refactoring I want to do for interpreter
discovery is easier if I don't have to deal with entanglement. Includes
some restructuring of `uv-interpreter`.

Part of #2386
This commit is contained in:
Zanie Blue
2024-04-30 12:49:46 -05:00
committed by GitHub
parent 1d2c57a259
commit 630d3fde5c
35 changed files with 275 additions and 285 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ use tokio::time::Instant;
use tracing::{info, info_span, Instrument};
use uv_fs::Simplified;
use uv_toolchain::{
use uv_interpreter::managed::{
DownloadResult, Error, PythonDownload, PythonDownloadRequest, TOOLCHAIN_DIRECTORY,
};