# HG changeset patch # User wenzelm # Date 1628103805 -7200 # Node ID 342d0298e164a8b0f21ac7365b53f36832006f6c # Parent 8752420f337759ee0439e440283e08cf4bf3505f more operations: record overall exported entities; diff -r 8752420f3377 -r 342d0298e164 src/Pure/Thy/export_theory.scala --- a/src/Pure/Thy/export_theory.scala Wed Aug 04 21:00:37 2021 +0200 +++ b/src/Pure/Thy/export_theory.scala Wed Aug 04 21:03:25 2021 +0200 @@ -92,6 +92,9 @@ locales.iterator.map(_.no_content) ++ locale_dependencies.iterator.map(_.no_content) + lazy val entity_serials: Set[Long] = + entity_iterator.map(_.serial).toSet + def cache(cache: Term.Cache): Theory = Theory(cache.string(name), parents.map(cache.string),