src/Pure/Thy/sessions.scala
changeset 71569 391ea80ff27c
parent 70946 79d23e6436d0
child 71574 95460356d633
equal deleted inserted replaced
71568:1005c50b2750 71569:391ea80ff27c
   384           yield thy
   384           yield thy
   385 
   385 
   386         if (required_theories.isEmpty) (ancestor.get, Nil)
   386         if (required_theories.isEmpty) (ancestor.get, Nil)
   387         else {
   387         else {
   388           val other_name = info.name + "_requirements(" + ancestor.get + ")"
   388           val other_name = info.name + "_requirements(" + ancestor.get + ")"
       
   389           Isabelle_System.isabelle_tmp_prefix()
       
   390 
   389           (other_name,
   391           (other_name,
   390             List(
   392             List(
   391               make_info(info.options,
   393               make_info(info.options,
   392                 dir_selected = false,
   394                 dir_selected = false,
   393                 dir = Path.explode("$ISABELLE_TMP_PREFIX"),
   395                 dir = Path.explode("$ISABELLE_TMP_PREFIX"),