astral-uv:zb/demo

Last commit made on 2024-01-26
Get this branch:
git clone -b zb/demo https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
zb/demo
Repository:
lp:astral-uv

Recent commits

06c2021... by Zanie <email address hidden>

Baseline

1e77296... by Zanie <email address hidden>

Make sure for sure that the versions are sorted going into simplify

51942fe... by Zanie <email address hidden>

FLAKE!

a0f527a... by Zanie <email address hidden>

Baseline

2bf1530... by Zanie <email address hidden>

Snapshot debug

0be9302... by Zanie <email address hidden>

Order insertions into the available versions map

9067cfb... by Zanie <email address hidden>

Here here see the suspicious flaky behavior

b6d1a2a... by Zanie <email address hidden>

Use `simplify_set` utility in term formatting

3a05ef5... by Zanie Blue <email address hidden>

Add venv tests for missing Python versions (#1096)

These demonstrate some lackluster error messages.

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

Use a consolidated error for distribution failures (#1104)

## Summary

Use a single error type in `puffin_distribution`, rather than two
confusingly similar types between `DistributionDatabase` and the source
distribution module.

Also removes the `#[from]` for IO errors and replaces with explicit
wrapping, which is verbose but removes a bunch of incorrect error
messages.