Skip to content
Success

Changes

Summary

  1. merged
  2. enable share_common_data for "isabelle dump" and its derivatives (e.g. "isabelle mmt_import"): this has the potential to reduce ML heap size considerably, after initial command definitions;
  3. support for share_common_data after define_command and before actual update: this affects string particles of command tokens;
  4. more scalable -- less ML heap requirements;
  5. tuned whitespace;
  6. Integrate locale activation fallback diagnostics with 'trace_locales'.
  7. entry point for analysis without integration theory
  8. removed Brouwer_Fixpoint from imports of Derivative
Changeset 70627:e59a4ae35b88 by wenzelm:
merged
Changeset 70626:cb83a582bf0c by wenzelm:
enable share_common_data for "isabelle dump" and its derivatives (e.g. "isabelle mmt_import"): this has the potential to reduce ML heap size considerably, after initial command definitions;
The file was modified src/Pure/Tools/dump.scala (diff)
Changeset 70625:1ae987cc052f by wenzelm:
support for share_common_data after define_command and before actual update: this affects string particles of command tokens;
The file was modified src/Pure/PIDE/headless.scala (diff)
The file was modified src/Pure/PIDE/resources.scala (diff)
The file was modified src/Pure/PIDE/session.scala (diff)
The file was modified src/Pure/Thy/thy_syntax.scala (diff)
Changeset 70624:06052394efbe by wenzelm:
more scalable -- less ML heap requirements;
The file was modified src/Pure/Tools/dump.scala (diff)
Changeset 70623:44090b702e11 by wenzelm:
tuned whitespace;
The file was modified src/Pure/Tools/dump.scala (diff)
Changeset 70622:2fb2e7661e16 by ballarin:
Integrate locale activation fallback diagnostics with 'trace_locales'.
The file was modified src/Pure/Isar/expression.ML (diff)
The file was modified src/Pure/Isar/locale.ML (diff)
Changeset 70621:1afcfb7fdff4 by immler:
entry point for analysis without integration theory
The file was addedsrc/HOL/Analysis/Multivariate_Analysis.thy
The file was modified src/HOL/Analysis/Analysis.thy (diff)
Changeset 70620:f95193669ad7 by immler:
removed Brouwer_Fixpoint from imports of Derivative
The file was modified src/HOL/Analysis/Brouwer_Fixpoint.thy (diff)
The file was modified src/HOL/Analysis/Complex_Analysis_Basics.thy (diff)
The file was modified src/HOL/Analysis/Derivative.thy (diff)
The file was modified src/HOL/Analysis/Equivalence_Lebesgue_Henstock_Integration.thy (diff)
The file was modified src/HOL/Analysis/Further_Topology.thy (diff)
The file was modified src/HOL/Analysis/Homeomorphism.thy (diff)
The file was modified src/HOL/Analysis/Ordered_Euclidean_Space.thy (diff)
The file was modified src/HOL/Analysis/Starlike.thy (diff)