You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that rust-lang/cargo#354 is now fixed, and I complained about Cargo not locking its files, it seems only fair that cargo-script should properly lock its own cache.
One complication is the shiny new shared output folder support; that will probably need to be locked independently of everything else. Should check to see what Cargo does here, first, but we need to be careful due to the existence of .meta-hash files.
The text was updated successfully, but these errors were encountered:
Given that rust-lang/cargo#354 is now fixed, and I complained about Cargo not locking its files, it seems only fair that
cargo-script
should properly lock its own cache.One complication is the shiny new shared output folder support; that will probably need to be locked independently of everything else. Should check to see what Cargo does here, first, but we need to be careful due to the existence of
.meta-hash
files.The text was updated successfully, but these errors were encountered: