Files
konsti 05c529a681 Fix stop-discovery-at regression (#19769)
Adding the `stop_discovery_at.is_none()` at
https://github.com/astral-sh/uv/blob/53d3f5443441ff5ef17b66a0d68cf7091dd5a091/crates/uv-workspace/src/workspace.rs#L1734-L1754
in https://github.com/astral-sh/uv/pull/18311 inadvertently caused a
regression when `stop_discovery_at` was missing during workspace
discovery. This PR fixes that by always passing in `stop_discovery_at`
when discovering workspaces in the cache.

---------

Co-authored-by: Tomasz Kramkowski <tom@astral.sh>
2026-06-11 14:14:38 +00:00
..