tydeu
|
97100dcd02
|
feat: build all CLI targets in the same build pass
|
2022-07-25 20:48:31 -04:00 |
|
tydeu
|
f843d29f72
|
refactor: remove module facet special casing
|
2022-07-25 15:36:42 -04:00 |
|
tydeu
|
1d2ca29f2a
|
chore: remove package config builtin targets
|
2022-07-25 14:59:49 -04:00 |
|
tydeu
|
90ba1a6556
|
chore: start next Lake version
|
2022-07-25 14:59:39 -04:00 |
|
tydeu
|
afe18ac02e
|
release: 3.2.2
|
2022-07-24 22:44:36 -04:00 |
|
tydeu
|
48b1ed711a
|
chore: bump Lean version
|
2022-07-24 22:37:48 -04:00 |
|
tydeu
|
b784f8c3af
|
ci: don't skip after successful duplicate
Old duplicate runs can be lost (e.g., on a force push)
|
2022-07-24 22:00:39 -04:00 |
|
tydeu
|
dc8097dae6
|
feat: support pkg/ to disambiguate packages
|
2022-07-24 21:47:34 -04:00 |
|
tydeu
|
10940bf07b
|
refactor: merge IndexTargets into Index
|
2022-07-24 21:47:13 -04:00 |
|
tydeu
|
ff23465a04
|
chore: try to fix meta test script on macOS
|
2022-07-24 21:43:41 -04:00 |
|
tydeu
|
09e05cc1a9
|
feat: add do helper for grouping cmds + meta test
|
2022-07-24 21:43:40 -04:00 |
|
tydeu
|
ac5d83ca15
|
feat: add meta if helper command for config switchs
|
2022-07-24 21:43:40 -04:00 |
|
tydeu
|
67775edd18
|
refactor: make LeanLib.buildModules a proper recursive build
|
2022-07-24 00:34:57 -04:00 |
|
tydeu
|
abe8e8b1f8
|
docs: touch-up of Lake.Util.Family comments
|
2022-07-23 22:07:34 -04:00 |
|
tydeu
|
d68029092a
|
refactor: simplify FacetConifg and build monads ala leanprover/lake#107
closes leanprover/lake#107
|
2022-07-23 19:39:47 -04:00 |
|
tydeu
|
1256453ad5
|
refactor: move mod/pkg facets from pkg to ws
|
2022-07-22 17:56:06 -04:00 |
|
Mario Carneiro
|
fc34cd2b8e
|
chore: convert doc/mod comments from /- to /--//-!
|
2022-07-22 10:46:14 -04:00 |
|
tydeu
|
6caea9306c
|
feat: resolve depss while loading a pkg
|
2022-07-22 04:46:44 -04:00 |
|
tydeu
|
a6cc5f3a9d
|
doc: mention types of root(s)/lib/exeName in README
closes leanprover/lake#105
|
2022-07-20 19:38:09 -04:00 |
|
tydeu
|
aaf3c1e959
|
refactor: split config elab into its own file
|
2022-07-15 21:42:20 -04:00 |
|
tydeu
|
695b8f9b5d
|
refactor: move all manifest code to its file + split Package.load
|
2022-07-15 21:06:55 -04:00 |
|
tydeu
|
ab528009ee
|
refactor: move config loading code into its own directory
|
2022-07-15 16:38:35 -04:00 |
|
tydeu
|
5f9166c621
|
test: try to fix sed script for test 104 for MacOS
|
2022-07-15 15:58:13 -04:00 |
|
tydeu
|
f93a47de69
|
fix: do not fetch if dep rev matches manifest
also add some warnings on url/manifest mismatch + other minor cleanup
closes leanprover/lake#104
|
2022-07-15 15:11:27 -04:00 |
|
tydeu
|
23a578c37c
|
refactor: add LawfulCmpEq + post-PR cleanup
|
2022-07-14 18:11:12 -04:00 |
|
tydeu
|
32f870a994
|
chore: update Lean version
|
2022-07-14 15:04:45 -04:00 |
|
Gabriel Ebner
|
f76b488fd5
|
chore: hash field in Name was dropped
|
2022-07-14 15:04:45 -04:00 |
|
tydeu
|
5cd2d85515
|
doc: add trace to glossary + cleanup
|
2022-07-14 14:47:51 -04:00 |
|
tydeu
|
e498ff1aa8
|
doc: add glossary of Lake terminology to README
also added missing doc on `LeanLibConifg.srcDir`
|
2022-07-12 01:43:50 -04:00 |
|
tydeu
|
68b81ca065
|
refactor: intro Lake.Env & add it to Workspace
also `LakeConfig` -> `LoadConfig`
|
2022-07-11 23:06:19 -04:00 |
|
tydeu
|
2e38df619c
|
fix: Glob.forEachModuleIn
closes leanprover/lake#102
|
2022-07-11 15:45:50 -04:00 |
|
Sebastian Ullrich
|
fe5d95e7e3
|
fix: flake.nix
|
2022-07-10 22:57:44 +02:00 |
|
tydeu
|
62bdde1548
|
chore: update Lean version
|
2022-07-09 15:08:09 -04:00 |
|
Sebastian Ullrich
|
03da79a603
|
fix: restore script arg syntax
|
2022-07-09 15:05:19 -04:00 |
|
Sebastian Ullrich
|
1ea2a52448
|
chore: adapt to simpleBinder removal
|
2022-07-09 15:05:18 -04:00 |
|
Leonardo de Moura
|
b33aa09384
|
chore: the for in elaborator now propagates the element type to the body
|
2022-07-09 14:54:40 -04:00 |
|
tydeu
|
25d3860823
|
feat: lake exe CLI to run workspace exes
closes leanprover/lake#82
|
2022-07-09 02:47:01 -04:00 |
|
Sebastian Ullrich
|
b57ca74794
|
chore: skip elan test if no elan found
|
2022-07-08 23:05:12 -04:00 |
|
Sebastian Ullrich
|
49a025889a
|
chore: remove redundant declaration in .envrc
|
2022-07-08 23:05:12 -04:00 |
|
Sebastian Ullrich
|
a45d86cb96
|
chore: update flake.nix
|
2022-07-08 23:05:12 -04:00 |
|
tydeu
|
958e3fc4da
|
feat: add shorthands for lake script run/list
closes leanprover/lake#88
|
2022-07-08 23:03:42 -04:00 |
|
tydeu
|
ca04bf9b43
|
refactor: reorg cli code some (e.g., split cmds into defs)
|
2022-07-08 22:51:07 -04:00 |
|
tydeu
|
0fbd7a866a
|
feat: replace __args__ with get_config? + related refactors
|
2022-07-08 19:00:52 -04:00 |
|
tydeu
|
185e10f6f3
|
misc: hoist facet name check to load + related bugfixes/refactors
|
2022-07-07 21:38:55 -04:00 |
|
tydeu
|
c45088b2ea
|
chore: start next Lake version
|
2022-07-07 21:38:54 -04:00 |
|
tydeu
|
ee59d66268
|
release: 3.2.1
|
2022-07-05 19:28:40 -04:00 |
|
tydeu
|
adc6317e7b
|
chore: bump Lean version
|
2022-07-05 19:15:45 -04:00 |
|
tydeu
|
958f38b31e
|
feat: setup lean/lake env for server even if config has errors
|
2022-07-05 19:08:47 -04:00 |
|
tydeu
|
0a53ecb768
|
feat: add module file path helpers
|
2022-07-05 18:10:37 -04:00 |
|
tydeu
|
44f8e27a29
|
refactor: LeanExe.facet -> exeFacet
|
2022-07-05 17:46:44 -04:00 |
|