lean - Lean4 good way to solve `imports are out of date` - Stack Overflow
I created a project following the official document. But if I write
import Mathlib
In my_project/Basic.lean
, I get a warning: Imports are out of date and must be rebuilt; use the "Restart File" command in your editor
in vscode.
It does fix the warning if I click "Restart File" and wait for a century. What exactly is happening after clicking "Restart File"? What does Imports are out of date
mean? Does it mean I'm not using the newest version or something else?
Is there any way to avoid waiting a century to rebuild the package?
I created a project following the official document. But if I write
import Mathlib
In my_project/Basic.lean
, I get a warning: Imports are out of date and must be rebuilt; use the "Restart File" command in your editor
in vscode.
It does fix the warning if I click "Restart File" and wait for a century. What exactly is happening after clicking "Restart File"? What does Imports are out of date
mean? Does it mean I'm not using the newest version or something else?
Is there any way to avoid waiting a century to rebuild the package?
Share Improve this question asked yesterday SSSSSS 513 bronze badges1 Answer
Reset to default 0Run lake exe cache get
on the command line to download pre-compiled olean
files for Mathilb.
(You can also do this without the command line in VSCode: Click the "forall" icon, then "Project actions", then "Fetch Mathlib Build Cache".)
- 暴风影音“猝死”,一个PC播放器时代的终结
- 软件定义网络SDN与网络可见性的挑战
- powershell - Windows AutoPilot - Set Auto Login - Stack Overflow
- amazon ec2 - Flask Babel inconsistent language switching in production - Stack Overflow
- javascript - How to delete content from content-editable field on facebookmessenger.com? - Stack Overflow
- vuejs3 - Vue 3 Composition API data() - Generic idea required - Stack Overflow
- javascript - Responsiveness textContent (graphic) - Stack Overflow
- Fixing Crashing on load of 3D model on React Native - Stack Overflow
- javascript - Alpine.js menu toggle issue - Stack Overflow
- python - ModuleNotFoundError: No module named 'llama_index.text_splitter' - Stack Overflow
- html - Vertical Alignment of text inside a container, that is nested within another container - Stack Overflow
- node.js - Push notification not getting delivered - Stack Overflow
- python - Pandas DataFrame not populating as expected from JSON data produced by OpenAI API - Stack Overflow
- javascript - filter out object in array if object key value is null - Stack Overflow
- python - sympy integration with quotient and cot(x) not getting simplifed results - Stack Overflow
- angularjs - how to display a pdf in angular? - Stack Overflow
- window - Strawberry Perl doesn't include Win32::shortcut? - Stack Overflow