disable share_common_data for now (amending 0f8742b5a9e8) -- potentially more robust;
authorwenzelm
Wed, 04 Sep 2019 22:12:44 +0200
changeset 70655 f51955effb02
parent 70654 cce7a95f6e0f
child 70656 774cc139b1f4
disable share_common_data for now (amending 0f8742b5a9e8) -- potentially more robust;
src/Pure/Tools/dump.scala
--- a/src/Pure/Tools/dump.scala	Wed Sep 04 22:01:19 2019 +0200
+++ b/src/Pure/Tools/dump.scala	Wed Sep 04 22:12:44 2019 +0200
@@ -212,7 +212,6 @@
         val use_theories_result =
           session.use_theories(used_theories.map(_.theory),
             unicode_symbols = unicode_symbols,
-            share_common_data = true,
             progress = progress,
             checkpoints = deps.dump_checkpoints,
             commit = Some(Consumer.apply _))