Skip to content
Failed

Changes

Summary

  1. added lemma wfp_on_image and author name to theory
  2. merged
  3. more robust XML body: allow empty text, as well as arbitrary pro-forma markup (e.g. see XML.blob in Isabelle/ML);
  4. more robust: untyped/unscoped markup elements need to reside in module Markup for minimal static checking (see also 11a1f4d7af51);
  5. misc tuning for release;
  6. merged;
  7. NEWS for "isabelle go_setup";
  8. proper platform_path for Windows;
  9. misc tuning, following go_setup;
  10. dynamic setup of Go component, similar to Dotnet;
  11. tuned comments;
  12. clarified signature: more operations;
  13. clarified signature: explicit type Platform.Info with derived operations;
  14. less ambitious parallelism: avoid exhaustion of memory (64GB total);
  15. provide ISABELLE_DOTNET_VERSION via settings, following "isabelle ghc_setup";
  16. tuned;
  17. tuned messages;
  18. update to bash_process-20240326;
  19. build bash_process in Isabelle/Scala, with etc/platforms.prop to preserve all platform directories (e.g. for SSH upload);
  20. clarified meaning of platform.props: update on default;
  21. allow raw input in HTML (e.g., for web applications);
Changeset 80743:38803a6b3357 by desharna:
added lemma wfp_on_image and author name to theory
The file was modified NEWS (diff)
The file was modified src/HOL/Wellfounded.thy (diff)
Changeset 80742:b0a46cf73aa4 by desharna:
merged
Changeset 80741: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 80740: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 80739:339325fdb128 by wenzelm:
misc tuning for release;
The file was modified CONTRIBUTORS (diff)
The file was modified NEWS (diff)
Changeset 80738:6d01661a055b by wenzelm:
merged;
Changeset 80737:ce9b649ee2dd by wenzelm:
NEWS for "isabelle go_setup";
The file was modified NEWS (diff)
Changeset 80736: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 80735:07c83d3369c0 by wenzelm:
misc tuning, following go_setup;
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80734: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 80733: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 80732: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 80731: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 80730:a4d94dd5c210 by wenzelm:
less ambitious parallelism: avoid exhaustion of memory (64GB total);
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 80729: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 80728:34c20c8bbdc5 by wenzelm:
tuned;
The file was modified src/Pure/Tools/dotnet_setup.scala (diff)
Changeset 80727: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 80726: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 80725: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 80724:98384596b54b by wenzelm:
clarified meaning of platform.props: update on default;
The file was modified src/Pure/System/components.scala (diff)
Changeset 80723: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)