aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program
diff options
context:
space:
mode:
authorEduardo Julian2022-10-21 01:01:35 -0400
committerEduardo Julian2022-10-21 01:01:35 -0400
commita2730ad74042cbc91602b47b2c6e6a7309bdfda0 (patch)
tree9ad28a1e83ba173dea1c64a584dbb6876f58a2a9 /stdlib/source/program
parent3525998c8fa9768dfeb333c553ccd71f38ac5311 (diff)
Clean-up after format change for extensions [part 0]
Diffstat (limited to 'stdlib/source/program')
-rw-r--r--stdlib/source/program/compositor.lux11
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index fced2ef5e..5fb5696b1 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -33,7 +33,8 @@
["[0]" analysis (.only)
[macro (.only Expander)]]
[phase
- [extension (.only Extender)]]]]
+ [extension (.only Extender)
+ ["[0]E" analysis]]]]]
[meta
[packager (.only Packager)]
[context (.only Context)]
@@ -166,10 +167,7 @@
(as_expected (platform.initialize file_context
(the cli.#module compilation)
expander
- host_analysis
platform
- generation_bundle
- host_declaration_bundle
program
extender
import
@@ -189,7 +187,10 @@
expander
platform
compilation
- [archive state]))))
+ [archive state]
+ [(analysisE.bundle host_analysis)
+ generation_bundle
+ host_declaration_bundle]))))
_ (cache.cache! (the platform.#file_system platform) (the cli.#configuration compilation) file_context archive)
host_dependencies (..load_host_dependencies (the platform.#file_system platform)
(the cli.#host_dependencies compilation))