src/Pure/Tools/build.scala
changeset 71877 f5dd0abd49d1
parent 71807 cdfa8f027bb9
child 71879 fe7ee970c425
equal deleted inserted replaced
71876:ad063ac1f617 71877:f5dd0abd49d1
   214             List("ML_Heap.save_child " +
   214             List("ML_Heap.save_child " +
   215               ML_Syntax.print_string_bytes(File.platform_path(store.output_heap(session_name))))
   215               ML_Syntax.print_string_bytes(File.platform_path(store.output_heap(session_name))))
   216           }
   216           }
   217           else Nil
   217           else Nil
   218 
   218 
   219         if (options.bool("pide_build")) {
   219         if (options.bool("pide_session")) {
   220           val resources = new Resources(sessions_structure, deps(parent))
   220           val resources = new Resources(sessions_structure, deps(parent))
   221           val session = new Session(options, resources)
   221           val session = new Session(options, resources)
   222 
   222 
   223           val build_session_errors: Promise[List[String]] = Future.promise
   223           val build_session_errors: Promise[List[String]] = Future.promise
   224           val stdout = new StringBuilder(1000)
   224           val stdout = new StringBuilder(1000)