Skip to content
Success

Changes

Summary

  1. enforce rebuild of Isabelle/ML;
  2. proper test (amending 32f9e75c92e9);
  3. updated to sqlite-jdbc-3.41.0.0;
  4. proper shasum lines (amending 3070001c9d1f);
  5. more robust transactions;
  6. explicit locking for PostgreSQL --- neither available nor required for SQLite;
  7. merged
  8. assume total operation: ProcessHandle.current().info.startInstant appears to work on all platforms;
  9. more database content, e.g. for monitoring;
  10. tuned structure;
  11. tuned signature;
  12. more database content, e.g. for monitoring;
  13. more explicit workers, e.g. for monitoring;
  14. tuned;
  15. tuned;
  16. clarified worker state: always maintain database content via worker_uuid; clarified message;
  17. clarified signature: prefer Build_Process.Context for parameters;
  18. support for "isabelle build -j0": require external workers to make progress;
  19. follow renaming of various Isabelle command-line tools (see b975f5aaf6b8 and before);
  20. require the presence of free variables to do abduction in Sledgehammer
  21. removed exercise solution
  22. merged
  23. new theory Tree_Rotations
Changeset 77595:4e4aaec82be4 by wenzelm:
enforce rebuild of Isabelle/ML;
The file was modified src/Pure/ROOT.ML (diff)
Changeset 77594:7723cf88658f by wenzelm:
proper test (amending 32f9e75c92e9);
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77593:08ed864fed24 by wenzelm:
updated to sqlite-jdbc-3.41.0.0;
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_sqlite.scala (diff)
Changeset 77592:832139c1b268 by wenzelm:
proper shasum lines (amending 3070001c9d1f);
The file was modified src/Pure/System/components.scala (diff)
Changeset 77591:3f3dcf9f53f1 by wenzelm:
more robust transactions;
The file was modified src/Pure/General/sql.scala (diff)
Changeset 77590:edc96be6b939 by wenzelm:
explicit locking for PostgreSQL --- neither available nor required for SQLite;
The file was modified src/Pure/General/sql.scala (diff)
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77589:46a033c4701b by wenzelm:
merged
Changeset 77588:066d5df144f0 by wenzelm:
assume total operation: ProcessHandle.current().info.startInstant appears to work on all platforms;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77587:8036d5f12997 by wenzelm:
more database content, e.g. for monitoring;
The file was modified src/Pure/Tools/build_job.scala (diff)
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77586:80021d645a01 by wenzelm:
tuned structure;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77585:89c42ec77a84 by wenzelm:
tuned signature;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77584:42922317b676 by wenzelm:
more database content, e.g. for monitoring;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77583:9af2afc3f7b3 by wenzelm:
more explicit workers, e.g. for monitoring;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77582:93f4b9164b9f by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_status.scala (diff)
Changeset 77581:661d29a291ea by wenzelm:
tuned;
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 77580:32f9e75c92e9 by wenzelm:
clarified worker state: always maintain database content via worker_uuid;<br>clarified message;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77579:69d3547206db by wenzelm:
clarified signature: prefer Build_Process.Context for parameters;
The file was modified src/Pure/Tools/build.scala (diff)
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77578:149d48a4801b by wenzelm:
support for &quot;isabelle build -j0&quot;: require external workers to make progress;
The file was modified src/Pure/Tools/build_process.scala (diff)
Changeset 77577:f78286d2e30f by wenzelm:
follow renaming of various Isabelle command-line tools (see b975f5aaf6b8 and before);
The file was modified Admin/Release/CHECKLIST (diff)
The file was modified Admin/Windows/Cygwin/README (diff)
The file was modified Admin/components/README (diff)
The file was modified Admin/isabelle_fonts/README (diff)
The file was modified Admin/polyml/INSTALL-MinGW (diff)
The file was modified src/Tools/VSCode/README.md (diff)
Changeset 77576:80bcebe6cf33 by blanchet:
require the presence of free variables to do abduction in Sledgehammer
The file was modified src/HOL/Tools/ATP/atp_proof_reconstruct.ML (diff)
Changeset 77575:72a99b54e206 by nipkow:
removed exercise solution
The file was modified src/HOL/Data_Structures/Tree_Rotations.thy (diff)
Changeset 77574:c2603cc154fa by nipkow:
merged
Changeset 77573:237e5504bae7 by nipkow:
new theory Tree_Rotations
The file was addedsrc/HOL/Data_Structures/Tree_Rotations.thy
The file was modified src/HOL/ROOT (diff)