Skip to content
Success

Changes

Summary

  1. make Go test mandatory
  2. remove generated files
  3. remove "horrible workaround", fixed in upstream Isabelle (authored by Terru)
  4. adapted Zeta_3_Irrational w.r.t. isabelle/4c1347e172b1
  5. adapted to isabelle/4c1347e172b1
  6. moved web_app to distribution (see Isabelle/37ea0727291f);
  7. tuned;
  8. clarified web app parameters;
  9. proper topic input validation;
  10. clarified web_app paths: better naming, more operations;
  11. tuned;
  12. clarified afp_submit: moved submission logic to model;
  13. clarified afp_submit: separate model, view, and (API) paths properly;
  14. better rendering of submission archive and Isabelle log;
  15. proper state handling in submission handler;
  16. tuned;
  17. tuned name;
  18. add explicit synchronized server state;
  19. more uniform load_entries;
  20. Merged.
  21. Sync with my development repo.
  22. tuned: prefer for-comprehension in complicated situations;
  23. tuned formatting;
  24. tuned: more uniform Isabelle style;
  25. tuned imports;
  26. tuned;
  27. clarified options;
  28. Distributed_Distinct_Elements: Fix aliasing issue introduce in isabelle distribution.
  29. merged
  30. tuned proofs: avoid z3 to make it work on arm64-linux;
  31. tuned whitespace;
  32. tuned proofs: avoid z3 to make it work on arm64-linux;
  33. tuned proofs: avoid z3 to make it work on arm64-linux;
  34. clarified types: richer interface for metadata;
  35. add option to run formatting operations on all metadata files;
  36. tuned;
  37. tuned;
  38. update to Isabelle/42bc8ab751c1;
  39. proper Go setup, following Isabelle/da323d3d7570;
Changeset 14917:a8ac72f7dd9f by Lars Hupel _lars@hupel.info_:
make Go test mandatory
The file was modified thys/Go/test/quick/RBT_Test.thy (diff)
The file was modified thys/Go/test/slow/Generate.thy (diff)
The file was modified thys/Go/test/slow/Generate_Binary_Nat.thy (diff)
Changeset 14916:985b115c06a9 by Lars Hupel _lars@hupel.info_:
remove generated files
The file was removedthys/Go/test/quick/export/Bigint/exported.go
The file was removedthys/Go/test/quick/export/RbtTest/exported.go
The file was removedthys/Go/test/quick/export/go.mod
Changeset 14915:33a266b1265e by Lars Hupel _lars@hupel.info_:
remove "horrible workaround", fixed in upstream Isabelle (authored by Terru)
The file was modified thys/Go/code_go.ML (diff)
Changeset 14914:1cd8d5cb1636 by manuel eberl _eberlm@in.tum.de_:
adapted Zeta_3_Irrational w.r.t. isabelle/4c1347e172b1
The file was modified thys/Zeta_3_Irrational/Zeta_3_Irrational.thy (diff)
Changeset 14913:759e3bb5a93e by manuel eberl _eberlm@in.tum.de_:
adapted to isabelle/4c1347e172b1
The file was modified thys/E_Transcendental/E_Transcendental.thy (diff)
The file was modified thys/E_Transcendental/ROOT (diff)
The file was modified thys/Formal_Puiseux_Series/Puiseux_Polynomial_Library.thy (diff)
The file was modified thys/Hermite_Lindemann/Hermite_Lindemann.thy (diff)
The file was modified thys/Pi_Transcendental/Pi_Transcendental.thy (diff)
The file was modified thys/Polynomial_Interpolation/Ring_Hom_Poly.thy (diff)
The file was modified thys/Wetzels_Problem/Wetzels_Problem.thy (diff)
The file was removedthys/Pi_Transcendental/Pi_Transcendental_Polynomial_Library.thy
Changeset 14912:36cf00eeb9e4 by fabian huch _huch@in.tum.de_:
moved web_app to distribution (see Isabelle/37ea0727291f);
The file was modified etc/build.props (diff)
The file was modified tools/afp_submit.scala (diff)
The file was removedtools/web_app.scala
The file was modified tools/web_app.scala (diff)
Changeset 14910:d95b0fa0cbf5 by fabian huch _huch@in.tum.de_:
clarified web app parameters;
The file was modified tools/afp_submit.scala (diff)
The file was modified tools/web_app.scala (diff)
Changeset 14909:0afb82b8179e by fabian huch _huch@in.tum.de_:
proper topic input validation;
The file was modified tools/afp_submit.scala (diff)
Changeset 14908:fad1e73aa9b3 by fabian huch _huch@in.tum.de_:
clarified web_app paths: better naming, more operations;
The file was modified tools/afp_submit.scala (diff)
The file was modified tools/web_app.scala (diff)
The file was modified tools/afp_submit.scala (diff)
Changeset 14906:a821024e3b0d by fabian huch _huch@in.tum.de_:
clarified afp_submit: moved submission logic to model;
The file was modified tools/afp_submit.scala (diff)
Changeset 14905:2c7c46f5b86b by fabian huch _huch@in.tum.de_:
clarified afp_submit: separate model, view, and (API) paths properly;
The file was modified tools/afp_submit.scala (diff)
Changeset 14904:fbd3048e5c19 by fabian huch _huch@in.tum.de_:
better rendering of submission archive and Isabelle log;
The file was modified tools/afp_submit.scala (diff)
Changeset 14903:c59ea7fd010b by fabian huch _huch@in.tum.de_:
proper state handling in submission handler;
The file was modified tools/afp_submit.scala (diff)
The file was modified tools/afp_submit.scala (diff)
The file was modified tools/afp_check_metadata.scala (diff)
The file was modified tools/afp_release.scala (diff)
The file was modified tools/afp_site_gen.scala (diff)
The file was modified tools/afp_submit.scala (diff)
Changeset 14900:519c2c73b80e by fabian huch _huch@in.tum.de_:
add explicit synchronized server state;
The file was modified tools/afp_submit.scala (diff)
Changeset 14899:45bd80541bcd by fabian huch _huch@in.tum.de_:
more uniform load_entries;
The file was modified tools/afp_build.scala (diff)
The file was modified tools/afp_release.scala (diff)
The file was modified tools/afp_structure.scala (diff)
The file was modified tools/afp_submit.scala (diff)
Changeset 14897:6610630663ea by Eugene W. Stark _stark@cs.stonybrook.edu_:
Sync with my development repo.
The file was modified thys/Bicategory/ConcreteBicategory.thy (diff)
The file was modified thys/Category3/CartesianCategory.thy (diff)
The file was modified thys/Category3/CartesianClosedCategory.thy (diff)
The file was modified thys/Category3/CategoryWithPullbacks.thy (diff)
The file was modified thys/Category3/ConcreteCategory.thy (diff)
The file was modified thys/Category3/EquivalenceOfCategories.thy (diff)
The file was modified thys/Category3/FreeCategory.thy (diff)
The file was modified thys/Category3/Functor.thy (diff)
The file was modified thys/MonoidalCategory/CartesianMonoidalCategory.thy (diff)
The file was modified thys/MonoidalCategory/MonoidalCategory.thy (diff)
The file was modified thys/ResiduatedTransitionSystem/LambdaCalculus.thy (diff)
The file was modified thys/ResiduatedTransitionSystem/ResiduatedTransitionSystem.thy (diff)
Changeset 14896:7a425b5f62ba by fabian huch _huch@in.tum.de_:
tuned: prefer for-comprehension in complicated situations;
The file was modified tools/afp_check_roots.scala (diff)
Changeset 14895:b93b79b9240e by fabian huch _huch@in.tum.de_:
tuned formatting;
The file was modified tools/afp_dependencies.scala (diff)
The file was modified tools/afp_site_gen.scala (diff)
The file was modified tools/hugo.scala (diff)
The file was modified tools/metadata.scala (diff)
The file was modified tools/utils.scala (diff)
Changeset 14894:01987db5d362 by fabian huch _huch@in.tum.de_:
tuned: more uniform Isabelle style;
The file was modified tools/afp_build.scala (diff)
Changeset 14893:f111b9c197e8 by fabian huch _huch@in.tum.de_:
tuned imports;
The file was modified tools/afp_build.scala (diff)
The file was modified tools/afp_check_metadata.scala (diff)
The file was modified tools/afp_dependencies.scala (diff)
The file was modified tools/afp_release.scala (diff)
The file was modified tools/afp_submit.scala (diff)
The file was modified tools/utils.scala (diff)
The file was modified tools/web_app.scala (diff)
The file was modified tools/afp_structure.scala (diff)
Changeset 14891:307a818fb212 by fabian huch _huch@in.tum.de_:
clarified options;
The file was modified tools/afp_structure.scala (diff)
Changeset 14890:f8eca525e197 by Emin Karayel _me@eminkarayel.de_:
Distributed_Distinct_Elements: Fix aliasing issue introduce in isabelle distribution.
The file was modified thys/Distributed_Distinct_Elements/Distributed_Distinct_Elements_Accuracy_Without_Cutoff.thy (diff)
The file was modified thys/Distributed_Distinct_Elements/Distributed_Distinct_Elements_Cutoff_Level.thy (diff)
Changeset 14889:0df87a34e8a0 by wenzelm:
merged
Changeset 14888:5aca58481bd5 by wenzelm:
tuned proofs: avoid z3 to make it work on arm64-linux;
The file was modified thys/X86_Semantics/Memory.thy (diff)
Changeset 14887:abe7b3319f06 by wenzelm:
tuned whitespace;
The file was modified thys/X86_Semantics/ROOT (diff)
Changeset 14886:4c396108a3a9 by wenzelm:
tuned proofs: avoid z3 to make it work on arm64-linux;
The file was modified thys/Gabow_SCC/Gabow_GBG.thy (diff)
Changeset 14885:2c25484e1496 by wenzelm:
tuned proofs: avoid z3 to make it work on arm64-linux;
The file was modified thys/No_FTL_observers/Axioms.thy (diff)
Changeset 14884:4cb970a0955a by fabian huch _huch@in.tum.de_:
clarified types: richer interface for metadata;
The file was modified tools/afp_build.scala (diff)
The file was modified tools/afp_check_metadata.scala (diff)
The file was modified tools/afp_release.scala (diff)
The file was modified tools/afp_site_gen.scala (diff)
The file was modified tools/afp_structure.scala (diff)
The file was modified tools/afp_submit.scala (diff)
The file was modified tools/metadata.scala (diff)
Changeset 14883:9cad40069322 by fabian huch _huch@in.tum.de_:
add option to run formatting operations on all metadata files;
The file was modified tools/afp_check_metadata.scala (diff)
The file was modified tools/afp_structure.scala (diff)
The file was modified tools/afp_structure.scala (diff)
The file was modified tools/afp_submit.scala (diff)
Changeset 14880:9ce4d6a809c6 by wenzelm:
update to Isabelle/42bc8ab751c1;
The file was modified tools/afp_check_roots.scala (diff)
Changeset 14879:1699d5f4b11d by wenzelm:
proper Go setup, following Isabelle/da323d3d7570;
The file was modified thys/Go/code_go.ML (diff)