Skip to content
Success

Changes

Summary

  1. clarified defaults: imitate "isabelle components -I" without further parameters;
  2. tuned;
  3. merged
  4. more robust locations (amending 7e11e96a922d) --- notably for cleanup() in build_release, after Admin/ been deleted;
  5. tuned;
  6. clarified defaults (see also b310b93563f6);
  7. tuned comments;
  8. discontinued adhoc change of environment (from 897f1ac84aab), following ssh c2e8ba15a10a;
  9. more formal Other_Isabelle.settings, with derived expand_path / bash_path;
  10. clarified signature: minimal interface for getenv/expand_env, instead of bulky java.util.Map;
  11. tuned;
  12. discontinued adhoc change of environment (from c62b99e3ec07), which has been mostly superseded by expand_path / remote_path (from ef6f7e8a018c);
  13. more operations;
  14. removed unused user_home argument (see also 897f1ac84aab and 19b6091c2137);
  15. tuned;
  16. more robust: self-contained Other_Isabelle.isabelle_home;
  17. more robust and uniform Other_Isabelle.scala_build;
  18. tuned;
  19. tuned message;
  20. more robust (see also 7f55a3e28c88): resolve components from current Isabelle context, using Isabelle/Scala instead of shell scripts;
  21. more strict;
  22. tuned signature;
  23. proper ssh.bash_path;
  24. merged
  25. added lemma irreflp_on_multpHO[simp]
  26. added lemmas totalp_on_multpDM, totalp_multpDM, totalp_on_multpHO, and totalp_multpHO
  27. Beautifying an old entry
  28. generalized theory name: euclidean division denotes one particular division definition on integers
Changeset 77088:6e2c6ccc5dc0 by wenzelm:
clarified defaults: imitate "isabelle components -I" without further parameters;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/build_release.scala (diff)
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
The file was modified src/Pure/System/components.scala (diff)
Changeset 77087:7770537f5ceb by wenzelm:
tuned;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77086:bd5045cd6ca9 by wenzelm:
merged
Changeset 77085:351eee493580 by wenzelm:
more robust locations (amending 7e11e96a922d) --- notably for cleanup() in build_release, after Admin/ been deleted;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77084:f9a858060836 by wenzelm:
tuned;
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 77083:092449efcb0e by wenzelm:
clarified defaults (see also b310b93563f6);
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
The file was modified src/Pure/System/components.scala (diff)
Changeset 77082:4e724a439035 by wenzelm:
tuned comments;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77081:75ebc168731c by wenzelm:
discontinued adhoc change of environment (from 897f1ac84aab), following ssh c2e8ba15a10a;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77080:7e11e96a922d by wenzelm:
more formal Other_Isabelle.settings, with derived expand_path / bash_path;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77079:395a0701a125 by wenzelm:
clarified signature: minimal interface for getenv/expand_env, instead of bulky java.util.Map;
The file was modified src/Pure/General/path.scala (diff)
The file was modified src/Pure/General/ssh.scala (diff)
The file was modified src/Pure/System/isabelle_system.scala (diff)
Changeset 77078:a709945b6c71 by wenzelm:
tuned;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77077:c2e8ba15a10a by wenzelm:
discontinued adhoc change of environment (from c62b99e3ec07), which has been mostly superseded by expand_path / remote_path (from ef6f7e8a018c);
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 77076:4471dbb3b7a0 by wenzelm:
more operations;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 77075:973de7855948 by wenzelm:
removed unused user_home argument (see also 897f1ac84aab and 19b6091c2137);
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77074:2515198c55e4 by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 77073:7b65209fdfe8 by wenzelm:
more robust: self-contained Other_Isabelle.isabelle_home;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77072:e8010cb36820 by wenzelm:
more robust and uniform Other_Isabelle.scala_build;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/build_release.scala (diff)
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77071:7a89ef6b0276 by wenzelm:
tuned;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77070:2310755b38ad by wenzelm:
tuned message;
The file was modified src/Pure/Admin/build_release.scala (diff)
Changeset 77069:348f4d95d110 by wenzelm:
more robust (see also 7f55a3e28c88): resolve components from current Isabelle context, using Isabelle/Scala instead of shell scripts;
The file was modified src/Pure/Admin/other_isabelle.scala (diff)
Changeset 77068:ef1831744f00 by wenzelm:
more strict;
The file was modified src/Pure/System/components.scala (diff)
Changeset 77067:9ca1e7fc2663 by wenzelm:
tuned signature;
The file was modified src/Pure/Admin/build_release.scala (diff)
The file was modified src/Pure/System/components.scala (diff)
Changeset 77066:72d87e32b062 by wenzelm:
proper ssh.bash_path;
The file was modified src/Pure/System/components.scala (diff)
Changeset 77065:0e375276227b by desharna:
merged
Changeset 77064:e06463478a3f by desharna:
added lemma irreflp_on_multpHO[simp]
The file was modified NEWS (diff)
The file was modified src/HOL/Library/Multiset_Order.thy (diff)
Changeset 77063:4b37cc497d7e by desharna:
added lemmas totalp_on_multpDM, totalp_multpDM, totalp_on_multpHO, and totalp_multpHO
The file was modified NEWS (diff)
The file was modified src/HOL/Library/Multiset_Order.thy (diff)
Changeset 77062:1d5872cb52ec by paulson _lp15@cam.ac.uk_:
Beautifying an old entry
The file was modified src/HOL/Induct/PropLog.thy (diff)
Changeset 77061:5de3772609ea by haftmann:
generalized theory name: euclidean division denotes one particular division definition on integers
The file was addedsrc/HOL/Euclidean_Rings.thy
The file was modified NEWS (diff)
The file was modified src/HOL/Algebra/Multiplicative_Group.thy (diff)
The file was modified src/HOL/Library/Code_Binary_Nat.thy (diff)
The file was modified src/HOL/Library/Code_Target_Nat.thy (diff)
The file was modified src/HOL/Library/RBT_Impl.thy (diff)
The file was modified src/HOL/Library/Word.thy (diff)
The file was modified src/HOL/Parity.thy (diff)
The file was modified src/HOL/ex/Parallel_Example.thy (diff)
The file was removedsrc/HOL/Euclidean_Division.thy