Gabriel Ebner
|
7be0d7ec16
|
fix: space before $
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
3f73442a5a
|
fix: space before infer modifiers
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
b176efefca
|
fix: print line before deriving
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
5d25df1a69
|
fix: indenting of match arms in declValEqns
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
067c181075
|
fix: space after @&
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
e1b2c945e3
|
fix: suppress extra spaces in formatter
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
2b7ec7f9ef
|
fix: spacing around (← monadic lifts)
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
52b36cad1d
|
fix: whitespace around parens in open/export
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
87faa7a93a
|
fix: whitespace after rw/simp [<-
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
f219188c95
|
fix: indent declaration signatures
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
e90bdd00db
|
fix: indent where definitions and add space before
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
f5a2562575
|
fix: indent structure fields
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
316fa81042
|
fix: print spaces around <| and |>
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
f1d583c9cf
|
fix: newline in whereDecls
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
448d2cd951
|
feat: add script to reformat lean files
|
2021-12-15 11:42:38 +00:00 |
|
Gabriel Ebner
|
7e483d3a0a
|
feat: support syntax abbreviations in dynamic quotations
|
2021-12-15 11:17:58 +00:00 |
|
tydeu
|
a3250dc44b
|
feat: expose --load-dynlib functionality to Lean code
|
2021-12-15 08:26:48 +00:00 |
|
Leonardo de Moura
|
34430cd7c3
|
fix: semantic highlighting for keywords of the form #<alpha>...
closes #703
|
2021-12-14 17:58:56 -08:00 |
|
Leonardo de Moura
|
5b14caf329
|
fix: missing addTermInfo at elabAtomicDiscr
closes #820
|
2021-12-14 17:20:46 -08:00 |
|
tydeu
|
42d8c333a6
|
chore: update Lake
|
2021-12-14 14:36:21 -08:00 |
|
Gabriel Ebner
|
45bcef5dab
|
refactor: server: use String.firstDiffPos to find changes
This is necessary so that we do not reprocess the whole file if
incremental sync is disabled.
|
2021-12-14 11:55:34 -08:00 |
|
tydeu
|
c0693c93be
|
chore: update Lake
|
2021-12-14 11:53:51 -08:00 |
|
Leonardo de Moura
|
448bac5b3e
|
chore: one add_test per lake test
|
2021-12-14 11:48:14 -08:00 |
|
Leonardo de Moura
|
136fab0723
|
feat: improve error message for let ... ← ... outside of a do
|
2021-12-14 08:56:22 -08:00 |
|
Leonardo de Moura
|
1c83ea9e40
|
fix: typo at hasUnusedArguments
See comment at #815
|
2021-12-14 06:50:34 -08:00 |
|
tydeu
|
26a225e230
|
chore: fix tests
|
2021-12-14 09:33:52 +01:00 |
|
tydeu
|
d518ba7f08
|
feat: use BaseIO more in Init.System.IO
|
2021-12-14 09:33:52 +01:00 |
|
Leonardo de Moura
|
3856d0030c
|
feat: improve do notation error message for pure code
See #770
|
2021-12-13 11:08:38 -08:00 |
|
Leonardo de Moura
|
e335b2ac8a
|
feat: add noncomputable sections
See https://github.com/leanprover-community/mathport/issues/71
|
2021-12-13 11:02:46 -08:00 |
|
Leonardo de Moura
|
5f0def2edf
|
chore: update stage0
|
2021-12-13 10:39:19 -08:00 |
|
Leonardo de Moura
|
55db56f80d
|
feat: add noncomputable section parser
|
2021-12-13 10:35:16 -08:00 |
|
Sebastian Ullrich
|
0ade9ee39b
|
fix: make IO.Process.Child.wait fallible
|
2021-12-13 15:12:48 +01:00 |
|
Leonardo de Moura
|
3a6cc77424
|
chore: update lake
|
2021-12-12 08:29:30 -08:00 |
|
Leonardo de Moura
|
133c58aba2
|
chore: update stage0
|
2021-12-12 08:17:30 -08:00 |
|
Leonardo de Moura
|
bf3b0c53ad
|
chore: add helper parser
|
2021-12-12 08:16:42 -08:00 |
|
Leonardo de Moura
|
b2e065a3ba
|
chore: avoid where structure instance notation
This is a workaround to avoid staging issues.
|
2021-12-12 07:59:38 -08:00 |
|
Leonardo de Moura
|
b6ef65d8fd
|
fix: where structure instance parser
closes #753
|
2021-12-12 07:52:52 -08:00 |
|
Leonardo de Moura
|
a3361e7d86
|
fix: missing universe assignments made during TC resolution
closes #796
|
2021-12-12 07:07:13 -08:00 |
|
Sebastian Ullrich
|
a91b861919
|
Revert "chore: CI: propagate prepare-*.sh errors"
This reverts commit 198d3103cd.
|
2021-12-11 17:37:12 +01:00 |
|
Sebastian Ullrich
|
198d3103cd
|
chore: CI: propagate prepare-*.sh errors
|
2021-12-11 09:51:27 +01:00 |
|
Sebastian Ullrich
|
ed3dad9313
|
fix: bundling on Linux
|
2021-12-11 09:10:06 +01:00 |
|
tydeu
|
d785652792
|
chore: update Lake
|
2021-12-10 16:38:31 -08:00 |
|
Leonardo de Moura
|
d5f1a5d1d1
|
fix: in-word completion
closes #857
|
2021-12-10 15:48:35 -08:00 |
|
Sebastian Ullrich
|
fddbc3c09e
|
fix: empty option completion
|
2021-12-10 14:19:19 -08:00 |
|
Sebastian Ullrich
|
a4633d30e2
|
fix: option completion after trailing .
|
2021-12-10 14:19:19 -08:00 |
|
Sebastian Ullrich
|
74dba7c64e
|
fix: do not hide trace messages on partial syntax
|
2021-12-10 14:19:19 -08:00 |
|
Sebastian Ullrich
|
ce2e733f17
|
fix: make option completion work in presence of value
|
2021-12-10 14:19:19 -08:00 |
|
Leonardo de Moura
|
1003840376
|
chore: update lake
|
2021-12-10 13:20:27 -08:00 |
|
Leonardo de Moura
|
63decd445c
|
chore: fix test
|
2021-12-10 13:13:03 -08:00 |
|
Leonardo de Moura
|
68bd55af32
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|