Skip to content
Success

Changes

Summary

  1. more robust XML body: allow empty text, as well as arbitrary pro-forma markup (e.g. see XML.blob in Isabelle/ML);
  2. more robust: untyped/unscoped markup elements need to reside in module Markup for minimal static checking (see also 11a1f4d7af51);
  3. misc tuning for release;
  4. merged;
  5. NEWS for "isabelle go_setup";
  6. proper platform_path for Windows;
  7. misc tuning, following go_setup;
  8. dynamic setup of Go component, similar to Dotnet;
  9. tuned comments;
  10. clarified signature: more operations;
  11. clarified signature: explicit type Platform.Info with derived operations;
  12. less ambitious parallelism: avoid exhaustion of memory (64GB total);
  13. provide ISABELLE_DOTNET_VERSION via settings, following "isabelle ghc_setup";
  14. tuned;
  15. tuned messages;
  16. update to bash_process-20240326;
  17. build bash_process in Isabelle/Scala, with etc/platforms.prop to preserve all platform directories (e.g. for SSH upload);
  18. clarified meaning of platform.props: update on default;
  19. allow raw input in HTML (e.g., for web applications);
  20. added lemmas wfp_on_inv_imagep, wfp_on_if_convertible_to_wfp_on, and wf_on_if_convertible_to_wf_on
  21. merged
  22. added lemma wf_on_iff_wf
  23. changed number of consumed assumptions of wf_on_induct and wfp_on_induct
Changeset 80018:ac4412562c7b by wenzelm:
more robust XML body: allow empty text, as well as arbitrary pro-forma markup (e.g. see XML.blob in Isabelle/ML);
The file was modified src/Pure/General/html.scala (diff)
Changeset 80017:fb96063456fd by wenzelm:
more robust: untyped/unscoped markup elements need to reside in module Markup for minimal static checking (see also 11a1f4d7af51);
The file was modified src/Pure/General/html.scala (diff)
The file was modified src/Pure/PIDE/markup.scala (diff)
Changeset 80016:339325fdb128 by wenzelm:
misc tuning for release;
The file was modified CONTRIBUTORS (diff)
The file was modified NEWS (diff)
Changeset 80015:6d01661a055b by wenzelm:
merged;
Changeset 80014:ce9b649ee2dd by wenzelm:
NEWS for "isabelle go_setup";
The file was modified NEWS (diff)
Changeset 80013:f1686f71dffc by wenzelm:
proper platform_path for Windows;
The file was modified lib/Tools/go (diff)
The file was modified lib/Tools/gofmt (diff)
Changeset 80012:07c83d3369c0 by wenzelm:
misc tuning, following go_setup;
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80011:b082476a8036 by wenzelm:
dynamic setup of Go component, similar to Dotnet;
The file was addedlib/Tools/go
The file was addedlib/Tools/gofmt
The file was addedsrc/Pure/Tools/go_setup.scala
The file was modified etc/build.props (diff)
The file was modified etc/settings (diff)
The file was modified src/Pure/System/components.scala (diff)
The file was modified src/Pure/System/isabelle_tool.scala (diff)
The file was removedsrc/Pure/Admin/component_go.scala
Changeset 80010:6964a23f595a by wenzelm:
tuned comments;
The file was modified lib/Tools/dotnet (diff)
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80009:ac10e32938df by wenzelm:
clarified signature: more operations;
The file was modified src/Pure/System/isabelle_platform.scala (diff)
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80008:914c4a81027d by wenzelm:
clarified signature: explicit type Platform.Info with derived operations;
The file was modified src/Pure/Admin/component_go.scala (diff)
The file was modified src/Pure/System/platform.scala (diff)
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80007:a4d94dd5c210 by wenzelm:
less ambitious parallelism: avoid exhaustion of memory (64GB total);
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 80006:d89685d3d306 by wenzelm:
provide ISABELLE_DOTNET_VERSION via settings, following "isabelle ghc_setup";
The file was modified etc/settings (diff)
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80005:34c20c8bbdc5 by wenzelm:
tuned;
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80004:31ebb6be32b0 by wenzelm:
tuned messages;
The file was modified src/Pure/Admin/component_csdp.scala (diff)
The file was modified src/Pure/Admin/component_minisat.scala (diff)
The file was modified src/Pure/Admin/component_rsync.scala (diff)
The file was modified src/Pure/Admin/component_spass.scala (diff)
The file was modified src/Pure/Admin/component_vampire.scala (diff)
The file was modified src/Pure/Admin/component_verit.scala (diff)
The file was modified src/Pure/Admin/component_zipperposition.scala (diff)
Changeset 80003:7e52091795e8 by wenzelm:
update to bash_process-20240326;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 80002:ee449ca91c3b by wenzelm:
build bash_process in Isabelle/Scala, with etc/platforms.prop to preserve all platform directories (e.g. for SSH upload);
The file was addedsrc/Pure/Admin/component_bash_process.scala
The file was modified etc/build.props (diff)
The file was modified src/Pure/System/isabelle_tool.scala (diff)
The file was removedAdmin/bash_process/bash_process.c
The file was removedAdmin/bash_process/build
The file was removedAdmin/bash_process/etc/settings
Changeset 80001:98384596b54b by wenzelm:
clarified meaning of platform.props: update on default;
The file was modified src/Pure/System/components.scala (diff)
Changeset 80000:11a1f4d7af51 by fabian huch _huch@in.tum.de_:
allow raw input in HTML (e.g., for web applications);
The file was modified src/Pure/General/html.scala (diff)
Changeset 79999:dca9c237d108 by desharna:
added lemmas wfp_on_inv_imagep, wfp_on_if_convertible_to_wfp_on, and wf_on_if_convertible_to_wf_on
The file was modified NEWS (diff)
The file was modified src/HOL/Wellfounded.thy (diff)
Changeset 79998:9df291750cc0 by desharna:
merged
Changeset 79997:d8320c3a43ec by desharna:
added lemma wf_on_iff_wf
The file was modified NEWS (diff)
The file was modified src/HOL/Wellfounded.thy (diff)
Changeset 79996:4f803ae64781 by desharna:
changed number of consumed assumptions of wf_on_induct and wfp_on_induct
The file was modified src/HOL/Wellfounded.thy (diff)