tydeu
|
68b81ca065
|
refactor: intro Lake.Env & add it to Workspace
also `LakeConfig` -> `LoadConfig`
|
2022-07-11 23:06:19 -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
|
185e10f6f3
|
misc: hoist facet name check to load + related bugfixes/refactors
|
2022-07-07 21:38:55 -04:00 |
|
tydeu
|
44f8e27a29
|
refactor: LeanExe.facet -> exeFacet
|
2022-07-05 17:46:44 -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 |
|
tydeu
|
906bc3c9c2
|
refactor: simplify custom target API (for now)
|
2022-07-01 16:26:35 -04:00 |
|
tydeu
|
2e43c1b6cf
|
fix: keyName regression caused by refactor
|
2022-07-01 11:18:59 -04:00 |
|
tydeu
|
2f9eefd35a
|
feat: inductive BuildKey + proper custom targets
|
2022-07-01 04:52:50 -04:00 |
|
tydeu
|
989b5666c9
|
refactor: remove unnecesssary build key subtypes
|
2022-07-01 02:54:08 -04:00 |
|
tydeu
|
72f555dd5b
|
fix: properly trace module imports
|
2022-07-01 02:45:24 -04:00 |
|
tydeu
|
48d595b722
|
feat: preliminary custom package facets
|
2022-07-01 00:11:53 -04:00 |
|
tydeu
|
2ccd41ac82
|
feat: preliminary custom targets
|
2022-07-01 00:11:44 -04:00 |
|
tydeu
|
74f3e963ff
|
feat: use nativeFacets in exe's recBuild
|
2022-06-30 01:30:14 -04:00 |
|
tydeu
|
6035ed56ea
|
fix: make root module "private" to the package
|
2022-06-30 01:26:01 -04:00 |
|
tydeu
|
7955d0f73c
|
refactor: typify git repos + log stdout/stderr on git failures
c.f. leanprover/lake#67
|
2022-06-29 21:58:11 -04:00 |
|
tydeu
|
c6f7a0d654
|
fix: build o files again to enable incremental rebuilds
This reverts commit 182a5787aabd8924823f2232a518911c81b2b2cd.
|
2022-06-29 18:05:53 -04:00 |
|
tydeu
|
49384a69bf
|
fix: precompile imports of precompiled imports
|
2022-06-29 17:06:24 -04:00 |
|
tydeu
|
7ea0ea3393
|
fix: use library, not package, for lean root dir
|
2022-06-29 04:05:35 -04:00 |
|
tydeu
|
f62b017654
|
feat: user-specified native module facets for libraries
|
2022-06-29 03:36:05 -04:00 |
|
tydeu
|
85f6d1a402
|
feat: preliminary custom module facets
|
2022-06-28 23:39:47 -04:00 |
|
tydeu
|
4d118062b8
|
chore: add note highlighting perf decision
|
2022-06-28 14:02:07 -04:00 |
|
Mac
|
a2e39659f9
|
perf: do not build object files of imports when linking executable
|
2022-06-28 13:57:23 -04:00 |
|
tydeu
|
5f1eca5954
|
refactor: minor cleanup
|
2022-06-28 13:35:20 -04:00 |
|
tydeu
|
a4174a560b
|
refactor: build code cleanup / reorg
|
2022-06-28 01:01:13 -04:00 |
|
tydeu
|
0e99494611
|
refactor: move lib/exe targets into the index
|
2022-06-27 02:07:45 -04:00 |
|
tydeu
|
c0bc0344b0
|
refactor: add LeanLib/LeanExe/ExternLib + reorg & cleanup
|
2022-06-26 18:26:12 -04:00 |
|
Mac
|
a8d1ff5fdc
|
fix: properly link libraries on MacOS
|
2022-06-25 21:46:01 -04:00 |
|
tydeu
|
6812bae11a
|
feat: link libraries in a path and platform independent way
|
2022-06-25 19:22:41 -04:00 |
|
tydeu
|
3200b43371
|
feat: include external libraries in precompilation
|
2022-06-25 00:35:29 -04:00 |
|
tydeu
|
45ff2dbc9d
|
feat: add isLeanOnly package config
closes leanprover/lake#74
|
2022-06-24 18:35:14 -04:00 |
|
tydeu
|
961a328bfd
|
fix: report precompiled dynlibs to server
a feature of leanprover/lake#47 I had hetherto missed
|
2022-06-24 17:04:42 -04:00 |
|
tydeu
|
4f739572c9
|
refactor: use IndexT at Index.lean
|
2022-06-24 15:05:41 -04:00 |
|
tydeu
|
241665dc27
|
refactor: move recurse arg into the monad stack
|
2022-06-23 23:42:12 -04:00 |
|
tydeu
|
0655233dd2
|
fix: precompile mods if they want not if their importer wants
closes leanprover/lake#83
|
2022-06-23 22:45:11 -04:00 |
|
tydeu
|
d842158172
|
refactor: reorg build code into smaller, focused files
|
2022-06-23 21:27:57 -04:00 |
|
tydeu
|
d3c373478e
|
refactor: generalize module facet build code to any target
|
2022-06-23 13:19:39 -04:00 |
|
tydeu
|
f7451e025c
|
feat: basic precompiled modules + builtin module facets
closes leanprover/lake#47
|
2022-06-22 13:20:15 -04:00 |
|
Leonardo de Moura
|
4b7188e0ce
|
chore: opaque is now a command keyword
|
2022-06-16 17:33:00 -04:00 |
|
tydeu
|
02ee011a0e
|
refactor: simplify module target code + related cleanup
closes leanprover/lake#75
|
2022-06-16 02:04:31 -04:00 |
|
tydeu
|
e5782adeff
|
feat: replace moreLibTargets w/ new extern_lib syntax
|
2022-06-10 12:08:58 -04:00 |
|
tydeu
|
8428ef7cd7
|
chore: improve imports lean-only build condition
|
2022-06-09 21:08:06 -04:00 |
|
tydeu
|
108d9852ca
|
chore: deprecate package facets
|
2022-06-09 16:38:07 -04:00 |
|
tydeu
|
18b6bf3cf8
|
fix: exe link args & targets test
|
2022-06-07 21:27:41 -04:00 |
|
tydeu
|
18eef56322
|
feat: multi lib & exe targets w/ updated build CLI syntax
|
2022-06-07 20:48:41 -04:00 |
|
tydeu
|
b6bce412a9
|
refactor: split lib and exe config from package
|
2022-06-07 16:48:55 -04:00 |
|
tydeu
|
1c512bdf20
|
refactor: merge 'MonadLog and LogMethods`
|
2022-06-02 19:43:07 -04:00 |
|
tydeu
|
81ea5049af
|
feat: caption process stdout and stderr
closes leanprover/lake#54
|
2022-06-01 18:09:39 -04:00 |
|