disable fragile options for now;
authorwenzelm
Sat, 07 Sep 2019 14:50:38 +0200
changeset 70670 a1dfd603260e
parent 70669 abdf3732f6f1
child 70671 cb1776c8e216
disable fragile options for now;
src/Pure/Tools/dump.scala
--- a/src/Pure/Tools/dump.scala	Sat Sep 07 12:16:11 2019 +0200
+++ b/src/Pure/Tools/dump.scala	Sat Sep 07 14:50:38 2019 +0200
@@ -212,8 +212,9 @@
         val use_theories_result =
           session.use_theories(used_theories.map(_.theory),
             unicode_symbols = unicode_symbols,
+            share_common_data = false /* FIXME true */,
             progress = progress,
-            checkpoints = deps.dump_checkpoints,
+            checkpoints = Set.empty /* FIXME deps.dump_checkpoints */,
             commit = Some(Consumer.apply _))
 
         val bad_theories = Consumer.shutdown()