This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Ignore symlinks in tree hasher #1931
Closed
Description
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()
.