comtihon/enot

Re-link broken and old links in local_cache

comtihon opened this issue · 1 comments

Build application with dep on erlang 19.
Will point to local_cache_dir/ns/dep/dep_vsn/19 -> application/deps/dep
Then upgrate to erlang 20, build application again.
When linking - link_if_needed method should determine, that old link differs from new (local_cache_dir/ns/dep/dep_vsn/20) and update link.

Fixed in #35