Skip to content
Success

Changes

Summary

  1. merged
  2. Added tag Isabelle2016-1-RC4 for changeset 49708cffb98d
  3. NEWS for e6a3c55b929b;
  4. embedded latex has 0 length -- imitating \<^raw> before aa1fe1103ab8;
  5. avoid extra space intruding rail diagrams (amending 4854f7ee0987);
  6. explicit option editor_generated_input_delay, which is more aggressive by default;
  7. clarified NEWS concerning Library/Poly_Deriv
  8. made MaSh faster and less likely to hang seemingly forever
  9. delay_first for machine generated editor events: avoid starvation, e.g. when operating on big sessions;
  10. Added tag Isabelle2016-1-RC3 for changeset 51be997d0698
  11. op powr for quickcheck[approximation] (amending 67792e4a5486)
  12. skip over inner syntax for indentation;
  13. tuned whitespace;
  14. tuned;
  15. more on "Indentation";
  16. more on "Formal scopes and semantic selection";
  17. misc tuning and updates;
  18. more on JVM heap space;
  19. tuned;
  20. more on Isar proof language;
  21. documentation for Isabelle/Scala tools; tuned;
  22. more symbols;
  23. avoid import of Complex_Main into Word library (amending 34b7e2da95f6), e.g. to avoid intrusion of const "ii" into theories without complex numbers;
  24. more cronjob tasks, using Poly/ML repository version from 13-Nov-2016;
  25. optional component setup;
  26. clarified msys root; proper copy_files;
  27. clarified setup: avoid alternative C compiler tools, e.g. from Homebrew or MacPorts;
  28. proper admin tool;
  29. tuned output;
  30. back to regular Isabelle tool (reverting abc34a149690);
  31. tuned;
  32. $HOME/.bashrc provides TZ for *all* processes, resulting in proper date for Build_Log.log_date in remote_build_history via ssh (see also fe8f8f88a1d7);
  33. trim more thoroughly, e.g. trailing \0 seen on some system;
  34. tuned;
  35. build sha1 library;
  36. proper CONFIG_SITE for msys;
  37. clarified platform selection;
  38. more robust Windows platform;
  39. copy libgmp on Linux;
  40. prefer raw Admin tool, without Isabelle settings environment;
  41. clarified command-line;
  42. no backup of generated stuff;
  43. more precise environment (for Windows);
  44. proper shell_path for msys inside cygwin;
  45. support other bash executable (notably for msys on Windows);
  46. proper options; simplified command-line; tuned;
  47. build_polyml in Scala;
  48. clarified File.move: target directory like File.copy;
  49. more logging, to see better when files written;
  50. proper cleanup;
  51. uniform order for options and args;
  52. more robust jedit_auto_resolve: avoid losing events deps_changed() / delay_load.invoke();
  53. tuned comment;
  54. proper option for "build", not "build_history" (cf. 5ca4ac099e94);
  55. tuned;
  56. simplified main proof;
  57. misc tuning and modernization;
  58. recovered Output.writeln for remote build_history (cf. ed8940d6295c), in order to have log files copied and removed;
  59. more uniform path syntax, as in ML (see 5a7c919a4ada);
  60. unused since 15865e0c5598;
  61. added Nunchaku component and tuned Nunchaku integration accordingly
  62. back to more elementary result (see 5f49765a25ec): avoid concurrent use of ssh channel;
  63. Added tag Isabelle2016-1-RC2 for changeset 2bf4fdcebd49
  64. more robust multithreading;
  65. documentation of @{undefined} (actually introduced in Isabelle2016);
  66. tuned;
  67. Scala "\u" notation uses hexadecimal, not octal (amending 00a135c0a17f);
  68. HOL-Probability: fix import path in Fin_Map
  69. disable CVC4 statistics, and hence crashes upon user interruptions
  70. back to stable scala-2.11.8;
  71. self_update of components, e.g. for vmnipkow9;
  72. updated to scala-2.12.0;
  73. tuned
  74. more accurate start_line: avoid changing the original command (e.g. 'try', 'sledgehammer');
  75. extra newline as for other tools;
  76. prefer standard_path for bash arg;
  77. ignore interrupts from underlying process, e.g. due to out-of-memory situation in ML_Process (see also build.scala);
  78. proper remote repository source;
  79. clarified setup_repository: even more uniform pull vs. clone (see also e84cba30d7ff);
  80. pull isabelle-release;
Changeset 64529:1c0b93961cb1 by wenzelm:
merged
Changeset 64528:a67edee6b1fa by wenzelm:
Added tag Isabelle2016-1-RC4 for changeset 49708cffb98d
The file was modified .hgtags (diff)
Changeset 64527:49708cffb98d by wenzelm:
NEWS for e6a3c55b929b;
The file was modified NEWS (diff)
Changeset 64526:01920e390645 by wenzelm:
embedded latex has 0 length -- imitating \&lt;^raw&gt; before aa1fe1103ab8;
The file was modified src/Pure/Thy/latex.ML (diff)
Changeset 64525:9c3da2276e19 by wenzelm:
avoid extra space intruding rail diagrams (amending 4854f7ee0987);
The file was modified lib/texinputs/isabelle.sty (diff)
Changeset 64524:e6a3c55b929b by wenzelm:
explicit option editor_generated_input_delay, which is more aggressive by default;
The file was modified etc/options (diff)
The file was modified src/Pure/PIDE/editor.scala (diff)
The file was modified src/Tools/jEdit/src/document_view.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_editor.scala (diff)
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 64523:49a29161d8ef by haftmann:
clarified NEWS concerning Library/Poly_Deriv
The file was modified NEWS (diff)
Changeset 64522:b66f8caf86b6 by blanchet:
made MaSh faster and less likely to hang seemingly forever
The file was modified src/HOL/TPTP/mash_export.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_commands.ML (diff)
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML (diff)
Changeset 64521:1aef5a0e18d7 by wenzelm:
delay_first for machine generated editor events: avoid starvation, e.g. when operating on big sessions;
The file was modified src/Pure/PIDE/editor.scala (diff)
The file was modified src/Tools/jEdit/src/document_view.scala (diff)
The file was modified src/Tools/jEdit/src/jedit_editor.scala (diff)
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 64520:8bf3d0553c35 by wenzelm:
Added tag Isabelle2016-1-RC3 for changeset 51be997d0698
The file was modified .hgtags (diff)
Changeset 64519:51be997d0698 by immler:
op powr for quickcheck[approximation] (amending 67792e4a5486)
The file was modified src/HOL/Decision_Procs/approximation_generator.ML (diff)
Changeset 64518:b87697eec2ac by wenzelm:
skip over inner syntax for indentation;
The file was modified src/Tools/jEdit/src/text_structure.scala (diff)
Changeset 64517:62832c7df18f by wenzelm:
tuned whitespace;
The file was modified src/HOL/Unix/Unix.thy (diff)
Changeset 64516:2c45b7af9173 by wenzelm:
tuned;
The file was modified src/Doc/JEdit/document/scope1.png (diff)
The file was modified src/Doc/JEdit/document/scope2.png (diff)
Changeset 64515:29f0b8d2f952 by wenzelm:
more on &quot;Indentation&quot;;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 64514:27914a4f8c70 by wenzelm:
more on &quot;Formal scopes and semantic selection&quot;;
The file was addedsrc/Doc/JEdit/document/scope1.png
The file was addedsrc/Doc/JEdit/document/scope2.png
The file was modified NEWS (diff)
The file was modified src/Doc/JEdit/JEdit.thy (diff)
The file was modified src/Doc/ROOT (diff)
Changeset 64513:56972c755027 by wenzelm:
misc tuning and updates;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 64512:2b90410090ee by wenzelm:
more on JVM heap space;
The file was modified src/Doc/JEdit/JEdit.thy (diff)
Changeset 64511:287d4cdf70a0 by wenzelm:
tuned;
The file was modified src/Doc/Isar_Ref/document/root.tex (diff)
Changeset 64510:488cb71eeb83 by wenzelm:
more on Isar proof language;
The file was modified src/Doc/Isar_Ref/Framework.thy (diff)
Changeset 64509:80aaa4ff7fed by wenzelm:
documentation for Isabelle/Scala tools;<br>tuned;
The file was modified src/Doc/System/Environment.thy (diff)
Changeset 64508:874555896035 by wenzelm:
more symbols;
The file was modified src/HOL/Analysis/Complex_Transcendental.thy (diff)
The file was modified src/HOL/Analysis/Further_Topology.thy (diff)
Changeset 64507:eace715f4988 by wenzelm:
avoid import of Complex_Main into Word library (amending 34b7e2da95f6), e.g. to avoid intrusion of const &quot;ii&quot; into theories without complex numbers;
The file was modified src/HOL/Word/Bool_List_Representation.thy (diff)
Changeset 64506:b3ccfd59097d by wenzelm:
more cronjob tasks, using Poly/ML repository version from 13-Nov-2016;
The file was modified Admin/components/components.sha1 (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64505:545a7ab3c35f by wenzelm:
optional component setup;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
The file was modified src/Pure/General/mercurial.scala (diff)
Changeset 64504:e4707c2655eb by wenzelm:
clarified msys root;<br>proper copy_files;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64503:365021be3c5b by wenzelm:
clarified setup: avoid alternative C compiler tools, e.g. from Homebrew or MacPorts;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64502:271e98c1fa40 by wenzelm:
proper admin tool;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64501:234571db1b90 by wenzelm:
tuned output;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64500:159ea1055b39 by wenzelm:
back to regular Isabelle tool (reverting abc34a149690);
The file was modified src/Pure/Admin/build_polyml.scala (diff)
The file was modified src/Pure/System/isabelle_tool.scala (diff)
The file was removedAdmin/build_polyml
Changeset 64499:11d1b4e3af1d by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64498:bb29e6849a28 by wenzelm:
$HOME/.bashrc provides TZ for *all* processes, resulting in proper date for Build_Log.log_date in remote_build_history via ssh (see also fe8f8f88a1d7);
The file was modified Admin/cronjob/main (diff)
Changeset 64497:f6cefd465f86 by wenzelm:
trim more thoroughly, e.g. trailing \0 seen on some system;
The file was modified src/Pure/System/numa.scala (diff)
Changeset 64496:50806c43e01b by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64495:754e1b4634c3 by wenzelm:
build sha1 library;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64494:979520c83f30 by wenzelm:
proper CONFIG_SITE for msys;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64493:a2eebcc8bb69 by wenzelm:
clarified platform selection;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
The file was modified src/Pure/System/platform.scala (diff)
Changeset 64492:98215fa4f8d1 by wenzelm:
more robust Windows platform;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64491:6a1a1bbfcb93 by wenzelm:
copy libgmp on Linux;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64490:abc34a149690 by wenzelm:
prefer raw Admin tool, without Isabelle settings environment;
The file was addedAdmin/build_polyml
The file was modified src/Pure/Admin/build_polyml.scala (diff)
The file was modified src/Pure/System/isabelle_tool.scala (diff)
Changeset 64489:db1bc2732554 by wenzelm:
clarified command-line;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64488:bc77e19aad44 by wenzelm:
no backup of generated stuff;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64487:b843bcdd40f0 by wenzelm:
more precise environment (for Windows);
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64486:d562e173ee03 by wenzelm:
proper shell_path for msys inside cygwin;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64485:e996c0a5eca9 by wenzelm:
support other bash executable (notably for msys on Windows);
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64484:784e28e4dc57 by wenzelm:
proper options;<br>simplified command-line;<br>tuned;
The file was modified src/Pure/Admin/build_polyml.scala (diff)
Changeset 64483:bba1d341bdf6 by wenzelm:
build_polyml in Scala;
The file was addedsrc/Pure/Admin/build_polyml.scala
The file was modified src/Pure/System/isabelle_tool.scala (diff)
The file was modified src/Pure/build-jars (diff)
Changeset 64482:43f6c28ff496 by wenzelm:
clarified File.move: target directory like File.copy;
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
The file was modified src/Pure/General/file.scala (diff)
Changeset 64481:caf62923039b by wenzelm:
more logging, to see better when files written;
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64480:84e1655ad777 by wenzelm:
proper cleanup;
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64479:9d643c4e9403 by wenzelm:
uniform order for options and args;
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64478:812c22e556b9 by wenzelm:
more robust jedit_auto_resolve: avoid losing events deps_changed() / delay_load.invoke();
The file was modified src/Tools/jEdit/src/plugin.scala (diff)
Changeset 64477:8be21ca788ca by wenzelm:
tuned comment;
The file was modified src/Pure/General/symbol.scala (diff)
Changeset 64476:62c807eb009f by wenzelm:
proper option for &quot;build&quot;, not &quot;build_history&quot; (cf. 5ca4ac099e94);
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64475:d751bef76e5c by wenzelm:
tuned;
The file was modified src/HOL/Isar_Examples/Higher_Order_Logic.thy (diff)
Changeset 64474:d072c8169c7c by wenzelm:
simplified main proof;
The file was modified src/HOL/Proofs/ex/Hilbert_Classical.thy (diff)
Changeset 64473:6eff987ab718 by wenzelm:
misc tuning and modernization;
The file was modified src/HOL/Proofs/ex/Hilbert_Classical.thy (diff)
Changeset 64472:c2191352e908 by wenzelm:
recovered Output.writeln for remote build_history (cf. ed8940d6295c), in order to have log files copied and removed;
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 64471:c40c2975fb02 by wenzelm:
more uniform path syntax, as in ML (see 5a7c919a4ada);
The file was modified src/Pure/Isar/parse.scala (diff)
The file was modified src/Pure/Isar/token.scala (diff)
The file was modified src/Pure/PIDE/command.scala (diff)
Changeset 64470:85bb70e1260b by wenzelm:
unused since 15865e0c5598;
The file was modified src/Pure/theory.ML (diff)
Changeset 64469:488d4e627238 by blanchet:
added Nunchaku component and tuned Nunchaku integration accordingly
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified src/HOL/Nunchaku/Nunchaku.thy (diff)
The file was modified src/HOL/Nunchaku/Tools/nunchaku.ML (diff)
The file was modified src/HOL/Nunchaku/Tools/nunchaku_tool.ML (diff)
Changeset 64468:ed8940d6295c by wenzelm:
back to more elementary result (see 5f49765a25ec): avoid concurrent use of ssh channel;
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64467:91c98a58985b by wenzelm:
Added tag Isabelle2016-1-RC2 for changeset 2bf4fdcebd49
The file was modified .hgtags (diff)
Changeset 64466:2bf4fdcebd49 by wenzelm:
more robust multithreading;
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 64465:73069f272f42 by wenzelm:
documentation of @{undefined} (actually introduced in Isabelle2016);
The file was modified src/Doc/Implementation/ML.thy (diff)
Changeset 64464:6f14ce796919 by wenzelm:
tuned;
The file was modified src/Doc/Implementation/ML.thy (diff)
Changeset 64463:bed02fca80b5 by wenzelm:
Scala &quot;\u&quot; notation uses hexadecimal, not octal (amending 00a135c0a17f);
The file was modified src/Tools/Code/code_scala.ML (diff)
Changeset 64462:96b56c98f346 by hoelzl:
HOL-Probability: fix import path in Fin_Map
The file was modified src/HOL/Probability/Fin_Map.thy (diff)
Changeset 64461:be149db8207a by blanchet:
disable CVC4 statistics, and hence crashes upon user interruptions
The file was modified src/HOL/Tools/SMT/smt_systems.ML (diff)
Changeset 64460:e84fb8b4245c by wenzelm:
back to stable scala-2.11.8;
The file was modified Admin/components/main (diff)
The file was modified src/Pure/Concurrent/counter.scala (diff)
The file was modified src/Tools/jEdit/src/theories_dockable.scala (diff)
The file was modified src/Tools/jEdit/src/timing_dockable.scala (diff)
Changeset 64459:6f852a4c1b0e by wenzelm:
self_update of components, e.g. for vmnipkow9;
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 64458:82e8fd850467 by wenzelm:
updated to scala-2.12.0;
The file was modified Admin/components/components.sha1 (diff)
The file was modified Admin/components/main (diff)
The file was modified src/Pure/System/invoke_scala.scala (diff)
The file was modified src/Tools/jEdit/src/theories_dockable.scala (diff)
The file was modified src/Tools/jEdit/src/timing_dockable.scala (diff)
Changeset 64457:f7aa4d0f7d02 by nipkow:
tuned
The file was modified NEWS (diff)
Changeset 64456:f630e9385d7e by wenzelm:
more accurate start_line: avoid changing the original command (e.g. &#039;try&#039;, &#039;sledgehammer&#039;);
The file was modified src/Tools/jEdit/src/isabelle.scala (diff)
Changeset 64455:2cb3e2c2ce8b by wenzelm:
extra newline as for other tools;
The file was modified src/Pure/Tools/build.scala (diff)
Changeset 64454:4c868fa9d79b by wenzelm:
prefer standard_path for bash arg;
The file was modified src/Pure/System/isabelle_system.scala (diff)
Changeset 64453:075c077a6e29 by wenzelm:
ignore interrupts from underlying process, e.g. due to out-of-memory situation in ML_Process (see also build.scala);
The file was modified src/Pure/Admin/build_history.scala (diff)
Changeset 64452:b52141002646 by wenzelm:
proper remote repository source;
The file was modified Admin/Release/CHECKLIST (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 64451:cdbfa9f64110 by wenzelm:
clarified setup_repository: even more uniform pull vs. clone (see also e84cba30d7ff);
The file was modified src/Pure/General/mercurial.scala (diff)
Changeset 64450:73859eb8d1fe by wenzelm:
pull isabelle-release;
The file was modified Admin/cronjob/self_update (diff)