astral-uv:zb/debug-docker

Last commit made on 2024-05-14
Get this branch:
git clone -b zb/debug-docker https://git.launchpad.net/astral-uv

Branch merges

Branch information

Name:
zb/debug-docker
Repository:
lp:astral-uv

Recent commits

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

Add ex dockerfile

0ef925a... by =?utf-8?q?Adolfo_Ochagav=C3=ADa?= <email address hidden>

Fix typo in traits.rs (#3574)

## Summary

Fixes a typo in a comment

## Test Plan

I assume there's no need to test comment changes, other than having a
human check they make sense. That's what this PR is for 😉

7c1c5df... by Charlie Marsh <email address hidden>

Unify editable handling between `sync` and `install` (#3568)

## Summary

Uses the editable handling from `pip sync`, and improves the
abstractions such that we can pass those resolved editables into the
resolver.

---------

Co-authored-by: konstin <email address hidden>

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

Move dry-run method to the top-level (#3567)

Trying to pull out some small, no-op refactors.

0253689... by konstin

Reduce `GitSourceDist` URL usage (#3458)

Refactor the easy-to-remove usage of the `VerbatimUrl` on
`GitSourceDist`

66eea7a... by Charlie Marsh <email address hidden>

Remove unused `installed` field from `Plan` (#3566)

b263fcf... by konstin

 Preserve parsed url in ResolvedDist -> Requirement (#3457)

Lose less information in the `ResolvedDist` -> `Requirement` conversion.

a241245... by konstin

Use the term path instead of local file consistently (#3430)

Rename `ParsedLocalFileUrl` to `ParsedPathUrl`, eliminating the term
`LocalFile` in favor of path.

325265e... by Charlie Marsh <email address hidden>

Move `pip` commands into their own module (#3565)

## Summary

Matching the structure of the `project` module and API.

c22c7ca... by konstin

 Add parsed URL fields to `Dist` variants (#3429)

Avoid reparsing urls by storing the parsed parts across resolution on
`Dist`.

Part 2 of https://github.com/astral-sh/uv/issues/3408 and part of #3409

Closes #3408