Alex Gaynor

Results 909 comments of Alex Gaynor

Is this still blocked on a design decision for how to represent build deps in requirements.txt files, or are there other issues here?

> We could, like, output a build constraints file that includes all the constraints required for the all build dependencies, assuming they aren't in conflict? Personally that works for my...

Hmm, is this the same as https://github.com/astral-sh/uv/issues/5190 ?

Hmm, I'm not sure `--reinstall-package cryptography` is sufficient? Here's the output after making a change to the rust source: ``` nox > [2024-03-04 09:30:36,745] uv pip install -c ci-constraints-requirements.txt --reinstall-package...

Yes, that works. I don't know if specifically detecting rust projects is the way to go (this is general to anything with an extension module), but something to make this...

Hmm, maybe? I don't think the target folder is right though, it'd need to be the rust source, since you want to rebuild the target folder based on changes to...

Avoiding rebuilds has its own benefits :-) On Fri, Sep 6, 2024 at 5:33 PM Charlie Marsh ***@***.***> wrote: > You could probably add a build.rs script that wrote out...

It seems to me that once the cargo-script RFC is stable, it'd be a much smaller amount of work to build this on top of that.

It may look like a duplicate, but it's not. `uv` has two "modes", one is its own one, which uses `uv.lock` and is tracked in #10478. This issue concerns using...