astral-uv:std-trampoline

Last commit made on 2024-02-22
Get this branch:
git clone -b std-trampoline https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
std-trampoline
Repository:
lp:astral-uv

Recent commits

8f62126... by Micha Reiser <email address hidden>

Add std to trampoline

ad59171... by Micha Reiser <email address hidden>

Fix test snapshots

c13eef2... by Micha Reiser <email address hidden>

Distrust path length

d93faf8... by Micha Reiser <email address hidden>

Add tests

649f8c5... by Micha Reiser <email address hidden>

Lookup Python executable from binary

ed318dd... by Micha Reiser <email address hidden>

Replace `check` macro with regular function,

12462e5... by Charlie Marsh <email address hidden>

Bump version to v0.1.7 (#1851)

da3a7ec... by Jane Lewis <email address hidden>

Linker copies files as a fallback when ref-linking fails (#1773)

## Summary

Fixes #1444.

In situations where the installer fails to perform a reflink, a regular
file copy is also attempted, as a fallback. This circumvents issues with
linking files across filesystems or volumes.

## Test Plan
N/A

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

Don't expect pinned packages for editables with non-existent extras (#1847)

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

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

Add docs for git authentication (#1844)

[Rendered](https://github.com/astral-sh/uv/blob/zb/auth-docs/README.md#git-authentication)

Adds docs for
- #1781
- #1717