Skip to content
Success

Changes

Changes from Mercurial (hg https://isabelle.in.tum.de/repos/isabelle/ default)

Summary

  1. unused (see 123f2c0995b8);
  2. tuned;
  3. more robust init_built: get_build_id and start_build within the same transaction;
  4. tuned: remove redundant guard;
  5. maintain short build_id vs. build_uuid, similar to Database_Progress context/context_uuid; clarified database table "isabelle_build_updates";
  6. more operations;
  7. clarified signature: init_state vs. init_unsynchronized;
  8. more thorough "isabelle build_process -C -r -f";
  9. more operations;
  10. tuned signature;
  11. tuned signature: more uniform SQL.Data instances;
  12. tuned signature;
  13. tuned signature;
  14. disable write_updates from f425bbc4b2eb for now: "isabelle build_process -rf" does not quite work yet;
  15. revert part of 5969ead9f900 that does not quite work yet: only one accidental host is used;
  16. record updates within database, based on serial;
  17. proper tables (amending 4611b7b47b42);
  18. tuned;
  19. clarified signature: improved data integrity;
  20. clarified modules;
  21. clarified modules;
  22. obsolete;
  23. misc tuning: prefer Build_Process.Update operations;
  24. misc tuning and clarification: prefer explicit type Build_Process.Update;
  25. misc tuning and clarification;
  26. tuned signature;
  27. clarified data representation: more uniform treatment of State.Pending vs. State.Running;
  28. tuned: drop pointless SQL.order_by (see also 5f706f7c624b);
  29. upgrade pretty_maybe_quote following 2746dfc9ceae;
  30. tuned;
  31. eliminate odd aliases (see also 2746dfc9ceae);
  32. tuned signature: prefer bottom-up construction;
  33. tuned;
  34. tuned signature;
Changeset 79854:ea5b1f0cb448 by wenzelm:
unused (see 123f2c0995b8);
The file was modified src/Pure/General/sql.scala
Changeset 79853:9cb5e20df9a4 by wenzelm:
tuned;
The file was modified src/Pure/Build/build_process.scala
Changeset 79852:15948836fa90 by wenzelm:
more robust init_built: get_build_id and start_build within the same transaction;
The file was modified src/Pure/Build/build_process.scala
Changeset 79851:61c3e1c5fce5 by wenzelm:
tuned: remove redundant guard;
The file was modified src/Pure/Build/build_process.scala
Changeset 79850:8ffcaf563745 by wenzelm:
maintain short build_id vs. build_uuid, similar to Database_Progress context/context_uuid;<br>clarified database table &quot;isabelle_build_updates&quot;;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/Build/build_schedule.scala
Changeset 79849:e932bf884346 by wenzelm:
more operations;
The file was modified src/Pure/General/sql.scala
Changeset 79848:dc517696e5ff by wenzelm:
clarified signature: init_state vs. init_unsynchronized;
The file was modified src/Pure/Build/build_process.scala
Changeset 79847:f7dfe92e6785 by wenzelm:
more thorough &quot;isabelle build_process -C -r -f&quot;;
The file was modified src/Pure/Build/build.scala
Changeset 79846:3d83a2554a71 by wenzelm:
more operations;
The file was modified src/Pure/General/sql.scala
Changeset 79845:0158007dfdab by wenzelm:
tuned signature;
The file was modified src/Pure/Build/build.scala
The file was modified src/Pure/Build/build_process.scala
Changeset 79844:ac40138234ce by wenzelm:
tuned signature: more uniform SQL.Data instances;
The file was modified src/Pure/Admin/build_log.scala
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/Build/build_schedule.scala
The file was modified src/Pure/Build/export.scala
The file was modified src/Pure/Build/store.scala
The file was modified src/Pure/ML/ml_heap.scala
The file was modified src/Pure/System/host.scala
The file was modified src/Pure/System/progress.scala
The file was modified src/Pure/Thy/document_build.scala
The file was modified src/Pure/Tools/server.scala
Changeset 79843:c052a35e6a4f by wenzelm:
tuned signature;
The file was modified src/Pure/Build/build_process.scala
Changeset 79842:ba306bc7d226 by wenzelm:
tuned signature;
The file was modified src/Pure/library.scala
Changeset 79841:64a49c55609f by wenzelm:
disable write_updates from f425bbc4b2eb for now: &quot;isabelle build_process -rf&quot; does not quite work yet;
The file was modified src/Pure/Build/build_process.scala
Changeset 79840:3f7ac523f5b3 by wenzelm:
revert part of 5969ead9f900 that does not quite work yet: only one accidental host is used;
The file was modified src/Pure/Build/build_process.scala
Changeset 79839:f425bbc4b2eb by wenzelm:
record updates within database, based on serial;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/General/sql.scala
The file was modified src/Pure/library.scala
Changeset 79838:5c9df01bee89 by wenzelm:
proper tables (amending 4611b7b47b42);
The file was modified src/Pure/Build/build_process.scala
Changeset 79837:207762ffc847 by wenzelm:
tuned;
The file was modified src/Pure/Build/build_process.scala
Changeset 79836:c69ae2b8987e by wenzelm:
clarified signature: improved data integrity;
The file was modified src/Pure/library.scala
Changeset 79835:866d96915388 by wenzelm:
clarified modules;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/Build/build_schedule.scala
Changeset 79834:45b81ff3c972 by wenzelm:
clarified modules;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/Build/build_schedule.scala
The file was modified src/Pure/library.scala
Changeset 79833:d71af537a6e9 by wenzelm:
obsolete;
The file was modified src/Pure/library.scala
Changeset 79832:2a3c0a68221c by wenzelm:
misc tuning: prefer Build_Process.Update operations;
The file was modified src/Pure/Build/build_schedule.scala
Changeset 79831:4611b7b47b42 by wenzelm:
misc tuning and clarification: prefer explicit type Build_Process.Update;
The file was modified src/Pure/Build/build_process.scala
Changeset 79830:d014b6c40eb0 by wenzelm:
misc tuning and clarification;
The file was modified src/Pure/Build/build_process.scala
Changeset 79829:a9da5e99e22f by wenzelm:
tuned signature;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/Build/build_schedule.scala
Changeset 79828:5969ead9f900 by wenzelm:
clarified data representation: more uniform treatment of State.Pending vs. State.Running;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/Build/build_schedule.scala
Changeset 79827:e38f5f81592d by wenzelm:
tuned: drop pointless SQL.order_by (see also 5f706f7c624b);
The file was modified src/Pure/Build/build_process.scala
Changeset 79826:487137973a8d by wenzelm:
upgrade pretty_maybe_quote following 2746dfc9ceae;
The file was modified src/HOL/Tools/Nitpick/nitpick_util.ML
Changeset 79825:cf9becb6403f by wenzelm:
tuned;
The file was modified src/HOL/Tools/ATP/atp_util.ML
Changeset 79824:ce3a0d2c9aa7 by wenzelm:
eliminate odd aliases (see also 2746dfc9ceae);
The file was modified src/HOL/Tools/Nitpick/nitpick_util.ML
The file was modified src/HOL/ex/Sketch_and_Explore.thy
Changeset 79823:60f1e32792c1 by wenzelm:
tuned signature: prefer bottom-up construction;
The file was modified src/Pure/Admin/build_log.scala
Changeset 79822:fb4eb78163ae by wenzelm:
tuned;
The file was modified src/Pure/Build/build_process.scala
Changeset 79821:1734334d3dd4 by wenzelm:
tuned signature;
The file was modified src/Pure/Build/build_process.scala
The file was modified src/Pure/System/host.scala

Changes from Mercurial (hg https://foss.heptapod.net/isa-afp/afp-devel/ default)

Summary

  1. Relational_Cardinality: minor revision
  2. adapted to Isabelle/2746dfc9ceae;
Changeset 14113:dbd87cb0c2b5 by walter guttmann _walter.guttmann@canterbury.ac.nz_:
Relational_Cardinality: minor revision
The file was modified thys/Relational_Cardinality/Cardinality.thy
The file was modified thys/Relational_Cardinality/Representation.thy
Changeset 14112:e08b0a512b1e by wenzelm:
adapted to Isabelle/2746dfc9ceae;
The file was modified thys/Types_To_Sets_Extension/ETTS/ETTS_Active.ML