Gabriel Ebner
|
47b4eae9a6
|
perf: use ByteArray.hash directly
|
2022-12-02 14:31:48 -05:00 |
|
tydeu
|
25ab266a2e
|
fix: escape names from new/init
closes leanprover/lake#128
|
2022-12-02 14:17:57 -05:00 |
|
tydeu
|
b8c4ed5a83
|
feat: -U to update & build; add packagesDir to manifest
|
2022-12-02 14:17:57 -05:00 |
|
tydeu
|
93f1d05e2a
|
fix: various build problems
fixes leanprover/lake#139
touches on leanprover/lake#132
|
2022-12-02 14:17:56 -05:00 |
|
Gabriel Ebner
|
b76bfcac91
|
fix: do not rely on iteration order of NameSet
|
2022-12-02 14:11:12 -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
|
716fe7abb8
|
perf: use parseImports'
|
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
|
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 |
|
Gabriel Ebner
|
783a61ab76
|
chore: Min/Max typeclasses
|
2022-10-21 11:23:29 -07: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 |
|
Mario Carneiro
|
ebdbc77631
|
chore: move Std -> Lean namespace
|
2022-09-24 00:08:26 -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 |
|
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
|
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
|
350e1b810a
|
refactor: split CLI actions into separate file
|
2022-08-04 21:31:58 -04:00 |
|
tydeu
|
f0ae7bff1e
|
feat: ws.runBuild
|
2022-08-04 21:19:23 -04:00 |
|
tydeu
|
9121c4dfa8
|
feat: facet info param + unique names for facet syntax
|
2022-08-04 19:55:32 -04:00 |
|
tydeu
|
5558ad89a1
|
refactor: move fetching releases to extraDep build
|
2022-08-04 18:58:17 -04:00 |
|
tydeu
|
f2bcba7c73
|
refactor: renames + cleanup
|
2022-08-04 18:30:53 -04:00 |
|
tydeu
|
b8ed74e89f
|
feat: recursive builds in extern_lib
|
2022-08-04 16:58:42 -04:00 |
|
tydeu
|
56cec0b41c
|
feat: --old to use outdated unchanged modules
closes leanprover/lake#44
|
2022-08-03 00:35:44 -04:00 |
|
tydeu
|
99a0a1ee1f
|
refactor: remove remainder of Target code
|
2022-08-02 21:46:51 -04:00 |
|
tydeu
|
93c0b44623
|
doc: correct require syntax docs
|
2022-08-02 02:26:42 -04:00 |
|
tydeu
|
65825e4210
|
refactor; cleanup (primarly resolve code)
|
2022-08-02 01:58:13 -04:00 |
|
tydeu
|
b022a99027
|
fix: pass pkg linking args to extern lib linking
|
2022-08-02 00:13:58 -04:00 |
|
tydeu
|
59585d2374
|
refactor: cleanup logging API (unify BuildIO with LogIO)
|
2022-08-01 22:37:07 -04:00 |
|
tydeu
|
d5b6a49054
|
feat: platform bits in build archive name + related cleanup
|
2022-08-01 18:50:06 -04:00 |
|
tydeu
|
f4734e35ff
|
feat: inherit deep desp's revision from dep's manifest
closes leanprover/lake#70
|
2022-07-31 03:16:27 -04:00 |
|