aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/compiler/default/platform.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/meta/compiler/default/platform.lux')
-rw-r--r--stdlib/source/library/lux/meta/compiler/default/platform.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/library/lux/meta/compiler/default/platform.lux b/stdlib/source/library/lux/meta/compiler/default/platform.lux
index 488e04e79..17e50c28a 100644
--- a/stdlib/source/library/lux/meta/compiler/default/platform.lux
+++ b/stdlib/source/library/lux/meta/compiler/default/platform.lux
@@ -122,7 +122,7 @@
(cache/artifact.cache! system context @module artifact_id content))))]
(do [! ..monad]
[_ (is (Async (Try Any))
- (cache/module.enable! async.monad system context @module))
+ (cache/module.enable! async.monad system @module))
_ (for @.python (|> entry
(the archive.#output)
sequence.list
@@ -142,7 +142,7 @@
(has module.#document document))
(the archive.#registry entry)]
(_.result (..format format))
- (cache/module.cache! system context @module))))))
+ (cache/module.cache! system @module))))))
... TODO: Inline ASAP
(def initialize_buffer!
@@ -237,7 +237,7 @@
(the #host platform)
(the #phase platform))]
_ (is (Async (Try Any))
- (cache.enable! async.monad (the #file_system platform) context))
+ (cache.enable! async.monad (the #file_system platform)))
[archive analysis_state] (ioW.thaw (list) compilation_configuration (the #host platform) (the #file_system platform) context import compilation_sources)
.let [with_missing_extensions
(is (All (_ <type_vars>)
@@ -652,7 +652,7 @@
[all_dependencies duplicates] (with_new_dependencies new_dependencies all_dependencies)]
[archive _ errors] (after_imports customs import! module duplicates new_dependencies archive)]
(with_expansions [<cache_and_fail> (these (do !
- [_ (cache/archive.cache! (the #file_system platform) configuration context archive)]
+ [_ (cache/archive.cache! (the #file_system platform) configuration archive)]
(async#in {try.#Failure error})))]
(when errors
(list.partial error _)
@@ -719,7 +719,7 @@
[all_dependencies duplicates] (with_new_dependencies new_dependencies all_dependencies)]
[archive state errors] (after_lux_imports customs import! module duplicates new_dependencies [archive state])]
(with_expansions [<cache_and_fail> (these (do !
- [_ (cache/archive.cache! (the #file_system platform) configuration context archive)]
+ [_ (cache/archive.cache! (the #file_system platform) configuration archive)]
(async#in {try.#Failure error})))]
(when errors
(list.partial error _)