Skip to content
Aborted

Changes

Summary

  1. clarified modules;
  2. clarified check (refining fc828f64da5b): etc/settings or etc/components is not strictly required according to "init_component", and notable components only have session ROOTS (e.g. AFP/thys);
  3. tuned;
  4. more thorough update of required files (amending 1529c3eb6bac);
  5. clarified examples;
  6. tuned proofs;
  7. misc tuning --- following hints by Jørgen Villadsen (see also 1ce1bc9ff64a);
  8. tuned --- reduced source complexity;
  9. proper usage (amending f7ea394490f5);
  10. merged, resolving minor conflict;
  11. allow build session setup, e.g. for protocol handlers;
  12. unused;
  13. tuned --- potentially more robust (e.g. session.phase_changed vs. isabelle_process.terminated);
  14. clarified signature;
  15. removed pointless option (see 3d0952893db8);
  16. tuned --- avoid redundant future tasks from already loaded theories;
  17. no comment --- topological order appears to be fine since 04-Mar-2013;
  18. more predictable sequential presentation (2f9877db82a1), without somewhat pointless result_ord (e7fab0b5dbe7);
  19. moved stride option from sledgehammer action to main mirabelle
  20. merged
  21. new lemmas mostly about paths
  22. lexorders the locale way
  23. more accurate export morphism enables proper instantiation by interpretation
Changeset 73815:43882e34c038 by wenzelm:
clarified modules;
The file was addedsrc/Pure/System/components.scala
The file was modified src/Pure/System/isabelle_system.scala
The file was modified src/Pure/System/options.scala
The file was modified src/Pure/Thy/sessions.scala
The file was modified src/Pure/build-jars
The file was removedsrc/Pure/Admin/components.scala
Changeset 73814:c8b4a4f69068 by wenzelm:
clarified check (refining fc828f64da5b): etc/settings or etc/components is not strictly required according to "init_component", and notable components only have session ROOTS (e.g. AFP/thys);
The file was modified src/Pure/Admin/components.scala
The file was modified src/Pure/Thy/sessions.scala
Changeset 73813:11f611494766 by wenzelm:
tuned;
The file was modified src/Pure/Admin/components.scala
Changeset 73812:90b64197bafd by wenzelm:
more thorough update of required files (amending 1529c3eb6bac);
The file was modified src/Tools/jEdit/src/isabelle.scala
Changeset 73811:f143d0a4cb6a by wenzelm:
clarified examples;
The file was addedsrc/HOL/Examples/Sqrt.thy
The file was modified src/HOL/ROOT
The file was modified src/HOL/ex/Sqrt_Script.thy
The file was removedsrc/HOL/ex/Sqrt.thy
Changeset 73810:1c5dcba6925f by wenzelm:
tuned proofs;
The file was modified src/HOL/ex/Sqrt.thy
Changeset 73809:ce9529a616fd by wenzelm:
misc tuning --- following hints by Jørgen Villadsen (see also 1ce1bc9ff64a);
The file was modified src/HOL/ex/Sqrt.thy
Changeset 73808:da3405e5cd58 by wenzelm:
tuned --- reduced source complexity;
The file was modified src/HOL/Tools/Mirabelle/mirabelle.ML
Changeset 73807:6f367240f09b by wenzelm:
proper usage (amending f7ea394490f5);
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
Changeset 73806:b982362eeca4 by wenzelm:
merged, resolving minor conflict;
Changeset 73805:b73777a0c076 by wenzelm:
allow build session setup, e.g. for protocol handlers;
The file was modified src/Pure/Tools/build.scala
The file was modified src/Pure/Tools/build_job.scala
Changeset 73804:451fc6be6c5b by wenzelm:
unused;
The file was modified src/Pure/Tools/build.scala
The file was modified src/Pure/Tools/build_job.scala
Changeset 73803:2141d6c83511 by wenzelm:
tuned --- potentially more robust (e.g. session.phase_changed vs. isabelle_process.terminated);
The file was modified src/Pure/System/isabelle_process.scala
Changeset 73802:8d9ac6cfc270 by wenzelm:
clarified signature;
The file was modified src/Pure/PIDE/headless.scala
The file was modified src/Pure/System/isabelle_process.scala
The file was modified src/Pure/Tools/build_job.scala
The file was modified src/Tools/VSCode/src/language_server.scala
The file was modified src/Tools/jEdit/src/jedit_sessions.scala
Changeset 73801:e67c951f1c18 by wenzelm:
removed pointless option (see 3d0952893db8);
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
Changeset 73800:4addb9707200 by wenzelm:
tuned --- avoid redundant future tasks from already loaded theories;
The file was modified src/Pure/Thy/thy_info.ML
Changeset 73799:1262fefabc9a by wenzelm:
no comment --- topological order appears to be fine since 04-Mar-2013;
The file was modified src/Pure/Thy/thy_info.ML
Changeset 73798:1ca35197108f by wenzelm:
more predictable sequential presentation (2f9877db82a1), without somewhat pointless result_ord (e7fab0b5dbe7);
The file was modified src/Pure/Thy/thy_info.ML
Changeset 73797:f7ea394490f5 by desharna:
moved stride option from sledgehammer action to main mirabelle
The file was modified src/HOL/Tools/Mirabelle/mirabelle.ML
The file was modified src/HOL/Tools/Mirabelle/mirabelle.scala
The file was modified src/HOL/Tools/Mirabelle/mirabelle_sledgehammer.ML
The file was modified src/HOL/Tools/etc/options
Changeset 73796:56f31baaa837 by paulson:
merged
Changeset 73795:8893e0ed263a by paulson _lp15@cam.ac.uk_:
new lemmas mostly about paths
The file was modified src/HOL/Analysis/Convex_Euclidean_Space.thy
The file was modified src/HOL/Analysis/Derivative.thy
The file was modified src/HOL/Analysis/Linear_Algebra.thy
The file was modified src/HOL/Analysis/Path_Connected.thy
The file was modified src/HOL/Complex_Analysis/Complex_Singularities.thy
The file was modified src/HOL/Complex_Analysis/Contour_Integration.thy
The file was modified src/HOL/Deriv.thy
The file was modified src/HOL/Limits.thy
Changeset 73794:e75635a0bafd by haftmann:
lexorders the locale way
The file was addedsrc/HOL/Library/Lexord.thy
The file was modified src/HOL/Orderings.thy
Changeset 73793:26c0ccf17f31 by haftmann:
more accurate export morphism enables proper instantiation by interpretation
The file was modified src/HOL/Library/Saturated.thy
The file was modified src/Pure/Isar/class.ML

Summary

  1. more specific export_files: omit recent additions ("document", "PIDE", etc.);
  2. grouped lemmas
  3. bundles for traditional infix syntax
Changeset 11846:3d11d724cbb4 by wenzelm:
more specific export_files: omit recent additions ("document", "PIDE", etc.);
The file was modified thys/Buchi_Complementation/ROOT
The file was modified thys/Diophantine_Eqns_Lin_Hom/ROOT
The file was modified thys/LTL/ROOT
The file was modified thys/LTL_Master_Theorem/ROOT
The file was modified thys/LTL_Normal_Form/ROOT
The file was modified thys/PAC_Checker/ROOT
Changeset 11845:e2811dc54d05 by haftmann:
grouped lemmas
The file was modified thys/Word_Lib/Aligned.thy
The file was modified thys/Word_Lib/Bits_Int.thy
The file was modified thys/Word_Lib/More_Word.thy
The file was modified thys/Word_Lib/Signed_Words.thy
The file was modified thys/Word_Lib/Traditional_Infix_Syntax.thy
The file was modified thys/Word_Lib/Word_Lemmas.thy
Changeset 11844:fd98855f4f8e by haftmann:
bundles for traditional infix syntax
The file was addedthys/Word_Lib/Syntax_Bundles.thy
The file was modified thys/CAVA_Automata/CAVA_Base/CAVA_Base.thy
The file was modified thys/Collections/GenCF/Impl/Impl_Uv_Set.thy
The file was modified thys/Complx/ex/SumArr.thy
The file was modified thys/IP_Addresses/NumberWang_IPv6.thy
The file was modified thys/LLL_Basis_Reduction/Missing_Lemmas.thy
The file was modified thys/Native_Word/Bits_Integer.thy
The file was modified thys/Native_Word/Code_Target_Word_Base.thy
The file was modified thys/Native_Word/Native_Word_Test.thy
The file was modified thys/Native_Word/Uint.thy
The file was modified thys/Native_Word/Uint16.thy
The file was modified thys/Native_Word/Uint32.thy
The file was modified thys/Native_Word/Uint64.thy
The file was modified thys/Native_Word/Uint8.thy
The file was modified thys/Promela/PromelaDatastructures.thy
The file was modified thys/Word_Lib/Aligned.thy
The file was modified thys/Word_Lib/Bit_Comprehension.thy
The file was modified thys/Word_Lib/Bits_Int.thy
The file was modified thys/Word_Lib/Bitwise.thy
The file was modified thys/Word_Lib/Examples.thy
The file was modified thys/Word_Lib/Generic_set_bit.thy
The file was modified thys/Word_Lib/Guide.thy
The file was modified thys/Word_Lib/Least_significant_bit.thy
The file was modified thys/Word_Lib/Legacy_Aliases.thy
The file was modified thys/Word_Lib/More_Word_Operations.thy
The file was modified thys/Word_Lib/Most_significant_bit.thy
The file was modified thys/Word_Lib/Reversed_Bit_Lists.thy
The file was modified thys/Word_Lib/Rsplit.thy
The file was modified thys/Word_Lib/Traditional_Infix_Syntax.thy
The file was modified thys/Word_Lib/Typedef_Morphisms.thy
The file was modified thys/Word_Lib/Word_EqI.thy
The file was modified thys/Word_Lib/Word_Lemmas.thy
The file was modified thys/Word_Lib/Word_Lib_Sumo.thy