astral-uv:zb/mold-macos

Last commit made on 2024-04-10
Get this branch:
git clone -b zb/mold-macos https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
zb/mold-macos
Repository:
lp:astral-uv

Recent commits

eefb526... by Zanie Blue <email address hidden>

Revert "Skip running test"

This reverts commit c1ddb24fe41c41bdbe8e6341b5992e17c156b282.

c1ddb24... by Zanie Blue <email address hidden>

Skip running test

7651c99... by Zanie Blue <email address hidden>

DEBUG: Disable other jobs

28f4564... by Zanie Blue <email address hidden>

DEBUG: Use test branch

0ee082b... by Zanie Blue <email address hidden>

Debug: Display ld path

09001a2... by Zanie Blue <email address hidden>

Use mold on macOS

d832355... by Charlie Marsh <email address hidden>

Update hashes without `--upgrade` if not present (#2966)

## Summary

If the user runs with `--generate-hashes`, and the lockfile doesn't
contain _any_ hashes for a package (despite being pinned), we should add
new hashes. This mirrors running `uv pip compile --generate-hashes` for
the first time with an existing lockfile.

Closes #2962.

bbe46c0... by Zanie Blue <email address hidden>

Upgrade packse (#2963)

Should improve test performance with
https://github.com/astral-sh/packse/pull/169 thanks @konstin !

38ab39c... by Charlie Marsh <email address hidden>

Strip query string when parsing filename from HTML index (#2961)

## Summary

Closes https://github.com/astral-sh/uv/issues/2958.

c345a79... by Zanie Blue <email address hidden>

Add `python-patch` feature to isolate tests that require Python patch versions to match our suite (#2940)

Closes https://github.com/astral-sh/uv/issues/2165
Follows https://github.com/astral-sh/uv/pull/2930