In the early days of the new compiler, it was common to make tests that manually compiled a definition with the new compiler. The arity reduction pass in LCNF deliberately does not compute a fixed point to find a minimal set of used parameters for performance reasons, but running it a second time can lead to different decisions being made and a decl arity mismatch. This has been an issue for multiple people during development. Removing the tests fixes the problem. Fixes #9186. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||
| lakefile.toml | ||
| lean-toolchain | ||