tydeu
|
1c916b755a
|
refactor: reduce use of targets + IndexT cleanup
|
2022-07-27 00:27:12 -04:00 |
|
tydeu
|
226def8b82
|
refactor: remove many used Target methods
|
2022-07-26 23:40:29 -04:00 |
|
tydeu
|
6709a795df
|
fix: apply nameToSharedLib to modTargets too
|
2022-07-26 23:24:49 -04:00 |
|
tydeu
|
8b402c4ee0
|
refactor: move info into target task
|
2022-07-26 21:13:43 -04:00 |
|
tydeu
|
5e3282347e
|
refactor: remove facet target helpers
|
2022-07-26 15:30:11 -04:00 |
|
tydeu
|
33e05e16be
|
chore: cleanup at recBuildExternalDynlibs
|
2022-07-26 15:27:01 -04:00 |
|
tydeu
|
a05e35c783
|
feat: library facets
|
2022-07-26 15:07:27 -04:00 |
|
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
|
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
|
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
|
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
|
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 |
|
Gabriel Ebner
|
f76b488fd5
|
chore: hash field in Name was dropped
|
2022-07-14 15:04:45 -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
|
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 |
|
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
|
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 |
|
tydeu
|
3229d5084c
|
fix: properly update deps w/ no branch or dir but no manifest
closes leanprover/lake#94
|
2022-07-05 17:36:38 -04:00 |
|
tydeu
|
df8085b7c2
|
fix: don't set LEAN_CC unless necessary + detect src dirs
closes leanprover/lake#93
|
2022-07-05 15:41:33 -04:00 |
|
tydeu
|
9e87958312
|
fix: linking libraries on Unix
|
2022-07-05 03:19:38 -04:00 |
|
tydeu
|
b6dc189f0a
|
feat: augment server env + add dynlib search path
see leanprover/lake#93, closes leanprover/lake#91
|
2022-07-05 02:45:45 -04:00 |
|
tydeu
|
0875473b13
|
fix: parameterize CustomData by package and target name
|
2022-07-04 20:27:10 -04:00 |
|
tydeu
|
7049a8da5f
|
refactor: DynamicType -> FamilyDef
Uses more principled terminology (i.e., its really an open type family)
|
2022-07-04 17:21:36 -04:00 |
|