Add user feedback when building source distributions in the resolver (#347)

It looks like Cargo, notice the bold green lines at the top (which
appear during the resolution, to indicate Git fetches and source
distribution builds):

<img width="868" alt="Screen Shot 2023-11-06 at 11 28 47 PM"
src="9647a480-7be7-41e9-b1d3-69faefd054ae">

<img width="868" alt="Screen Shot 2023-11-06 at 11 28 51 PM"
src="6bc491aa-5b51-4b37-9ee1-257f1bc1c049">

Closes https://github.com/astral-sh/puffin/issues/287 although we can do
a lot more here.
This commit is contained in:
Charlie Marsh 2023-11-07 06:17:31 -08:00 committed by GitHub
parent 2c32bc5a86
commit b0286a8939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 341 additions and 65 deletions

View file

@ -5,6 +5,7 @@ packaging>=23.1
pygls>=1.0.1
lsprotocol>=2023.0.0a1
ruff>=0.0.274
flask @ git+https://github.com/pallets/flask.git@d92b64a
typing_extensions
scipy
numpy
@ -28,3 +29,4 @@ typer
pydantic
uvicorn
traitlets