tydeu
|
331bf0f7f2
|
refactor: reorganize code folder structure
|
2021-11-09 22:55:21 -05:00 |
|
tydeu
|
50dd829d90
|
feat: add docs for scripts + CLI code cleanup
|
2021-11-02 13:19:41 -04:00 |
|
tydeu
|
8a20cafebf
|
chore: fix some overlooked docs
|
2021-10-29 19:04:21 -04:00 |
|
tydeu
|
ae43e5b2fb
|
feat: add package shared library build / facet
|
2021-10-29 19:00:02 -04:00 |
|
tydeu
|
e006f8534d
|
feat: add supportInterpreter config setting
also don't use `--export-all` on Windows anymore
|
2021-10-23 16:16:09 -04:00 |
|
tydeu
|
b558536129
|
feat: add basic lake server CLI
|
2021-10-13 15:31:49 -04:00 |
|
tydeu
|
15a2981804
|
feat: new build CLI
|
2021-10-09 19:24:28 -04:00 |
|
tydeu
|
8a06d4f529
|
feat: introduce Workspace which is shared across a pkg and its deps
|
2021-10-08 14:09:05 -04:00 |
|
tydeu
|
6cfbd90426
|
refactor: always pass -O3 and -DNDEBUG when building Lean o files
also add `more` prefix to `leanArgs`/`leancArgs`/`linkArgs`
closes leanprover/lake#19
|
2021-10-06 21:07:56 -04:00 |
|
tydeu
|
4c0734b5f1
|
feat: use hash traces for o file, static lib, and bin targets
Also rename `.hash` file to `.trace` and add a `package-bootstrap` make job
|
2021-10-04 19:08:22 -04:00 |
|
tydeu
|
5b0e264f8c
|
feat: promote scripts from PackageConifg to top level commands
|
2021-10-03 21:38:22 -04:00 |
|
tydeu
|
0ede8f2c4c
|
chore; minor doc cleanup
|
2021-10-03 17:09:30 -04:00 |
|
tydeu
|
3b28d24319
|
refactor: make package name a Name
|
2021-10-03 12:42:24 -04:00 |
|
tydeu
|
557adf9ffc
|
refactor: default binRoot to Main and expand init code
|
2021-10-02 23:41:55 -04:00 |
|
tydeu
|
0f5dd30880
|
refactor: use an Array for package depedencies
|
2021-10-02 21:48:23 -04:00 |
|
tydeu
|
a21274c302
|
refactor: make return code part of the CLI + have scripts return code
|
2021-09-30 20:36:21 -04:00 |
|
tydeu
|
a093a38459
|
refactor: rename package.lean to lakefile.lean
|
2021-09-26 18:52:31 -04:00 |
|
tydeu
|
6a9997c7ad
|
chore: -O3 not -03
|
2021-09-25 23:59:13 -04:00 |
|
tydeu
|
ff1e63c719
|
refactor: default leancArgs to -03, -DNDEBUG (like leanpkg)
|
2021-09-25 23:57:31 -04:00 |
|
tydeu
|
4af8135172
|
refactor: remove the package version field
Reason: It is unused. See https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/.5BRFC.5D.20name.2Fversion.20package.20fields/near/254114011 for more discussion of topic.
|
2021-09-25 18:31:33 -04:00 |
|
tydeu
|
ba8067f3bd
|
refactor: don't use globs to determine local modules + cleanup
Reasion: globs should be submodules of the roots
|
2021-09-24 01:11:29 -04:00 |
|
tydeu
|
0f0ea57ef5
|
chore: some cleanup and reorg
|
2021-09-23 23:12:51 -04:00 |
|
tydeu
|
5b37f1c5c5
|
feat: split moduleRoot into libRoots and libGlobs
Reason: provide finer grain control over library modules
|
2021-09-23 21:04:29 -04:00 |
|
Mario Carneiro
|
5007ceae69
|
feat: add module Glob API
|
2021-09-23 11:33:10 -04:00 |
|
tydeu
|
1c0c5a84a4
|
refactor: merge rootDir into srcDir
|
2021-09-19 19:59:07 -04:00 |
|
tydeu
|
06a6b9a88c
|
feat: add pure Packager variant
|
2021-09-19 19:58:30 -04:00 |
|
tydeu
|
3c1185dc9c
|
chore: document package configuration + other minor cleanup
|
2021-09-16 07:49:56 -04:00 |
|
tydeu
|
dd120dbc5a
|
feat: use lean-toolchain file to specify Lean version for package
|
2021-09-13 15:57:33 -04:00 |
|
tydeu
|
09af870b71
|
feat: add config option for separate binary module root
|
2021-09-05 19:01:09 -04:00 |
|
tydeu
|
3e1cdda87e
|
refactor: make PackageConfig take normal targets
|
2021-09-04 18:53:21 -04:00 |
|
tydeu
|
0a3457e973
|
refactor: minor cleanup / tweaks
|
2021-09-04 18:41:20 -04:00 |
|
tydeu
|
43d1dfe72c
|
refactor: cleanup opaque target interfaces
|
2021-08-21 23:52:34 -04:00 |
|
tydeu
|
d12c4241bf
|
fix: use BuildM in PackageConfig
|
2021-08-21 20:17:48 -04:00 |
|
tydeu
|
8f7e32d09a
|
refactor: add build monad
|
2021-08-19 23:21:23 -04:00 |
|
tydeu
|
c8b558a2d1
|
refactor: remove 'build' from Target/Trace/Task file names
|
2021-08-15 19:16:12 -04:00 |
|
tydeu
|
ddf02cb339
|
refactor: merge build target into lake target
|
2021-08-15 19:04:28 -04:00 |
|
tydeu
|
c1f61d6716
|
feat add config setting for specificying extra lib targets
|
2021-08-15 16:12:45 -04:00 |
|
tydeu
|
609ee22971
|
refactor: LeanTrace/Target -> LakeTrace/Target
|
2021-08-06 01:17:17 -04:00 |
|
tydeu
|
aa1ca9c4b7
|
feat: improve Target API
|
2021-08-04 14:07:28 -04:00 |
|
tydeu
|
d8ac18a807
|
refactor: add buildDir setting and make bin/lib/ir subdirs of it
|
2021-07-28 12:23:37 -04:00 |
|
tydeu
|
38b260d60f
|
feat: setting to specify alt root dir for package
|
2021-07-28 09:52:08 -04:00 |
|
tydeu
|
bc8c39e802
|
feat: can depend on subdirectories of dependencies
|
2021-07-28 09:08:39 -04:00 |
|
tydeu
|
b730aacbc8
|
refactor: BuildTagret -> ActiveBuildTarget
|
2021-07-24 09:23:46 -04:00 |
|
tydeu
|
c3e602cedf
|
refactor: moreDepsTarget -> buildMoreDepsTarget
|
2021-07-24 07:37:39 -04:00 |
|
tydeu
|
53b95fb455
|
fix: actually use lib name in the file name
|
2021-07-17 13:28:40 -04:00 |
|
tydeu
|
81cb2f6ca8
|
refactor: use modToFilePath in srcRoot and oleanRoot
|
2021-07-17 13:27:33 -04:00 |
|
tydeu
|
e99d7aab95
|
refactor: default libName to moduleRoot and don't escape it
|
2021-07-17 13:09:23 -04:00 |
|
tydeu
|
9e5505b6ca
|
feat: add new and run commands
|
2021-07-17 13:02:39 -04:00 |
|
tydeu
|
f8a31011a6
|
feat: add more package configuration settings
|
2021-07-15 12:21:52 -04:00 |
|
tydeu
|
758021f03a
|
feat: add hash checking for builds
|
2021-07-13 20:11:15 -04:00 |
|