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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
vgo has set the (omg, wonderful) precedent that we're just gonna discard symlinks from well-formed dependencies. Just, straight up, ignore them. (This is one of the things i really like about vgo).
We'll ride that train, and ignore symlinks in the tree hasher that @karrick wrote, but we only just finally started using in #1912. That'll simplify the code, as well - we can get rid of the custom walker and just use Filepath.Walk().
The text was updated successfully, but these errors were encountered:
vgo has set the (omg, wonderful) precedent that we're just gonna discard symlinks from well-formed dependencies. Just, straight up, ignore them. (This is one of the things i really like about vgo).
We'll ride that train, and ignore symlinks in the tree hasher that @karrick wrote, but we only just finally started using in #1912. That'll simplify the code, as well - we can get rid of the custom walker and just use
Filepath.Walk()
.The text was updated successfully, but these errors were encountered: