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.
15 lines
1.2 KiB
Text
15 lines
1.2 KiB
Text
autoBoundImplicits3.lean:9:29-9:34: error(lean.unknownIdentifier): Unknown identifier `size₂`
|
|
|
|
Note: It is not possible to treat `size₂` as an implicitly bound variable here because it has multiple characters while the `relaxedAutoImplicit` option is set to `false`.
|
|
autoBoundImplicits3.lean:13:24-13:26: error(lean.unknownIdentifier): Unknown identifier `α₃`
|
|
|
|
Note: It is not possible to treat `α₃` as an implicitly bound variable here because the `autoImplicit` option is set to `false`.
|
|
autoBoundImplicits3.lean:13:33-13:38: error(lean.unknownIdentifier): Unknown identifier `size₃`
|
|
|
|
Note: It is not possible to treat `size₃` as an implicitly bound variable here because the `autoImplicit` option is set to `false`.
|
|
autoBoundImplicits3.lean:17:30-17:32: error(lean.unknownIdentifier): Unknown identifier `α₄`
|
|
|
|
Note: It is not possible to treat `α₄` as an implicitly bound variable here because the `autoImplicit` option is set to `false`.
|
|
autoBoundImplicits3.lean:17:39-17:44: error(lean.unknownIdentifier): Unknown identifier `size₄`
|
|
|
|
Note: It is not possible to treat `size₄` as an implicitly bound variable here because the `autoImplicit` option is set to `false`.
|