mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
This PR sets up the new integrated test/bench suite. It then migrates all benchmarks and some related tests to the new suite. There's also some documentation and some linting. For now, a lot of the old tests are left alone so this PR doesn't become even larger than it already is. Eventually, all tests should be migrated to the new suite though so there isn't a confusing mix of two systems.
17 lines
868 B
Plaintext
17 lines
868 B
Plaintext
Bla.f (x : Nat) : Nat
|
|
root.lean:21:14-21:22: error: protected declarations must be in a namespace
|
|
root.lean:29:4-29:10: error: invalid declaration name `_root_`, `_root_` is a prefix used to refer to the 'root' namespace
|
|
root.lean:31:0-31:32: error: invalid namespace `_root_`, `_root_` is a reserved namespace
|
|
root.lean:33:0-33:34: error: invalid namespace `f._root_`, `_root_` is a reserved namespace
|
|
root.lean:35:14-35:22: error: protected declarations must be in a namespace
|
|
root.lean:41:7-41:8: error(lean.unknownIdentifier): Unknown identifier `h`
|
|
root.lean:43:7-43:8: error(lean.unknownIdentifier): Unknown identifier `f`
|
|
Bla.f (x : Nat) : Nat
|
|
_private.elab_fail.root.0.prv : Nat -> Nat
|
|
root.lean:90:89-90:93: error: unsolved goals
|
|
x : Nat
|
|
⊢ isEven (x + 1 + 1) = isEven x
|
|
root.lean:95:89-95:93: error: unsolved goals
|
|
x : Nat
|
|
⊢ isEven (x + 1 + 1) = isEven x
|