dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
680 stars 65 forks source link

Replace dlls.tar.gz with windeps.zip #111

Open genotrance opened 5 years ago

genotrance commented 5 years ago

Per discussion in https://github.com/nim-lang/nightlies/commit/2f7c65c10979c954a1f6cc26d86e0eca73f7c594#commitcomment-32539202, use windeps.zip instead of dlls.tar.gz.

dom96 commented 4 years ago

What's the motivation behind downloading this instead of dlls.zip? It includes random stuff like 7zip.exe.

genotrance commented 4 years ago

There was a push back then but I think Nim still uses only dlls.

genotrance commented 4 years ago

Looks like we finally moved to windeps. cc @alaviss

alaviss commented 4 years ago

yep, windeps is what Nim releases are made with.

dom96 commented 4 years ago

So why not just replace dlls with this new windeps archive?