Zulip Chat Archive

Stream: new members

Topic: MIL.Common


The Scrungly (Apr 10 2025 at 18:20):

Hello, Im trying to run the tutorial file in VS code, but it needs to download MIL.Common. ive been downloading it for about two hours, and im only halfway done. is that normal?

Jireh Loreaux (Apr 10 2025 at 18:23):

You're downloading MIL.Common? Or you are building it?

The Scrungly (Apr 10 2025 at 18:24):

Building it. It started automatically when i opened the file

Jireh Loreaux (Apr 10 2025 at 18:29):

Right, that's the issue. You'll want to stop the build (killall lean in your terminal should suffice), then run lake exe cache get! (the ! is in case any cached files are corrupted, you don't need to always add that).

Jireh Loreaux (Apr 10 2025 at 18:29):

After you get the cache, then you'll be able to build the remaining files in MIL much more quickly.

The Scrungly (Apr 10 2025 at 18:33):

Thank you, but the terminal is saying killall is not recognized as an internal or external command

The Scrungly (Apr 10 2025 at 18:35):

nevermind, I used taskkill instead and it worked

Michael Rothgang (Apr 10 2025 at 21:03):

(Often, just closing all open tabs in your VS Code instance also works... but killall and friends make really sure no Lean processes are still running.)


Last updated: May 02 2025 at 03:31 UTC