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
A recent change of mine broke extern mod foo = github.com/foo/bar/blat;, because now util::find_and_install_dependencies (correctly) tries to find what workspace the package is in before installing it, but (incorrectly) gives up if it's not found locally. The code should be refactored so that the git fetch step can happen before installing.
This regressed because, unfortunately, there are no automated rustpkg tests that fetch a package from a remote repository (since network connectivity was unreliable on the bots).