Skip to content
Success

Changes

Summary

  1. more robust;
  2. provide native executables for arm64-darwin, for more robust startup without Rosetta 2;
  3. tuned proofs -- avoid z3, which is unavailable on arm64-linux;
  4. prefer "sat_solver = MiniSat", to make examples work uniformly on all platforms;
  5. discontinued pointless check of kodkodi_version, it is implicit in the bundled component;
  6. tuned proofs -- avoid z3, which is unavailable on arm64-linux;
  7. tuned;
  8. test version of prespective polyml-5.9;
  9. clarified antiquotations;
  10. updated for pre-5.9 testing;
  11. clarified antiquotations;
  12. clarified antiquotations;
Changeset 74644:549019b4a808 by wenzelm:
more robust;
The file was modified lib/Tools/getenv (diff)
Changeset 74643:fde3a4a4f757 by wenzelm:
provide native executables for arm64-darwin, for more robust startup without Rosetta 2;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
Changeset 74642:8af77cb50c6d by wenzelm:
tuned proofs -- avoid z3, which is unavailable on arm64-linux;
The file was modified src/HOL/Analysis/Infinite_Set_Sum.thy (diff)
The file was modified src/HOL/Analysis/Infinite_Sum.thy (diff)
Changeset 74641:6f801e1073fa by wenzelm:
prefer "sat_solver = MiniSat", to make examples work uniformly on all platforms;
The file was modified src/HOL/Mutabelle/MutabelleExtra.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Core_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Datatype_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Hotel_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Induct_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Integer_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Manual_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Mini_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Pattern_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Record_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Refute_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Special_Nits.thy (diff)
The file was modified src/HOL/Nitpick_Examples/Typedef_Nits.thy (diff)
Changeset 74640:85d8d9eeb4e1 by wenzelm:
discontinued pointless check of kodkodi_version, it is implicit in the bundled component;
The file was modified src/HOL/Tools/Nitpick/kodkod.ML (diff)
The file was modified src/HOL/Tools/Nitpick/kodkod_sat.ML (diff)
Changeset 74639:f831b6e589dc by wenzelm:
tuned proofs -- avoid z3, which is unavailable on arm64-linux;
The file was modified src/HOL/Analysis/Infinite_Sum.thy (diff)
The file was modified src/HOL/Library/Extended_Nonnegative_Real.thy (diff)
Changeset 74638:4069afca81fd by wenzelm:
tuned;
The file was modified NEWS (diff)
Changeset 74637:455549306166 by wenzelm:
test version of prespective polyml-5.9;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified Admin/polyml/settings (diff)
The file was modified NEWS (diff)
Changeset 74636:c35001872139 by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/code_test.ML (diff)
Changeset 74635:b179891dd357 by wenzelm:
updated for pre-5.9 testing;
The file was modified Admin/polyml/README (diff)
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 74634:8f7f626aacaa by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Multiset.thy (diff)
Changeset 74633:994a2b9daf1d by wenzelm:
clarified antiquotations;
The file was modified src/HOL/Library/Cancellation/cancel_data.ML (diff)
The file was modified src/HOL/Library/Cancellation/cancel_simprocs.ML (diff)