Gabriel Ebner
|
b76bfcac91
|
fix: do not rely on iteration order of NameSet
|
2022-12-02 14:11:12 -05:00 |
|
Gabriel Ebner
|
7603e49169
|
chore: bump Lean version
|
2022-12-02 14:06:15 -05:00 |
|
Leonardo de Moura
|
8fbb866798
|
fix: incorrect use of outParam
We have
```
class BindAsync (n : Type u → Type v) (k : outParam $ Type u → Type u)
instance : BindAsync BaseIO (EIOTask ε)
instance : BindAsync BaseIO OptionIOTask
instance [BindAsync n k] [Pure n] [Pure k] : BindAsync n (ExceptT ε k)
instance [BindAsync n k] [Pure n] [Pure k] : BindAsync n (OptionT k)
```
See discussion at: https://leanprover.zulipchat.com/#narrow/stream/147302-lean4-maintainers/topic/Increasing.20.60Expr.2Ehash.60.20to.2064.20bits/near/313183466
|
2022-11-30 16:56:09 -08:00 |
|
Leonardo de Moura
|
dc937cb1f9
|
chore: Name.append
|
2022-11-29 23:05:19 -08:00 |
|
Gabriel Ebner
|
733f015c65
|
chore: reduce imports
|
2022-11-23 20:56:40 -05:00 |
|
Gabriel Ebner
|
42a8e0f190
|
refactor: split code for lake update and lake build
|
2022-11-23 20:56:40 -05:00 |
|
Gabriel Ebner
|
1949285fdb
|
chore: disable parallel testing in ci
|
2022-11-23 20:56:40 -05:00 |
|
Gabriel Ebner
|
2808cc2744
|
feat: improve manifest test
|
2022-11-23 20:56:40 -05:00 |
|
Gabriel Ebner
|
031d9712d5
|
chore: simplify test/manifest/test.sh
|
2022-11-23 20:56:40 -05:00 |
|
Gabriel Ebner
|
716fe7abb8
|
perf: use parseImports'
|
2022-11-11 13:21:42 -05:00 |
|
Gabriel Ebner
|
c614ffa2f7
|
chore: bump Lean version
|
2022-11-11 13:21:42 -05:00 |
|
tydeu
|
837eec5d9a
|
feat: add buildO helper
closes leanprover/lake#126
|
2022-11-10 20:48:05 -05:00 |
|
tydeu
|
8e6abd7c56
|
doc: add --old to lake help
|
2022-11-10 20:48:05 -05:00 |
|
tydeu
|
ddd7581ee4
|
refactor: lean_packages -> lake-packages + cleanup
|
2022-11-10 20:48:04 -05:00 |
|
tydeu
|
855a655033
|
refactor: split actions requiring load into separate file
see 1bd8430c15 (r82430947)
|
2022-11-10 20:48:03 -05:00 |
|
tydeu
|
0bf59a5921
|
feat: library defaultFacets setting
closes leanprover/lake#117
|
2022-11-10 20:48:02 -05:00 |
|
tydeu
|
d3d526d43f
|
test: make FFI example builds verbose
|
2022-11-10 20:46:57 -05:00 |
|
tydeu
|
0b1d2956a4
|
refactor: change manifest file path
closes leanprover/lake#111
|
2022-11-10 20:46:57 -05:00 |
|
Mario Carneiro
|
9544a0572e
|
fix: remove #check
|
2022-11-10 20:46:55 -05:00 |
|
tydeu
|
f40dbbcf02
|
chore: remove verbosity from LoadConfig
|
2022-11-10 20:46:55 -05:00 |
|
tydeu
|
fc65f6e73e
|
chore: start next Lake version
|
2022-11-10 20:46:54 -05:00 |
|
tydeu
|
17a4bcb3e1
|
Merge remote-tracking branch 'gebner/minmax'
|
2022-10-25 20:58:41 -04:00 |
|
Gabriel Ebner
|
56d0fbd537
|
chore: bump Lean version
|
2022-10-25 15:20:38 -07:00 |
|
Gabriel Ebner
|
783a61ab76
|
chore: Min/Max typeclasses
|
2022-10-21 11:23:29 -07:00 |
|
tydeu
|
3ad183e502
|
Merge branch 'snake'
|
2022-10-20 12:27:16 -04:00 |
|
tydeu
|
25fe4a6f4d
|
chore: update Lean version + attr fixes
|
2022-10-20 12:20:57 -04:00 |
|
Mario Carneiro
|
39feeaab74
|
chore: snake-case attributes
|
2022-10-18 21:34:51 -04:00 |
|
Gabriel Ebner
|
96acc7269d
|
fix: use typed syntax
|
2022-10-18 10:53:48 -07:00 |
|
Gabriel Ebner
|
7da0dd2fcf
|
fix: remove ` (funBinder|``
|
2022-10-17 14:07:16 -07:00 |
|
Gabriel Ebner
|
1742c79afe
|
chore: remove auxDecl binder info
|
2022-10-10 16:30:16 -07:00 |
|
tydeu
|
37811b2104
|
chore: update Lean version
|
2022-09-28 16:15:46 -04:00 |
|
tydeu
|
4811ba7850
|
Merge remote-tracking branch 'digama0/std_ns'
|
2022-09-28 16:03:27 -04:00 |
|
Mario Carneiro
|
ebdbc77631
|
chore: move Std -> Lean namespace
|
2022-09-24 00:08:26 -04:00 |
|
Sebastian Ullrich
|
3c6c1c25e4
|
chore: simplify elan CI setup
|
2022-09-21 16:36:05 -04:00 |
|
tydeu
|
48688da4b1
|
chore: update Lean version
|
2022-09-20 18:34:50 -04:00 |
|
tydeu
|
e55589cc7f
|
Merge remote-tracking branch 'digama0/import_reduction'
|
2022-09-20 18:34:33 -04:00 |
|
Mario Carneiro
|
032dc4bc8f
|
chore: move NameMap into a separate file
|
2022-09-14 21:32:25 -04:00 |
|
Gabriel Ebner
|
024a298eb7
|
chore: use new constructor docstring syntax
|
2022-09-13 19:11:13 +02:00 |
|
Mario Carneiro
|
21262e5dca
|
chore: move Bootstrap.Data -> Lean.Data
|
2022-08-29 11:14:25 -04:00 |
|
Mario Carneiro
|
f4bae4cd2a
|
chore: move Std -> Bootstrap
|
2022-08-29 01:03:08 -04:00 |
|
tydeu
|
f0c79f0954
|
chore: update Lean version
|
2022-08-08 18:03:25 -04:00 |
|
Leonardo de Moura
|
1c5ec65260
|
chore: runTermElabM refactor
|
2022-08-07 07:30:29 -07:00 |
|
tydeu
|
a7e0e5b50a
|
release: 4.0.0
|
2022-08-05 22:51:13 -04:00 |
|
tydeu
|
70172158a4
|
fix: improve targets/facets UX (e.g., errors when type incorrect)
|
2022-08-05 22:24:32 -04:00 |
|
tydeu
|
5ae0b979e8
|
doc: update README and some comments
|
2022-08-05 22:06:32 -04:00 |
|
tydeu
|
4fba6ae385
|
chore: bump Lean version
|
2022-08-05 17:42:00 -04:00 |
|
tydeu
|
c6327e66ca
|
chore: bump Lake version
|
2022-08-05 17:38:27 -04:00 |
|
tydeu
|
ecadca6902
|
feat: make manifest file configurable
see leanprover/lake#111
|
2022-08-05 17:31:04 -04:00 |
|
tydeu
|
db39141034
|
feat: replace extraDepTarget with extraDepTargets
|
2022-08-05 15:48:23 -04:00 |
|
tydeu
|
a889a7387c
|
test: make test 44 more consistent
|
2022-08-04 22:23:46 -04:00 |
|