mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +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 | ||