lean4-htt/tests/pkg/module/test.sh
Sebastian Ullrich c8cdb57c4b
feat: move non-essential metadata into .olean.server (#8068)
This PR ensures that for modules opted into the experimental module
system, we do not import module docstrings or declaration ranges.

Excluding declaration docstrings as well would require some more work to
make `[inherit_doc]` leave a mere reference to the other declaration
instead of copying its docstring eagerly.
2025-04-24 08:12:26 +00:00

4 lines
73 B
Bash
Executable file

#!/usr/bin/env bash
rm -rf .lake/build
LEAN_ABORT_ON_PANIC=1 lake build