mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
![]() ## Summary This PR modifies our parsing to allow spaces in URLs. I don't know if this is a correct change... But we now parse URLs until we see: - A newline. - A semicolon (marker) or hash (comment), _preceded_ by a space. We parse the URL until the last non-whitespace character (inclusive). - A semicolon (marker) or hash (comment) _followed_ by a space. We treat this as an error, since the end of the URL is ambiguous (e.g., `https://foo.com; marker`) would be a URL that ends in `;`). Closes https://github.com/astral-sh/uv/issues/6032. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |