tydeu
|
d9f53dfec9
|
refactor: replace leanpkg.toml with a lakefile.lean + build reorg
|
2021-10-17 13:52:01 -04:00 |
|
tydeu
|
15a2981804
|
feat: new build CLI
|
2021-10-09 19:24:28 -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
|
50f70712a8
|
feat: add name to package DSL signature
|
2021-10-03 13:31:09 -04:00 |
|
tydeu
|
3abf53d196
|
chore: just build bin in examples/bootstrap
Reason: `bin` now imports the entire `Lake` lib so this is unecessary
|
2021-09-30 02:20:41 -04:00 |
|
tydeu
|
a093a38459
|
refactor: rename package.lean to lakefile.lean
|
2021-09-26 18:52:31 -04:00 |
|
tydeu
|
ff1e63c719
|
refactor: default leancArgs to -03, -DNDEBUG (like leanpkg)
|
2021-09-25 23:57:31 -04:00 |
|
tydeu
|
3f534e1155
|
refactor: use DSL in examples
|
2021-09-25 23:53:34 -04:00 |
|
tydeu
|
a9c0210ef3
|
refactor: use import Lake in package configurations
|
2021-09-25 19:36:00 -04:00 |
|
tydeu
|
efadebd5ef
|
refactor: move main into Lake.Main which is not imported by Lake
|
2021-09-25 19:18:10 -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 |
|
Sebastian Ullrich
|
abd617b9a5
|
test: use $LAKE everywhere
|
2021-09-21 12:17:27 -04:00 |
|
tydeu
|
1c0c5a84a4
|
refactor: merge rootDir into srcDir
|
2021-09-19 19:59:07 -04:00 |
|
tydeu
|
e3ec2b9e39
|
chore: revert casing change and instead output lower-cased bin
|
2021-09-13 13:21:35 -04:00 |
|
tydeu
|
4e61320225
|
chore: bin/lake -> bin/Lake
Reason: casing matters on Linux
|
2021-09-13 12:55:36 -04:00 |
|
tydeu
|
60c749ab1d
|
test: tweak & expand test Makefile
|
2021-09-13 12:22:11 -04:00 |
|
tydeu
|
5caa12c0b0
|
chore: fix shell script permissions
|
2021-09-13 11:40:05 -04:00 |
|
tydeu
|
f1865d4290
|
test: remove meanigful version information from bootstrap test
|
2021-09-05 20:15:46 -04:00 |
|
tydeu
|
103e8ab61c
|
test: convert examples' main test.sh into a Makefile
|
2021-09-05 19:54:39 -04:00 |
|
tydeu
|
dd6634544d
|
misc: add shell scripts for timing Lake builds
|
2021-08-17 10:34:18 -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
|
cce0b3cce5
|
refactor: minor example tweaks
|
2021-07-28 10:30:36 -04:00 |
|
tydeu
|
f06b1bbb5c
|
test: add bootstrap example
|
2021-07-28 10:20:42 -04:00 |
|