We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lake
This was discussed at around https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/running.20.60cache.20get.60.20as.20part.20of.20every.20.60lake.20build.60/near/390475641. From a cursory glance, most Lean dependencies are only used in macro rules and elaborators, which could be moved out and made builtin_. Avoiding Lean.Parser/Elab should already provide a significant reduction of the closure and thus load time.
Lean
builtin_
Lean.Parser/Elab
The text was updated successfully, but these errors were encountered:
Ah, the output of mathlib's lake exe graph --to Lake --include-deps should also be helpful
lake exe graph --to Lake --include-deps
Sorry, something went wrong.
Closing this given caching and TOML features added since
No branches or pull requests
This was discussed at around https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/running.20.60cache.20get.60.20as.20part.20of.20every.20.60lake.20build.60/near/390475641. From a cursory glance, most
Lean
dependencies are only used in macro rules and elaborators, which could be moved out and madebuiltin_
. AvoidingLean.Parser/Elab
should already provide a significant reduction of the closure and thus load time.The text was updated successfully, but these errors were encountered: