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
What I mean is, in the README you should mention that this flags needs to be set. It takes a while to debug why it doesn't work, until finally someone on Discard could point me to that flag.
The text was updated successfully, but these errors were encountered:
As a side effect of -Z mtime-on-use wouldn't other software potentially get a negative effect? If you were to derive a hash based on files in the target directory, IIRC adjusting file attributes can affect some operations like that? So while it may address one issue, it may cause regressions elsewhere?
I haven't looked into how the tool here works, but if it cares about access time, there is atime with the overhead to update files when they're accessed / read. Although it's a common practice to see advice of mounting with noatime where that'd never update, I don't know if updating a file with mtime is a great workaround either 😅
It's been a while since the last comment here, Rust nightly is working on it's own GC (I don't think it handles target directory yet), where they're using an SQLite database to track cache items instead.
I suppose it'd update that db in a similar way to how it'd approach -Z mtime-on-use, and once ready you'd have an official tool for this instead 👍
https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#mtime-on-use
What I mean is, in the README you should mention that this flags needs to be set. It takes a while to debug why it doesn't work, until finally someone on Discard could point me to that flag.
The text was updated successfully, but these errors were encountered: