Zulip Chat Archive
Stream: lean4
Topic: vscode #eval re-evaluates when comment added
Shreyas Srinivas (Jan 20 2024 at 00:46):
This one is trivial. Suppose you have a #eval ...
that takes a long time to evaluate. You get the result. Then you add a comment in the end. Naturally the line has changed so the file and in particular the #eval ... -- now with a comment
gets re-evaluated. Can this be improved?
Shreyas Srinivas (Jan 20 2024 at 00:46):
The lsp can be used to find out when a change to the file is just the addition of a comment right?
Last updated: May 02 2025 at 03:31 UTC