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
PR#47 fixed #46 by ensuring one full DNS lookup and request response roundtrip is made before going wide to ensure that excessive DNS lookups and connections are not made.
PR#43 fixed the file lock options from LockOptions::cargo_package_lock to be exclusive to more closely match Cargo's behavior. This would not have been a problem in practice, but is more correct now.
PR#33 added a tame_index::utils::flock::FileLock parameter to all methods on indices that perform disk operations.
Added
PR#33 added tame_index::utils::flock, which contains a FileLock for holding an OS file lock for a particular path, as well as LockOptions for creating them.
Fixed
PR#33 resolved #30 by removing the usage of gix::lock in favor of the aforementioned FileLock
PR#33 resolved #17 by adding LockOptions::cargo_package_lock to easily create a lock file compatible with cargo's own ($CARGO_HOME global) package lock.