actonlang / acton

The Acton Programming Language
https://www.acton-lang.org/
BSD 3-Clause "New" or "Revised" License
80 stars 7 forks source link

Idempotently fetch deps #1977

Closed plajjan closed 1 week ago

plajjan commented 1 week ago

If we already have the deps, identified by their hash, on disk, we don't need to fetch them again!

Fixes #1952