Sebastian Ullrich
|
db0d2e45fe
|
doc: dependencies & editors
|
2021-01-03 21:23:52 +01:00 |
|
Sebastian Ullrich
|
9ecabe5a06
|
feat: Nix: integrate vscode-lean4
|
2021-01-03 19:58:46 +01:00 |
|
Sebastian Ullrich
|
9485b8d074
|
doc: setup
|
2021-01-03 13:21:58 +01:00 |
|
Sebastian Ullrich
|
626ff28e0e
|
refactor: Wojciech tells me I should simply do it like this instead
|
2021-01-03 00:41:31 +01:00 |
|
Sebastian Ullrich
|
cf101fa5ae
|
chore: that last commit shouldn't have worked, and yet apparently it did
|
2021-01-02 23:45:25 +01:00 |
|
Sebastian Ullrich
|
d576827e60
|
fix: wait for imports on document symbols request
|
2021-01-02 23:23:54 +01:00 |
|
Sebastian Ullrich
|
b7ad893377
|
chore: remove lean4-mode, rename lean4-lsp-mode to lean4-mode
/cc @leodemoura
|
2021-01-02 23:23:44 +01:00 |
|
Sebastian Ullrich
|
7b3e799a14
|
fix: leanpkg: lean version string
|
2021-01-02 22:21:31 +01:00 |
|
Sebastian Ullrich
|
5aab1cadc0
|
chore: remove debug print
|
2021-01-02 22:00:30 +01:00 |
|
Sebastian Ullrich
|
28210c8474
|
chore: CI: be more verbose
|
2021-01-02 22:00:30 +01:00 |
|
Sebastian Ullrich
|
eaf368b06b
|
chore: install leanpkg
|
2021-01-02 22:00:30 +01:00 |
|
Sebastian Ullrich
|
91454854f8
|
chore: de-Nixify leanpkg
|
2021-01-02 22:00:30 +01:00 |
|
Sebastian Ullrich
|
a9eaba0869
|
chore: leanpkg: always use master as default upstream branch, not version string
If anyone actually liked this behavior, please reach out
|
2021-01-02 22:00:30 +01:00 |
|
Sebastian Ullrich
|
e106ce9031
|
chore: update stage0
|
2021-01-02 20:42:40 +01:00 |
|
Wojciech Nawrocki
|
66a715dde1
|
chore: tolerate more errors in server
|
2021-01-02 14:32:27 -05:00 |
|
Wojciech Nawrocki
|
1dd96bd004
|
fix: encode none optional JSON fields as missing
VSCode is unhappy otherwise
|
2021-01-02 14:13:22 -05:00 |
|
Sebastian Ullrich
|
d11c9faf80
|
chore: update flake inputs
|
2021-01-02 15:37:38 +01:00 |
|
Leonardo de Moura
|
93f3c98780
|
test: add partial/unsafe tests
|
2021-01-01 18:46:12 -08:00 |
|
Leonardo de Moura
|
40cc287400
|
chore: update stage0
|
2021-01-01 18:32:33 -08:00 |
|
Leonardo de Moura
|
f0ac477d2e
|
feat: add sanity checks
|
2021-01-01 18:31:28 -08:00 |
|
Leonardo de Moura
|
e517d72bee
|
feat: simpForall
|
2021-01-01 17:24:56 -08:00 |
|
Leonardo de Moura
|
244b72befd
|
feat: simpArrow
|
2021-01-01 17:15:15 -08:00 |
|
Leonardo de Moura
|
15c052d44a
|
feat: basic simpLet
|
2021-01-01 15:54:29 -08:00 |
|
Leonardo de Moura
|
493d089878
|
feat: add support for simp { contextual := true }
|
2021-01-01 15:39:41 -08:00 |
|
Leonardo de Moura
|
e742dd1348
|
feat: allow user to set Simp.Config at simp
|
2021-01-01 15:12:18 -08:00 |
|
Leonardo de Moura
|
ac394e4fdf
|
fix: simp at hypotheses and using hypotheses
|
2021-01-01 12:05:38 -08:00 |
|
Leonardo de Moura
|
ce09e795b9
|
feat: finalizeProof at rewrite step
|
2021-01-01 11:33:34 -08:00 |
|
Leonardo de Moura
|
9e503c8bca
|
chore: use ``
|
2021-01-01 10:15:38 -08:00 |
|
Leonardo de Moura
|
3a369938c8
|
feat: simpLambda
|
2021-01-01 09:52:01 -08:00 |
|
Leonardo de Moura
|
27f532c3bb
|
chore: cleanup
`AppBuilder.lean` was still using the "manual auto-lifting" approach.
|
2021-01-01 09:16:48 -08:00 |
|
Leonardo de Moura
|
59762b727e
|
refactor: move pre and fuel check to simpLoop
|
2021-01-01 09:01:39 -08:00 |
|
Leonardo de Moura
|
b756562d4a
|
feat: simp beta/proj/recursor/matcher
|
2021-01-01 08:29:21 -08:00 |
|
Leonardo de Moura
|
8d83e71c5e
|
refactor: use tail recursion at simp loop
|
2021-01-01 05:59:10 -08:00 |
|
Leonardo de Moura
|
57e05af9da
|
feat: add simp benchmark
|
2020-12-31 15:46:56 -08:00 |
|
Leonardo de Moura
|
4a06057410
|
feat: simp
|
2020-12-31 15:44:18 -08:00 |
|
Leonardo de Moura
|
e2c8b1694b
|
feat: improve subst
|
2020-12-31 10:54:55 -08:00 |
|
Leonardo de Moura
|
ba22e7e70d
|
chore: update stage0
|
2020-12-31 09:51:28 -08:00 |
|
Leonardo de Moura
|
698908584b
|
fix: revert
|
2020-12-31 09:47:05 -08:00 |
|
Leonardo de Moura
|
90428cc09b
|
feat: expand let-decls at decide!
|
2020-12-31 09:47:05 -08:00 |
|
Leonardo de Moura
|
e3d61480f8
|
fix: missing withFreshCache and cleanup elimMVarDeps
|
2020-12-31 09:47:05 -08:00 |
|
Sebastian Ullrich
|
920df78abc
|
doc: lean4-mode LSP
|
2020-12-31 15:45:22 +01:00 |
|
Sebastian Ullrich
|
13749ea1e4
|
chore: update stage0
|
2020-12-31 15:02:57 +01:00 |
|
Sebastian Ullrich
|
4c3b247dee
|
feat: server: report document symbol hierarchy
|
2020-12-31 15:00:59 +01:00 |
|
Sebastian Ullrich
|
00841033d8
|
chore: Hover.lean ~> LanguageFeatures.lean
|
2020-12-31 15:00:42 +01:00 |
|
Sebastian Ullrich
|
da0777ece6
|
chore: deactivate hover provider for now
|
2020-12-31 10:56:45 +01:00 |
|
Wojciech Nawrocki
|
d2a992adf7
|
feat: filter server request cancellations
|
2020-12-31 10:45:58 +01:00 |
|
Wojciech Nawrocki
|
19e395ded7
|
feat: begin work on mouse hovers in server
|
2020-12-31 10:45:58 +01:00 |
|
Wojciech Nawrocki
|
2333a3fbab
|
fix: error responses in tests
|
2020-12-31 10:45:58 +01:00 |
|
Leonardo de Moura
|
bdd0eae625
|
chore: missing ) in trace message
|
2020-12-30 20:20:57 -08:00 |
|
Leonardo de Moura
|
a32c45a515
|
feat: simp infrastructure
|
2020-12-30 18:00:04 -08:00 |
|