Skip to content
Failed

Changes

Summary

  1. Some new simprules – and patches for proofs
  2. merged
  3. tuned proofs; tuned whitespace;
  4. merged, resoving conflicts in src/HOL/Nominal/Nominal.thy;
  5. Added tag Isabelle2024-RC3 for changeset 007e6af8a020
  6. more documentation on "System registry via TOML";
  7. update to naproche-20240502: proper platform_path for NAPROCHE_FORMALIZATIONS to make it work on Windows;
  8. provide 3.1 for testing (inactive);
  9. build e-3.1, without patch;
  10. disable Isabelle/Naproche for now: does not quite work on Windows;
  11. update and activate naproche component for release;
  12. changed URL to SystemOnTPTP at Geoff's request
  13. tuned spelling;
  14. build_cluster always uses build_database_server for now -- despite 1fa1b32b0379: its local/remote storage model often leads to incoherent state;
  15. proper directory permissions to make "rm" work, notably for cygwin/etc/pki/ca-trust/extracted/pem/directory-hash;
  16. support more Ubuntu versions;
  17. updated for release;
  18. more robust: avoid spurious ConcurrentModificationException;
  19. update to e-3.0.03-1, with proper support for trivial statements;
  20. more robust;
  21. minor patch for E Prover, based on "git diff -w -r E-3.0.03 E-3.0.08": proper support for trivial statements;
  22. backed out changeset 601ff5c7cad5: not relevant for Isabelle2024;
  23. clone of 0c51e0a6bc37;
  24. merged
  25. update Windows test machines;
  26. A little more tidying in Nominal
  27. More tidying of proofs
  28. Another Nominal example
  29. merged
  30. update Windows build host;
  31. proper command-line;
  32. Tidying up another Nominal example (SOS)
  33. Tidying up another of the nominal examples
  34. More tidying of Nominal proofs
  35. Tidied up another messy theory
  36. More proof tidying for Nominal
  37. Tidying up more messy proofs
  38. Starting to tidy HOL-Nominal-Examples
  39. sketch & explore: recover from duplicate fixed variables in Isar proofs
  40. back to post-release mode -- after fork point;
  41. merged
  42. Added tag Isabelle2024-RC2 for changeset ef2134570abb
  43. Acknowledgement of Ata Keskin for his Martingales material
  44. merged
  45. update to jdk-21.0.3; enforce rebuild of Isabelle/ML and Isabelle/Scala;
  46. merged
  47. clarified signature;
  48. make adhoc_overloading respect type constraints
  49. merged
  50. tuned;
  51. clarified signature;
  52. minor performance tuning: avoid redundant server access;
  53. tuned;
  54. clarified modules and options (from store);
  55. clarified signature;
  56. tuned;
  57. clarified signature;
  58. tuned signature;
  59. tuned;
  60. tuned signature;
  61. tuned;
  62. tuned;
  63. more robust tmp_file (see also ab07d4cb7d1c and 146468e05dd4);
  64. tuned messages;
  65. tuned;
  66. back to static numa_nodes (reverting part of c2c59de57df9);
  67. tuned messages;
  68. canonical time function for List.nth
  69. Tidied up horrible archaic proofs
  70. merged
  71. clarified web app parameters: more flexible, using HTML5 id specification (nonempty unicode string with no spaces);
  72. Streamlining of many more archaic proofs
  73. More tidying of old proofs
  74. merged
  75. Add subgoals variant of 'sketch' command
  76. More tidying and removal of "apply"
  77. merged
  78. prefer canonical theorem name for fact collection declarations
  79. Tidied some messy proofs
  80. merged
  81. tuned;
  82. Tidying ugly proofs
Changeset 80902:200107cdd3ac by paulson _lp15@cam.ac.uk_:
Some new simprules – and patches for proofs
The file was modified src/HOL/Analysis/Arcwise_Connected.thy (diff)
The file was modified src/HOL/Analysis/Bochner_Integration.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/Henstock_Kurzweil_Integration.thy (diff)
The file was modified src/HOL/Analysis/Homeomorphism.thy (diff)
The file was modified src/HOL/Analysis/Kronecker_Approximation_Theorem.thy (diff)
The file was modified src/HOL/Analysis/Nonnegative_Lebesgue_Integration.thy (diff)
The file was modified src/HOL/Analysis/Starlike.thy (diff)
The file was modified src/HOL/Analysis/Weierstrass_Theorems.thy (diff)
The file was modified src/HOL/Binomial.thy (diff)
The file was modified src/HOL/Computational_Algebra/Formal_Laurent_Series.thy (diff)
The file was modified src/HOL/Computational_Algebra/Formal_Power_Series.thy (diff)
The file was modified src/HOL/Filter.thy (diff)
The file was modified src/HOL/HOLCF/Universal.thy (diff)
The file was modified src/HOL/Homology/Homology_Groups.thy (diff)
The file was modified src/HOL/Lattices_Big.thy (diff)
The file was modified src/HOL/Library/Landau_Symbols.thy (diff)
The file was modified src/HOL/Nat.thy (diff)
The file was modified src/HOL/NthRoot.thy (diff)
The file was modified src/HOL/Number_Theory/Quadratic_Reciprocity.thy (diff)
The file was modified src/HOL/Probability/Sinc_Integral.thy (diff)
The file was modified src/HOL/Random.thy (diff)
The file was modified src/HOL/Real_Asymp/Multiseries_Expansion.thy (diff)
The file was modified src/HOL/Transcendental.thy (diff)
The file was modified src/HOL/ex/HarmonicSeries.thy (diff)
Changeset 80901:32d2b96affc7 by paulson:
merged
Changeset 80900:9e88c17a723e by wenzelm:
tuned proofs;<br>tuned whitespace;
The file was modified src/HOL/Nominal/Nominal.thy (diff)
Changeset 80899:d9b8831a6a99 by wenzelm:
merged, resoving conflicts in src/HOL/Nominal/Nominal.thy;
Changeset 80898:5e64a54f6790 by wenzelm:
Added tag Isabelle2024-RC3 for changeset 007e6af8a020
The file was modified .hgtags (diff)
Changeset 80897:007e6af8a020 by wenzelm:
more documentation on &quot;System registry via TOML&quot;;
The file was modified src/Doc/System/Environment.thy (diff)
Changeset 80896:89ed43a49146 by wenzelm:
update to naproche-20240502: proper platform_path for NAPROCHE_FORMALIZATIONS to make it work on Windows;
The file was modified Admin/components/bundled (diff)
The file was modified Admin/components/components.sha1 (diff)
Changeset 80895:825f35bae74b by wenzelm:
provide 3.1 for testing (inactive);
The file was modified Admin/components/components.sha1 (diff)
Changeset 80894:dff9cf737a53 by wenzelm:
build e-3.1, without patch;
The file was modified src/Pure/Admin/component_e.scala (diff)
Changeset 80893:8491d5fc0d57 by wenzelm:
disable Isabelle/Naproche for now: does not quite work on Windows;
The file was modified Admin/components/bundled (diff)
Changeset 80892:2f36a3c653d3 by wenzelm:
update and activate naproche component for release;
The file was modified Admin/components/bundled (diff)
The file was modified Admin/components/components.sha1 (diff)
Changeset 80891:ccd76abeae1b by desharna:
changed URL to SystemOnTPTP at Geoff&#039;s request
The file was modified src/HOL/Tools/etc/options (diff)
Changeset 80890:fd5ed5e63a29 by wenzelm:
tuned spelling;
The file was modified src/Doc/System/Environment.thy (diff)
Changeset 80889:ead20482da9c by wenzelm:
build_cluster always uses build_database_server for now -- despite 1fa1b32b0379: its local/remote storage model often leads to incoherent state;
The file was modified src/Pure/Build/build.scala (diff)
Changeset 80888:680e1618d404 by wenzelm:
proper directory permissions to make &quot;rm&quot; work, notably for cygwin/etc/pki/ca-trust/extracted/pem/directory-hash;
The file was modified src/Pure/Admin/build_release.scala (diff)
Changeset 80887:059d5e115ae3 by wenzelm:
support more Ubuntu versions;
The file was modified src/Doc/System/Misc.thy (diff)
The file was modified src/Pure/System/linux.scala (diff)
Changeset 80886:6b9d5cae4579 by wenzelm:
updated for release;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
The file was modified src/Doc/System/Environment.thy (diff)
The file was modified src/Doc/System/Misc.thy (diff)
Changeset 80885:70d69b081561 by wenzelm:
more robust: avoid spurious ConcurrentModificationException;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified src/Tools/jEdit/patches/extended_styles_brackets (diff)
Changeset 80884:acfe36d6cb05 by wenzelm:
update to e-3.0.03-1, with proper support for trivial statements;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 80883:273a8fa8a44e by wenzelm:
more robust;
The file was modified src/Pure/Admin/component_e.scala (diff)
Changeset 80882:8e3730b527e9 by wenzelm:
minor patch for E Prover, based on &quot;git diff -w -r E-3.0.03 E-3.0.08&quot;: proper support for trivial statements;
The file was modified src/Pure/Admin/component_e.scala (diff)
Changeset 80881:e9ea4d88490d by wenzelm:
backed out changeset 601ff5c7cad5: not relevant for Isabelle2024;
The file was modified src/HOL/Nominal/Nominal.thy (diff)
Changeset 80880:5972799988af by wenzelm:
clone of 0c51e0a6bc37;
The file was modified src/HOL/ex/Sketch_and_Explore.thy (diff)
Changeset 80879:8e486ad63579 by paulson:
merged
Changeset 80878:96f60533ec1d by wenzelm:
update Windows test machines;
The file was modified Admin/Release/CHECKLIST (diff)
The file was modified Admin/components/README.md (diff)
Changeset 80877:6c62605cb3f6 by paulson _lp15@cam.ac.uk_:
A little more tidying in Nominal
The file was modified src/HOL/Nominal/Examples/Class1.thy (diff)
Changeset 80876:40a3fc07a587 by paulson _lp15@cam.ac.uk_:
More tidying of proofs
The file was modified src/HOL/Nominal/Examples/Crary.thy (diff)
The file was modified src/HOL/Nominal/Examples/Fsub.thy (diff)
The file was modified src/HOL/Nominal/Examples/Lam_Funs.thy (diff)
The file was modified src/HOL/Nominal/Examples/W.thy (diff)
Changeset 80875:b156869b826a by paulson _lp15@cam.ac.uk_:
Another Nominal example
The file was modified src/HOL/Nominal/Examples/Compile.thy (diff)
Changeset 80874:8e168a3d2a23 by paulson:
merged
Changeset 80873:0eff7d113549 by wenzelm:
update Windows build host;
The file was modified Admin/Windows/Cygwin/README (diff)
The file was modified Admin/polyml/INSTALL-MinGW (diff)
Changeset 80872:cfe18c31725c by wenzelm:
proper command-line;
The file was modified Admin/polyml/INSTALL-MinGW (diff)
Changeset 80871:cf11a7f0a5f0 by paulson _lp15@cam.ac.uk_:
Tidying up another Nominal example (SOS)
The file was modified src/HOL/Nominal/Examples/SOS.thy (diff)
Changeset 80870:378593bf5109 by paulson _lp15@cam.ac.uk_:
Tidying up another of the nominal examples
The file was modified src/HOL/Nominal/Examples/SN.thy (diff)
Changeset 80869:34e0ddfc6dcc by paulson _lp15@cam.ac.uk_:
More tidying of Nominal proofs
The file was modified src/HOL/Nominal/Examples/Fsub.thy (diff)
The file was modified src/HOL/Nominal/Examples/Pattern.thy (diff)
The file was modified src/HOL/Nominal/Nominal.thy (diff)
Changeset 80868:022a9c26b14f by paulson _lp15@cam.ac.uk_:
Tidied up another messy theory
The file was modified src/HOL/Nominal/Examples/Standardization.thy (diff)
Changeset 80867:6d56e85f674e by paulson _lp15@cam.ac.uk_:
More proof tidying for Nominal
The file was modified src/HOL/Nominal/Examples/Pattern.thy (diff)
The file was modified src/HOL/Nominal/Examples/W.thy (diff)
Changeset 80866:fec5a23017b5 by paulson _lp15@cam.ac.uk_:
Tidying up more messy proofs
The file was modified src/HOL/Nominal/Examples/Class1.thy (diff)
Changeset 80865:a30a1385f7d0 by paulson _lp15@cam.ac.uk_:
Starting to tidy HOL-Nominal-Examples
The file was modified src/HOL/Nominal/Examples/Class1.thy (diff)
Changeset 80864:0c51e0a6bc37 by simon wimmer _wimmers@in.tum.de_:
sketch &amp; explore: recover from duplicate fixed variables in Isar proofs
The file was modified src/HOL/ex/Sketch_and_Explore.thy (diff)
Changeset 80863:12ce957231e0 by wenzelm:
back to post-release mode -- after fork point;
The file was modified CONTRIBUTORS (diff)
The file was modified NEWS (diff)
Changeset 80862:bc450c8754ef by wenzelm:
merged
Changeset 80861:e07f29df1c67 by wenzelm:
Added tag Isabelle2024-RC2 for changeset ef2134570abb
The file was modified .hgtags (diff)
Changeset 80860:e414bcc5a39e by paulson _lp15@cam.ac.uk_:
Acknowledgement of Ata Keskin for his Martingales material
The file was modified CONTRIBUTORS (diff)
The file was modified src/HOL/Analysis/Elementary_Metric_Spaces.thy (diff)
The file was modified src/HOL/Analysis/Set_Integral.thy (diff)
Changeset 80859:ef2134570abb by wenzelm:
merged
Changeset 80858:68fc6839679e by wenzelm:
update to jdk-21.0.3;<br>enforce rebuild of Isabelle/ML and Isabelle/Scala;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified src/Pure/Admin/component_jdk.scala (diff)
The file was modified src/Pure/ROOT.ML (diff)
The file was modified src/Pure/ROOT.scala (diff)
Changeset 80857:8262d4f63b58 by paulson:
merged
Changeset 80856:2fe244c4bb01 by wenzelm:
clarified signature;
The file was modified src/Pure/Build/build.scala (diff)
The file was modified src/Pure/Build/build_benchmark.scala (diff)
The file was modified src/Pure/Build/build_process.scala (diff)
The file was modified src/Pure/Build/build_schedule.scala (diff)
The file was modified src/Pure/Build/sessions.scala (diff)
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80855:39f9084a9668 by kevin kappelmann _kevin.kappelmann@tum.de_:
make adhoc_overloading respect type constraints
The file was modified src/HOL/Library/adhoc_overloading.ML (diff)
Changeset 80854:b73df63e0f52 by wenzelm:
merged
Changeset 80853:761bd2b35217 by wenzelm:
tuned;
The file was modified src/Pure/Build/build_benchmark.scala (diff)
The file was modified src/Pure/Build/build_schedule.scala (diff)
Changeset 80852:455ddb251ece by wenzelm:
clarified signature;
The file was modified src/Pure/Build/build_benchmark.scala (diff)
The file was modified src/Pure/Build/build_process.scala (diff)
The file was modified src/Pure/Build/build_schedule.scala (diff)
The file was modified src/Pure/ML/ml_process.scala (diff)
Changeset 80851:7e4c3bb3d062 by wenzelm:
minor performance tuning: avoid redundant server access;
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80850:66d7a923b750 by wenzelm:
tuned;
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80849:05cec0a3c63d by wenzelm:
clarified modules and options (from store);
The file was modified src/Pure/Build/build_job.scala (diff)
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80848:370ebda8bd86 by wenzelm:
clarified signature;
The file was modified src/Pure/Build/build_job.scala (diff)
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80847:47f671888a37 by wenzelm:
tuned;
The file was modified src/Pure/Tools/update.scala (diff)
Changeset 80846:0323cd9fcab9 by wenzelm:
clarified signature;
The file was modified src/Pure/Build/build.scala (diff)
The file was modified src/Pure/Build/build_process.scala (diff)
The file was modified src/Pure/Build/build_schedule.scala (diff)
Changeset 80845:61b8f6ac6860 by wenzelm:
tuned signature;
The file was modified src/Pure/Build/build_benchmark.scala (diff)
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80844:d510a1cf9965 by wenzelm:
tuned;
The file was modified src/Pure/Build/build.scala (diff)
Changeset 80843:d4d9a7887b2a by wenzelm:
tuned signature;
The file was modified src/Pure/Build/build_job.scala (diff)
Changeset 80842:c188068e41f1 by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_heap.scala (diff)
Changeset 80841:4b95a1d8b2c9 by wenzelm:
tuned;
The file was modified src/Pure/ML/ml_heap.scala (diff)
Changeset 80840:c729b1d58982 by wenzelm:
more robust tmp_file (see also ab07d4cb7d1c and 146468e05dd4);
The file was modified src/Pure/ML/ml_heap.scala (diff)
Changeset 80839:f4d3e3915228 by wenzelm:
tuned messages;
The file was modified src/Pure/Build/store.scala (diff)
Changeset 80838:2ac132ee8bf1 by wenzelm:
tuned;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 80837:dbcd6dc7f70f by wenzelm:
back to static numa_nodes (reverting part of c2c59de57df9);
The file was modified src/Pure/Build/build.scala (diff)
The file was modified src/Pure/Build/build_process.scala (diff)
The file was modified src/Pure/Build/build_schedule.scala (diff)
Changeset 80836:6ec65767d7bd by wenzelm:
tuned messages;
The file was modified src/Pure/ML/ml_heap.scala (diff)
Changeset 80835:247751d25102 by manuel eberl _eberlm@in.tum.de_:
canonical time function for List.nth
The file was modified src/HOL/Data_Structures/Selection.thy (diff)
The file was modified src/HOL/Data_Structures/Time_Funs.thy (diff)
Changeset 80834:601ff5c7cad5 by paulson _lp15@cam.ac.uk_:
Tidied up horrible archaic proofs
The file was modified src/HOL/Nominal/Nominal.thy (diff)
Changeset 80833:693d4e6cc5b8 by paulson:
merged
Changeset 80832:138b5172c7f8 by fabian huch _huch@in.tum.de_:
clarified web app parameters: more flexible, using HTML5 id specification (nonempty unicode string with no spaces);
The file was modified src/Pure/System/web_app.scala (diff)
Changeset 80831:2fa018321400 by paulson _lp15@cam.ac.uk_:
Streamlining of many more archaic proofs
The file was modified src/HOL/Decision_Procs/Commutative_Ring_Complete.thy (diff)
The file was modified src/HOL/Decision_Procs/MIR.thy (diff)
The file was modified src/HOL/Decision_Procs/Rat_Pair.thy (diff)
Changeset 80830:577a2896ace9 by paulson _lp15@cam.ac.uk_:
More tidying of old proofs
The file was modified src/HOL/Decision_Procs/Reflected_Multivariate_Polynomial.thy (diff)
Changeset 80829:fddf8d9c8083 by paulson:
merged
Changeset 80828:7506cb70ecfb by simon wimmer _wimmers@in.tum.de_:
Add subgoals variant of &#039;sketch&#039; command
The file was modified src/HOL/ex/Sketch_and_Explore.thy (diff)
Changeset 80827:2ff4cc7fa70a by paulson _lp15@cam.ac.uk_:
More tidying and removal of &quot;apply&quot;
The file was modified src/HOL/Homology/Homology_Groups.thy (diff)
The file was modified src/HOL/Homology/Simplices.thy (diff)
Changeset 80826:c111785fd640 by paulson:
merged
Changeset 80825:5ed992c47cdc by haftmann:
prefer canonical theorem name for fact collection declarations
The file was modified src/HOL/Groups.thy (diff)
Changeset 80824:c06c95576ea9 by paulson _lp15@cam.ac.uk_:
Tidied some messy proofs
The file was modified src/HOL/Decision_Procs/Parametric_Ferrante_Rackoff.thy (diff)
The file was modified src/HOL/Decision_Procs/Polynomial_List.thy (diff)
Changeset 80823:83fa23ca40e5 by paulson:
merged
The file was modified src/Pure/Admin/ci_build.scala (diff)
Changeset 80821:0f9cd1a5edbe by paulson _lp15@cam.ac.uk_:
Tidying ugly proofs
The file was modified src/HOL/Analysis/Brouwer_Fixpoint.thy (diff)
The file was modified src/HOL/Library/Groups_Big_Fun.thy (diff)
The file was modified src/HOL/Library/Multiset.thy (diff)
The file was modified src/HOL/Library/Poly_Mapping.thy (diff)