src/Pure/Tools/build_job.scala
changeset 78178 a177f71dc79f
parent 77652 5f706f7c624b
child 78182 31835adf148a
--- a/src/Pure/Tools/build_job.scala	Mon Jun 19 22:28:09 2023 +0200
+++ b/src/Pure/Tools/build_job.scala	Tue Jun 20 14:25:06 2023 +0200
@@ -39,7 +39,7 @@
       session_prefs: String,
       sources_shasum: SHA1.Shasum,
       timeout: Time,
-      store: Sessions.Store,
+      store: Store,
       progress: Progress = new Progress
     ): Session_Context = {
       def default: Session_Context =
@@ -105,7 +105,7 @@
     private val options: Options = node_info.process_policy(info.options)
 
     private val session_sources =
-      Sessions.Sources.load(session_background.base, cache = store.cache.compress)
+      Store.Sources.load(session_background.base, cache = store.cache.compress)
 
     private val store_heap = build_context.store_heap(session_name)
 
@@ -477,7 +477,7 @@
             build_log =
               if (process_result.timeout) build_log.error("Timeout") else build_log,
             build =
-              Sessions.Build_Info(
+              Store.Build_Info(
                 sources = build_context.sources_shasum(session_name),
                 input_heaps = input_shasum,
                 output_heap = output_shasum,
@@ -531,7 +531,7 @@
     def read_xml(name: String): XML.Body =
       YXML.parse_body(decode_bytes(read(name).bytes), cache = theory_context.cache)
 
-    def read_source_file(name: String): Sessions.Source_File =
+    def read_source_file(name: String): Store.Source_File =
       theory_context.session_context.source_file(name)
 
     for {