This PR declares the module system as no longer experimental and makes the `experimental.module` option a no-op, to be removed.
6 lines
225 B
Bash
Executable file
6 lines
225 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ../../common.sh
|
|
|
|
# `--root` to infer same private names as in the server
|
|
# Elab.inServer to allow for arbitrary `#eval`
|
|
exec_check_raw lean --root=../.. -Dlinter.all=false -DElab.inServer=true "$f"
|