mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() ## Summary More marker simplification: - Filters out redundant subtrees based on outer expressions, e.g. `a and (a or b)` simplifies to `a`. - Flattens nested trees internally, e.g. `(a and b) and c` Resolves https://github.com/astral-sh/uv/issues/4536. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |