Skip to content
Success

Changes

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

Summary

  1. clarified directory names (e.g. for multi-platform remote execution): avoid being deleted via isabelle.Components.purge;
  2. unused;
  3. update for release;
  4. tuned: prefer Scala Regex operations;
  5. tuning and updates for release;
  6. NEWS;
  7. discontinued somewhat pointless option: Proof_Display.pretty_goal_inst should always work smoothly (and not crash unexpectedly);
  8. give up show_main_goal (despite 922e3f9251ac): show_goal_inst is sufficient, even for final results;
  9. merged
  10. discontinue fragile operations;
  11. proper context option: change of underlying Options.default will not survive PIDE "Prover.options" (e.g. change of Isabelle/jEdit plugin options);
  12. enable show_goal_inst by default: match failure is merely a warning (see 730638d4e37a);
  13. updated documentation;
  14. support multiple sessions, with cumulative errors; tuned command usage;
  15. support regex patterns on messages;
  16. support Pretty.unformatted, similar to ML version;
  17. removed odd TODO item (see 3391a493f39a);
  18. tuned signature;
  19. tuned output: more Pretty.item;
  20. tuned signature;
  21. clarified failure: warning for logical error, exception for program breakdown;
  22. print goal instantiation for global qed (and variations);
  23. clarified output;
  24. more robust: capture corner case seen in line 631 of "$AFP/Automatic_Refinement/Autoref_Bindings_HOL.thy" (AFP/6c87f24bb773);
  25. clarified message channel for 'print_state' (NB: the command was originally for TTY or Proof General);
  26. updated to postgresql-42.5.0;
  27. tool to build Isabelle component for PostgreSQL JDBC;
  28. clarified goal structure with proper instantiation of main goal, to support "show_goal_inst";
  29. option "show_states" for more verbosity of batch-builds;
  30. tuned --- avoid warnings;
  31. proper antiquotations;
  32. inline markup for Output.state (in contrast to c94bba7906d2): make messages available via Rendering.text_messages and thus "isabelle log" (see cb0c407fbc6e), while Rendering.output_messages of Isabelle/jEdit/VSCode is unaffected;
  33. proper antiquotations;
  34. clarified options, following e.g. "show_consts";
  35. proper Envir.subst operations: env is already normalized, using Envir.norm may lead to non-termination;
  36. unused (see 15758fced053);
  37. clarified modules;
  38. show goal instantiation, notably for 'schematic_goal' command (inactive by default);
  39. proper umlauts;
  40. tuned signature;
  41. tuned signature;
  42. tuned;
  43. tuned;
  44. tuned error message;
Changeset 76101:e59d7d6fe1bd by wenzelm:
clarified directory names (e.g. for multi-platform remote execution): avoid being deleted via isabelle.Components.purge;
The file was modified Admin/bash_process/build
The file was modified Admin/bash_process/etc/settings
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 76100:758fd2fbde1e by wenzelm:
unused;
The file was modified src/Pure/General/ssh.scala
Changeset 76099:101547fb2f78 by wenzelm:
update for release;
The file was modified COPYRIGHT
Changeset 76098:bcca0fbb8a34 by wenzelm:
tuned: prefer Scala Regex operations;
The file was modified src/Pure/Admin/build_jdk.scala
The file was modified src/Pure/General/completion.scala
The file was modified src/Pure/Thy/export.scala
The file was modified src/Tools/Graphview/tree_panel.scala
Changeset 76097:c6c0947804d6 by wenzelm:
tuning and updates for release;
The file was modified CONTRIBUTORS
The file was modified NEWS
Changeset 76096:a621e9fb295d by wenzelm:
NEWS;
The file was modified NEWS
Changeset 76095:7cac5565e79b by wenzelm:
discontinued somewhat pointless option: Proof_Display.pretty_goal_inst should always work smoothly (and not crash unexpectedly);
The file was modified etc/options
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76094:4dec713d3bc9 by wenzelm:
give up show_main_goal (despite 922e3f9251ac): show_goal_inst is sufficient, even for final results;
The file was modified src/HOL/Prolog/HOHH.thy
Changeset 76093:ce66ff654e59 by wenzelm:
merged
Changeset 76092:282f5e980a67 by wenzelm:
discontinue fragile operations;
The file was modified src/HOL/TPTP/mash_export.ML
The file was modified src/Pure/System/options.ML
Changeset 76091:922e3f9251ac by wenzelm:
proper context option: change of underlying Options.default will not survive PIDE "Prover.options" (e.g. change of Isabelle/jEdit plugin options);
The file was modified src/HOL/Prolog/HOHH.thy
The file was modified src/HOL/Prolog/prolog.ML
Changeset 76090:f8eff19a3825 by wenzelm:
enable show_goal_inst by default: match failure is merely a warning (see 730638d4e37a);
The file was modified etc/options
Changeset 76089:13ae8dff47b6 by wenzelm:
updated documentation;
The file was modified NEWS
The file was modified src/Doc/System/Sessions.thy
Changeset 76088:bec8677d0e5b by wenzelm:
support multiple sessions, with cumulative errors;<br>tuned command usage;
The file was modified src/Pure/Tools/build_job.scala
Changeset 76087:c8f5fec36b5c by wenzelm:
support regex patterns on messages;
The file was modified src/Pure/PIDE/protocol.scala
The file was modified src/Pure/Tools/build_job.scala
Changeset 76086:338adf8d423c by wenzelm:
support Pretty.unformatted, similar to ML version;
The file was modified src/Pure/General/pretty.scala
Changeset 76085:3f5028b54419 by wenzelm:
removed odd TODO item (see 3391a493f39a);
The file was modified src/Pure/Isar/proof.ML
Changeset 76084:315a6b0b6173 by wenzelm:
tuned signature;
The file was modified src/Pure/Isar/proof.ML
Changeset 76083:8d6cb72aa511 by wenzelm:
tuned output: more Pretty.item;
The file was modified src/Pure/goal_display.ML
The file was modified src/Pure/proofterm.ML
Changeset 76082:1202e29798a4 by wenzelm:
tuned signature;
The file was modified src/Pure/Syntax/syntax.ML
The file was modified src/Pure/goal_display.ML
The file was modified src/Pure/more_thm.ML
The file was modified src/Pure/proofterm.ML
Changeset 76081:730638d4e37a by wenzelm:
clarified failure: warning for logical error, exception for program breakdown;
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76080:ae89a502b6fa by wenzelm:
print goal instantiation for global qed (and variations);
The file was modified src/Pure/Isar/proof.ML
Changeset 76079:47413d778c5f by wenzelm:
clarified output;
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76078:1600fb749c54 by wenzelm:
more robust: capture corner case seen in line 631 of &quot;$AFP/Automatic_Refinement/Autoref_Bindings_HOL.thy&quot; (AFP/6c87f24bb773);
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76077:0f48e873e187 by wenzelm:
clarified message channel for &#039;print_state&#039; (NB: the command was originally for TTY or Proof General);
The file was modified NEWS
The file was modified src/Pure/Pure.thy
Changeset 76076:6508c21734f1 by wenzelm:
updated to postgresql-42.5.0;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 76075:2e7211754ef1 by wenzelm:
tool to build Isabelle component for PostgreSQL JDBC;
The file was addedsrc/Pure/Admin/build_postgresql.scala
The file was modified etc/build.props
The file was modified src/Pure/System/isabelle_tool.scala
Changeset 76074:2456721602b2 by wenzelm:
clarified goal structure with proper instantiation of main goal, to support &quot;show_goal_inst&quot;;
The file was modified src/Pure/ex/Guess.thy
Changeset 76073:951abf9db857 by wenzelm:
option &quot;show_states&quot; for more verbosity of batch-builds;
The file was modified NEWS
The file was modified etc/options
The file was modified src/Pure/Isar/proof_display.ML
The file was modified src/Pure/Isar/toplevel.ML
Changeset 76072:5fc4e1fc39b1 by wenzelm:
tuned --- avoid warnings;
The file was modified src/Pure/Isar/overloading.ML
Changeset 76071:8e1b2e1a29b7 by wenzelm:
proper antiquotations;
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76070:cf13b2147c48 by wenzelm:
inline markup for Output.state (in contrast to c94bba7906d2): make messages available via Rendering.text_messages and thus &quot;isabelle log&quot; (see cb0c407fbc6e), while Rendering.output_messages of Isabelle/jEdit/VSCode is unaffected;
The file was modified src/Pure/PIDE/protocol.scala
Changeset 76069:79094d7b6f22 by wenzelm:
proper antiquotations;
The file was modified src/Pure/Thy/document_antiquotation.ML
Changeset 76068:319d08115b13 by wenzelm:
clarified options, following e.g. &quot;show_consts&quot;;
The file was modified etc/options
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76067:e39c1da9d904 by wenzelm:
proper Envir.subst operations: env is already normalized, using Envir.norm may lead to non-termination;
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76066:0a6a138346da by wenzelm:
unused (see 15758fced053);
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76065:6dc5968b9a86 by wenzelm:
clarified modules;
The file was modified src/Pure/Isar/attrib.ML
The file was modified src/Pure/Isar/proof_display.ML
The file was modified src/Pure/ROOT.ML
Changeset 76064:28ddebb43d93 by wenzelm:
show goal instantiation, notably for &#039;schematic_goal&#039; command (inactive by default);
The file was modified src/Pure/Isar/attrib.ML
The file was modified src/Pure/Isar/proof.ML
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76063:24c9f56aa035 by wenzelm:
proper umlauts;
The file was modified src/CTT/ex/Elimination.thy
The file was modified src/Doc/Datatypes/Datatypes.thy
The file was modified src/Doc/Isar_Ref/HOL_Specific.thy
The file was modified src/Doc/Locales/Examples3.thy
The file was modified src/HOL/Analysis/Lindelof_Spaces.thy
The file was modified src/HOL/Data_Structures/Brother12_Set.thy
The file was modified src/HOL/Induct/Ordinals.thy
The file was modified src/HOL/Library/Omega_Words_Fun.thy
The file was modified src/ZF/ex/misc.thy
Changeset 76062:f1d758690222 by wenzelm:
tuned signature;
The file was modified src/Pure/Isar/proof.ML
The file was modified src/Pure/goal.ML
The file was modified src/Pure/more_unify.ML
Changeset 76061:0982d0220b31 by wenzelm:
tuned signature;
The file was modified src/Pure/Isar/proof.ML
The file was modified src/Pure/Isar/proof_display.ML
Changeset 76060:98610c8e9caa by wenzelm:
tuned;
The file was modified src/Pure/Isar/proof.ML
Changeset 76059:7cf72240cdd4 by wenzelm:
tuned;
The file was modified src/Pure/Isar/proof.ML
Changeset 76058:d45a45eb1aee by wenzelm:
tuned error message;
The file was modified src/Pure/config.ML

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

Summary

  1. tuned proofs (manually or with sledgehammer): avoid "smt" due to spurious failures under heavy load;
  2. tuned whitespace;
  3. merged
  4. some slight polishing in the UTM entry
  5. added congruence rule for forallM of Error-Monad
  6. updated to devel
  7. merged
  8. tuned proofs (manually or with sledgehammer): avoid "smt" due to spurious failures under heavy load;
  9. removed obsolete workaround (see Isabelle/91ee232b4211);
Changeset 13002:88472837e524 by wenzelm:
tuned proofs (manually or with sledgehammer): avoid &quot;smt&quot; due to spurious failures under heavy load;
The file was modified thys/SC_DOM_Components/Core_DOM_DOM_Components.thy
The file was modified thys/SC_DOM_Components/Core_DOM_SC_DOM_Components.thy
The file was modified thys/SC_DOM_Components/Shadow_DOM_DOM_Components.thy
The file was modified thys/SC_DOM_Components/Shadow_DOM_SC_DOM_Components.thy
Changeset 13001:4fc8e413c764 by wenzelm:
tuned whitespace;
The file was modified thys/Topological_Semantics/ROOT
Changeset 12999:bd51aaa8a192 by Christian Urban _christian.urban@kcl.ac.uk_:
some slight polishing in the UTM entry
The file was modified metadata/entries/Universal_Turing_Machine.toml
The file was modified thys/Universal_Turing_Machine/Recursive.thy
The file was modified thys/Universal_Turing_Machine/document/root.tex
Changeset 12998:917f3041ca30 by rene thiemann _rene.thiemann@uibk.ac.at_:
added congruence rule for forallM of Error-Monad
The file was modified thys/Certification_Monads/Error_Monad.thy
Changeset 12997:d90ff1d6d4ab by nipkow:
updated to devel
The file was modified thys/CRYSTALS-Kyber/Kyber_spec.thy
Changeset 12996:bf6ee51dd702 by wenzelm:
merged
Changeset 12995:a0b37d38544b by wenzelm:
tuned proofs (manually or with sledgehammer): avoid &quot;smt&quot; due to spurious failures under heavy load;
The file was modified thys/Core_DOM/common/monads/CharacterDataMonad.thy
The file was modified thys/Core_DOM/common/monads/NodeMonad.thy
The file was modified thys/Core_DOM/standard/Core_DOM_Heap_WF.thy
The file was modified thys/Shadow_DOM/Shadow_DOM.thy
Changeset 12994:4345ca3dd26c by wenzelm:
removed obsolete workaround (see Isabelle/91ee232b4211);
The file was modified thys/SimplifiedOntologicalArgument/SimpleVariant.thy
The file was modified thys/SimplifiedOntologicalArgument/SimpleVariantHF.thy
The file was modified thys/SimplifiedOntologicalArgument/SimpleVariantPG.thy
The file was modified thys/SimplifiedOntologicalArgument/SimplifiedOntologicalArgument.thy
The file was modified thys/SimplifiedOntologicalArgument/UFilterVariant.thy
The file was removedthys/SimplifiedOntologicalArgument/DisableKodkodScala.thy