src/Pure/Tools/dump.scala
changeset 70773 60abd1e94168
parent 70771 2071dbe5547d
child 70774 64751a7abfa6
equal deleted inserted replaced
70772:030a6baa5cb2 70773:60abd1e94168
   124         options0 +
   124         options0 +
   125           "completion_limit=0" +
   125           "completion_limit=0" +
   126           "ML_statistics=false" +
   126           "ML_statistics=false" +
   127           "parallel_proofs=0" +
   127           "parallel_proofs=0" +
   128           "editor_tracing_messages=0" +
   128           "editor_tracing_messages=0" +
   129           "editor_presentation" +
   129           "editor_presentation"
   130           "execution_eager"
       
   131       (options1 /: aspects)({ case (opts, aspect) => (opts /: aspect.options)(_ + _) })
   130       (options1 /: aspects)({ case (opts, aspect) => (opts /: aspect.options)(_ + _) })
   132     }
   131     }
   133 
   132 
   134     val deps: Sessions.Deps =
   133     val deps: Sessions.Deps =
   135       Sessions.load_structure(dump_options, dirs = dirs, select_dirs = select_dirs).
   134       Sessions.load_structure(dump_options, dirs = dirs, select_dirs = select_dirs).