tydeu
|
538ed26ca4
|
feat: module deps facet (+ test)
also improve facet build info docs
|
2023-07-03 18:31:34 -04:00 |
|
tydeu
|
331c4c39b8
|
feat: type-level named Package + target fetch helpers
|
2023-07-01 23:10:25 -04:00 |
|
tydeu
|
68800cdcf8
|
chore: fix test
|
2023-07-01 19:25:51 -04:00 |
|
tydeu
|
a0626a9334
|
refactor: libDir -> nativeLibDir; oleanDir -> leanLibDir
also
* remove deprecated `isLeanOnly`
* touch-up some docs
|
2023-07-01 11:53:52 -04:00 |
|
tydeu
|
01b3e70a8d
|
feat: add some helpers for pkg and lib roots
also update some docstrings
|
2023-06-29 23:00:03 -04:00 |
|
tydeu
|
8f3468b82c
|
chore: bump Lean version
|
2023-06-29 20:16:58 -04:00 |
|
tydeu
|
5190c7fcc3
|
test: rename issue dirs that test multiple issues
|
2023-06-29 17:47:18 -04:00 |
|
tydeu
|
337891c9eb
|
fix: do not build missing directory modules (+ test)
error reported on Zulip:
https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/lake.20build.20all/near/370788618
|
2023-06-29 17:42:27 -04:00 |
|
tydeu
|
3f9a867469
|
test: generalize make test/clean targets
|
2023-06-21 18:48:09 -04:00 |
|
tydeu
|
abdbc39403
|
test: add test for leanprover/lake#174
|
2023-06-21 18:19:12 -04:00 |
|
Denis Gorbachev
|
1292819f64
|
chore: update scripts example to new GetElem syntax (leanprover/lake#171)
|
2023-06-10 03:55:55 -04:00 |
|
tydeu
|
3fb146fad2
|
chore: fix test on MacOS
|
2023-06-08 14:05:04 -04:00 |
|
tydeu
|
462d306184
|
chore: fix test on non-Windows
|
2023-06-08 13:40:21 -04:00 |
|
tydeu
|
13d5e6f542
|
feat: add untraced weakLeanArgs
closes leanprover/lake#172
|
2023-06-08 03:29:51 -04:00 |
|
tydeu
|
cf216ecd16
|
chore: update Lean to 06-01
also:
* refactor code relying on the old `toName`
* do not decapitalize package names in `lake new`
|
2023-06-08 02:06:13 -04:00 |
|
tydeu
|
c0edda1373
|
doc: fix some README wording
|
2023-06-07 22:25:52 -04:00 |
|
tydeu
|
3f49861ee1
|
test: add test with - in lake new
from https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/lake.20new.20lean-data
|
2023-06-02 03:18:06 -04:00 |
|
Mac
|
b74d9c09d5
|
chore: delete unintended commit of flake.lock (leanprover/lake#170)
|
2023-05-24 19:26:36 -04:00 |
|
Sebastian Ullrich
|
a32c3e0140
|
feat: make .lean hashes cross-platform compatible (leanprover/lake#170)
|
2023-05-23 08:10:19 -04:00 |
|
tydeu
|
72487e5650
|
fix: remove olean/ilean duplication in module traces
|
2023-04-18 20:58:40 -04:00 |
|
tydeu
|
eb157000a4
|
chore: remove doc of isLeanOnly and warn on its use
|
2023-04-18 20:58:40 -04:00 |
|
Gabriel Ebner
|
0656482b91
|
feat: show number of files to go when building
|
2023-04-18 20:58:40 -04:00 |
|
Gabriel Ebner
|
312960820c
|
feat: priority for bindSync
|
2023-04-18 20:58:40 -04:00 |
|
Gabriel Ebner
|
98a55105ff
|
chore: update Lean version
|
2023-04-18 20:58:40 -04:00 |
|
Gabriel Ebner
|
a1a30aac1c
|
refactor: simplify recBuildLeanCore
|
2023-04-18 20:58:40 -04:00 |
|
tydeu
|
c49a7d84e9
|
chore: fix test
|
2023-04-15 21:04:46 -04:00 |
|
tydeu
|
346da2c29c
|
feat: bare lake run default scripts
|
2023-04-15 20:07:47 -04:00 |
|
tydeu
|
227a350747
|
doc: tweak README + fix some typos
|
2023-04-15 18:32:21 -04:00 |
|
Gabriel Ebner
|
caa4494cb7
|
chore: remove dangerous instances
|
2023-04-15 18:16:53 -04:00 |
|
Scott Morrison
|
a45f808da4
|
chore: don't rely on simp calling decide (leanprover/lake#168)
|
2023-03-28 12:32:39 -04:00 |
|
Sebastian Ullrich
|
7648ec57b5
|
fix: adapt to new Handle.mk signature
The previous code was arguably wrong in any case as the result of `lake
init` should not depend on the current platform
|
2023-03-17 09:15:26 -04:00 |
|
Gabriel Ebner
|
620587fc42
|
feat: make lake clean clean all packages
Fixes leanprover/lake#155
|
2023-03-10 22:51:11 -05:00 |
|
Gabriel Ebner
|
57fea2d8e3
|
feat: accept empty git hash as version
Fixes leanprover/lake#154
|
2023-03-10 22:49:36 -05:00 |
|
Gabriel Ebner
|
276bf837e2
|
feat: show stdout by default
|
2023-03-10 22:48:35 -05:00 |
|
Kaiyu Yang
|
421e73f6c5
|
doc: fix typo in README (leanprover/lake#157)
|
2023-02-24 16:02:00 -05:00 |
|
Martin Dvořák
|
83dffbc2f8
|
doc: mention lake clean in README (leanprover/lake#156)
|
2023-02-23 12:14:17 -05:00 |
|
tydeu
|
16af1dddf4
|
fix: include link args in shared lib trace of extern lib
|
2023-02-21 06:35:39 -05:00 |
|
tydeu
|
5080b08922
|
chore: reduce imports in Lake.Build.Actions
|
2023-02-02 20:38:06 -05:00 |
|
Arthur Paulino
|
05c2ac5f3c
|
download lean-toolchain directly
|
2023-02-02 20:34:02 -05:00 |
|
tydeu
|
7055f953f1
|
doc: fix typo
closes leanprover/lake#151
|
2023-02-02 15:40:02 -05:00 |
|
tydeu
|
e1887fa510
|
fix: put FFI lib in pkg lib dir in example (for Linux)
|
2023-01-11 18:24:15 -05:00 |
|
tydeu
|
55fa486ce6
|
fix: packages dir path and repo url
|
2023-01-11 18:18:09 -05:00 |
|
tydeu
|
15d656bd9a
|
fix: Linux still needs augmented library path
|
2023-01-11 17:32:26 -05:00 |
|
tydeu
|
4f505cd056
|
fix: use full path when loading dynlibs in the server
closes leanprover/lake#146
|
2023-01-11 16:17:47 -05:00 |
|
tydeu
|
8c793eaae5
|
chore: bump Lean version
|
2023-01-11 15:11:26 -05:00 |
|
Gabriel Ebner
|
cee959078d
|
fix: do not require Environment to be inhabited
|
2023-01-11 15:01:45 -05:00 |
|
tydeu
|
148b067724
|
test: fix shell script permissions
|
2022-12-02 17:58:51 -05:00 |
|
tydeu
|
479fe81894
|
feat: print log on failing lake print-paths
closes leanprover/lake#116
|
2022-12-02 17:26:36 -05:00 |
|
Gabriel Ebner
|
47b4eae9a6
|
perf: use ByteArray.hash directly
|
2022-12-02 14:31:48 -05:00 |
|
tydeu
|
c60ccdc974
|
test: increase sleep in 44
|
2022-12-02 14:20:58 -05:00 |
|