Zulip Chat Archive

Stream: lean4

Topic: quick build of all files at `import`


Jireh Loreaux (May 03 2024 at 16:43):

On recent Mathlib (I think after the v4.8 bump), I'm experiencing a slowdown when I import something. In particular, with a fresh cache, I get this whenever I edit something right below the import. It seems to go through and check all files which it obviously had to do before, but maybe the fact that it's now printing them all slows it down? This is significantly slower for me.

Screencast_20240503_113917.webm

Kim Morrison (May 04 2024 at 07:05):

Just tagging @Mac Malone to be sure he's seen this.

Mac Malone (May 04 2024 at 17:40):

My guess is that this is due ot VSCode waiting on the sever to report each of this individual lines.Hopefully, we can threshold updates in the server to avoid sending an update every line.


Last updated: May 02 2025 at 03:31 UTC