Jo

Results 83 comments of Jo

Rye added support for toolchain installation without build info in https://github.com/astral-sh/rye/pull/917. It still fetches the`full` version and then renames the inner `install` directory to the final target, discarding the build...

Hi @charliermarsh, could you take a look at this PR? Let me know if there’s anything I can do to help move it forward!

While playing with this, I found an issue that the lockfile is always ignored due to missing remote index: ```console DEBUG Ignoring existing lockfile due to missing remote index: `idna`...

Thanks for the report, will take a look.

I reviewed the local test code path and, unfortunately, we can't make local testing work entirely offline. We might need to redefine "local testing" to mean running tests locally with...

Thanks @charliermarsh ❤️

Can you provide the complete steps for me to reproduce this issue? If you submit your code directly onto LeetCode (through the website online), do you encounter the same error?...

Thanks for your contribution! Could you also update the `README.md` to mention this change?

I added a validation test in https://github.com/astral-sh/uv/pull/8048/commits/df5066d677cce04afdb656c5f6407b34948d5571, to compare the outputs of the old and new code, and it passed successfully. This confirms that this PR keeps the directories unchanged....

The `--package` flag refers to a package within the workspace itself, not a dependency. I agree that this flag can be a bit confusing.