src/Pure/Tools/dump.scala
changeset 70655 f51955effb02
parent 70653 f7c5b30fc432
child 70659 44588e355ca8
equal deleted inserted replaced
70654:cce7a95f6e0f 70655:f51955effb02
   210 
   210 
   211       try {
   211       try {
   212         val use_theories_result =
   212         val use_theories_result =
   213           session.use_theories(used_theories.map(_.theory),
   213           session.use_theories(used_theories.map(_.theory),
   214             unicode_symbols = unicode_symbols,
   214             unicode_symbols = unicode_symbols,
   215             share_common_data = true,
       
   216             progress = progress,
   215             progress = progress,
   217             checkpoints = deps.dump_checkpoints,
   216             checkpoints = deps.dump_checkpoints,
   218             commit = Some(Consumer.apply _))
   217             commit = Some(Consumer.apply _))
   219 
   218 
   220         val bad_theories = Consumer.shutdown()
   219         val bad_theories = Consumer.shutdown()