Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --refresh argument on -f #994

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Add --refresh argument on -f #994

merged 1 commit into from
Apr 24, 2024

Conversation

charliermarsh
Copy link
Member

Summary

Ensures that we rebuild any local packages when you run with -f.

Closes #984.

Test Plan

❯ cargo run install ../uv/scripts/packages/black_editable -f
   Compiling rye v0.33.0 (/Users/crmarsh/workspace/rye/rye)
    Finished dev [unoptimized + debuginfo] target(s) in 1.18s
     Running `target/debug/rye install ../uv/scripts/packages/black_editable -f`
Resolved 1 package in 0.91ms
   Built black @ file:///Users/crmarsh/workspace/uv/scripts/packages/black_editable                                                                                                                                                           Downloaded 1 package in 132ms
Installed 1 package in 0.60ms
 + black==0.1.0 (from file:///Users/crmarsh/workspace/uv/scripts/packages/black_editable)

@charliermarsh charliermarsh changed the title Add --refresh argument on -f Add --refresh argument on -f Apr 3, 2024
@charliermarsh charliermarsh merged commit 2dcb3ba into main Apr 24, 2024
8 checks passed
@charliermarsh charliermarsh added the bug Something isn't working label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rye install -f could do more to force the install
1 participant