Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
Find a file
Leonardo de Moura b8557b63af chore: temporary workaround
@Kha I had to comment the following lines. It is unclear what is going
on. All stages were building on my machine until I tried to build
using a fresh `build/release` directory. Then, I managed to reproduce
the error in the CI earlier today.
So, I destructively removed the `update-stage0`, and tried to build
using a fresh `build/release`. Then, I get the following error at
stage 1.
```
error: no such file or directory (error code: 2)
  file: /Users/leonardodemoura/projects/lean4/build/release/stage1/bin/../lib/lean/Std
```
The error seems to be produced by the line I have commented. It is
a weird bug since I do have the directory
```
/Users/leonardodemoura/projects/lean4/build/release/stage1/lib/lean/Std
```
Note that it works for
```
/Users/leonardodemoura/projects/lean4/build/release/stage1/bin/../lib/lean/Init`
```
No idea why it doesn't work for `Std`.
Anyway, by commenting the lines in this commit I can build all stages
locally. The test `binomial.lean` doesn't work since `Std` is not in
the builtin path.
2020-05-22 16:32:35 -07:00
.github chore: CI: check update-stage0 2020-05-19 11:31:36 -07:00
doc doc: reference correct default stage 2020-05-18 14:52:10 +02:00
images
lean4-mode doc: further elaborate on elan and Emacs setup 2020-05-18 11:00:29 +02:00
nix fix: Nix build 2020-05-18 14:38:27 +02:00
script chore: update-stage0 output should not depend on locale 2020-05-20 10:35:43 +02:00
src chore: temporary workaround 2020-05-22 16:32:35 -07:00
stage0 chore: update stage0 2020-05-22 14:35:45 -07:00
tests chore: fix test 2020-05-22 14:47:39 -07:00
tmp proto: checkpoint 2020-04-03 15:20:54 -07:00
.clang-format feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
.codecov.yml fix(.codecov.yml): do not fail github ci if coverage drops by 0.01% 2017-06-25 10:35:02 +02:00
.gitattributes chore(.gitattributes): use union merge strategy for doc/changes.md 2017-12-11 12:49:10 +01:00
.gitignore chore: move bin/ and .oleans into build directory 2020-05-14 14:47:54 +02:00
CMakeLists.txt chore: install stage 0.5 by default 2020-05-18 14:38:23 +02:00
default.nix chore: update to LLVM 10 2020-04-13 12:18:56 +02:00
LICENSE
README.md chore(README): update 2019-04-24 11:40:46 -07:00
shell.nix chore: move bin/ and .oleans into build directory 2020-05-14 14:47:54 +02:00

We are currently developing Lean 4. Lean 3 is still the latest official release. This repository contains work in progress.

Important. Unless you are one of our collaborators

  • We strongly suggest you use Lean 3.
  • Pull requests are not welcome.
  • New issues are not welcome, and will be closed without any feedback.