diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-19 14:57:55 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-19 15:12:50 -0700 |
commit | a9d473e22426a7636980b8266e9b48cbae3bba05 (patch) | |
tree | 9428315eb5570c68c3bc3aff2623a0a8a943eb49 /build_and_test_until | |
parent | 37d40d4096b5ef6f256efc2b90ea4c75883d6f59 (diff) | |
download | mu-a9d473e22426a7636980b8266e9b48cbae3bba05.tar.gz |
5668 - start reorg to permit syntax sugar in layers
Right now we always build the library before any apps. Apps are where our syntax sugar translators (sigils, calls, braces) live. So we can't use sugar in the standard library. New idea: move all code for SubX phases into the top-level. Perhaps we should also just build a single file rather than pipeline stages. But for now we'll build each phase by building up to some specific layer. This will simplify test_apps and move lots of one-off logic to a more standard form in test_layers. I'm also going to reorg existing layers so that we introduce each phase at a point where it mostly only gets the helpers it needs. This commit itself is just cleaning up some common strings. Using explicit names for them streamlines binaries a bit.
Diffstat (limited to 'build_and_test_until')
0 files changed, 0 insertions, 0 deletions