Skip to content
Success

Changes

Summary

  1. recover platform-specific node binaries from original download, notably for node-pty for Terminal;
  2. tuned message;
  3. tuned;
  4. tuned imports;
  5. misc tuning and clarification;
  6. more executable files; clarified modules;
  7. tuned;
  8. tuned output;
  9. clarified signature;
  10. tuned, based on suggestions by IntelliJ IDEA;
  11. tuned;
  12. clarified command-line options;
  13. update official Isabelle release, notably for "Admin/init -R";
  14. more robust;
  15. build component for VSCodium (cross-compiled from sources for all platforms);
  16. tuned signature: more robust operation;
  17. clarified order;
  18. proper antiquotations (amending ff784d5a5bfb);
  19. clarified signature: file operations take standard_path as in Isabelle/ML/Scala;
  20. provide symbols statically via ISABELLE_VSCODE_WORKSPACE, instead of LSP/PIDE protocol;
  21. proper init of non-existing file;
  22. proper function call;
  23. clarified signature;
  24. tuned;
  25. tuned, based on suggestions by IntelliJ IDEA;
  26. tuned;
  27. clarified signature;
  28. clarified modules: more uniform .scala vs. ts (amending 4519eeefe3b5);
  29. misc tuning, based on suggestions by IntelliJ IDEA;
  30. clarified signature;
  31. tuned signature;
  32. clarified signature; clarified data structures;
  33. tuned imports;
  34. clarified signature;
  35. clarified signature;
  36. tuned signature;
  37. misc tuning, based on suggestions by IntelliJ IDEA;
  38. clarified modules;
  39. support for file-system operations;
  40. tuned signature;
  41. follow standard Isabelle license --- no longer published on market place;
  42. tuned README;
  43. disregard public marketplace;
  44. tuned imports;
  45. more robust;
  46. merged
  47. tuned message;
  48. clarified module;
  49. tuned comments;
  50. added documentation for new VSCode modules;
  51. proper monospace font for terminal;
  52. merged
  53. tuned;
  54. support system path representations (as in Isabelle/Java/Scala);
  55. auto-update;
  56. more robust;
  57. clarified modules;
  58. clarified rendering;
  59. prefer hardwired locale;
  60. more aggressive activation;
  61. Added some theorems (from Wetzel)
  62. tuned;
  63. tuned;
  64. tuned message;
  65. disable extension updates;
  66. tuned message;
  67. disable check for updates: support just one static version;
  68. misc tuning based on comments by Heiko Eißfeldt;
  69. misc tuning based on comments by Heiko Eißfeldt;
Changeset 75228:33fb3014876f by wenzelm:
recover platform-specific node binaries from original download, notably for node-pty for Terminal;
The file was modified src/Pure/Admin/build_vscodium.scala
Changeset 75227:02e596048ab3 by wenzelm:
tuned message;
The file was modified src/Pure/Admin/build_vscodium.scala
Changeset 75226:5e87e4fb68d2 by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_vscodium.scala
Changeset 75225:05f677e64178 by wenzelm:
tuned imports;
The file was modified src/Pure/Admin/build_vscodium.scala
Changeset 75224:419781ac89bf by wenzelm:
misc tuning and clarification;
The file was modified src/Pure/Admin/build_vscodium.scala
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75223:8c09e1f82f81 by wenzelm:
more executable files;<br>clarified modules;
The file was modified src/Pure/Admin/build_vscodium.scala
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75222:aef3926eb6ce by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_vscodium.scala
Changeset 75221:ea65e18c5614 by wenzelm:
tuned output;
The file was modified src/Pure/Admin/build_jedit.scala
Changeset 75220:1cbdf9cfc94b by wenzelm:
clarified signature;
The file was modified src/Pure/Admin/build_jedit.scala
The file was modified src/Pure/General/path.scala
The file was modified src/Pure/System/isabelle_system.scala
Changeset 75219:6d1b64d76b57 by wenzelm:
tuned, based on suggestions by IntelliJ IDEA;
The file was modified src/Pure/System/isabelle_system.scala
Changeset 75218:05a2586ec89a by wenzelm:
tuned;
The file was modified src/Pure/System/isabelle_system.scala
Changeset 75217:6e7b3492d7df by wenzelm:
clarified command-line options;
The file was modified src/Pure/Admin/build_vscodium.scala
Changeset 75216:e2b5f8b7507a by wenzelm:
update official Isabelle release, notably for &quot;Admin/init -R&quot;;
The file was modified Admin/Release/official
Changeset 75215:1129e82dc1ec by wenzelm:
more robust;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75214:a51a0a704854 by wenzelm:
build component for VSCodium (cross-compiled from sources for all platforms);
The file was addedsrc/Pure/Admin/build_vscodium.scala
The file was modified etc/build.props
The file was modified src/Pure/System/isabelle_tool.scala
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75213:e3475e1d5094 by wenzelm:
tuned signature: more robust operation;
The file was modified src/Pure/General/file.scala
Changeset 75212:7870cdaa3f1f by wenzelm:
clarified order;
The file was modified src/Pure/System/platform.scala
Changeset 75211:64829c7ab0e7 by wenzelm:
proper antiquotations (amending ff784d5a5bfb);
The file was modified src/Doc/Isar_Ref/Inner_Syntax.thy
The file was modified src/Doc/Isar_Ref/Outer_Syntax.thy
Changeset 75210:d2add317268f by wenzelm:
clarified signature: file operations take standard_path as in Isabelle/ML/Scala;
The file was modified src/Tools/VSCode/extension/src/file.ts
The file was modified src/Tools/VSCode/extension/src/symbol.ts
Changeset 75209:4187f6f18232 by wenzelm:
provide symbols statically via ISABELLE_VSCODE_WORKSPACE, instead of LSP/PIDE protocol;
The file was modified src/Tools/VSCode/etc/settings
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/isabelle_workspace.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/mapping_fsp.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/workspace_state.ts
The file was modified src/Tools/VSCode/extension/src/library.ts
The file was modified src/Tools/VSCode/extension/src/lsp.ts
The file was modified src/Tools/VSCode/extension/src/symbol.ts
The file was modified src/Tools/VSCode/src/language_server.scala
The file was modified src/Tools/VSCode/src/lsp.scala
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75208:31c5a22d50ef by wenzelm:
proper init of non-existing file;
The file was modified src/Pure/General/file.scala
Changeset 75207:6087947afd0a by wenzelm:
proper function call;
The file was modified src/Tools/VSCode/extension/src/file.ts
Changeset 75206:481ad7da73a9 by wenzelm:
clarified signature;
The file was modified src/Pure/General/file.scala
Changeset 75205:c33e75542ffe by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_csdp.scala
The file was modified src/Pure/Admin/build_polyml.scala
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75204:b0910e6c1320 by wenzelm:
tuned, based on suggestions by IntelliJ IDEA;
The file was modified src/Tools/VSCode/src/lsp.scala
Changeset 75203:ee1bd0687c2b by wenzelm:
tuned;
The file was modified src/Pure/General/file.scala
Changeset 75202:4fdde010086f by wenzelm:
clarified signature;
The file was modified src/Pure/Admin/build_csdp.scala
The file was modified src/Pure/Admin/build_jedit.scala
The file was modified src/Pure/Admin/build_minisat.scala
The file was modified src/Pure/Admin/build_polyml.scala
The file was modified src/Pure/Admin/build_release.scala
The file was modified src/Pure/Admin/build_spass.scala
The file was modified src/Pure/General/file.scala
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75201:8f6b8a46f54c by wenzelm:
clarified modules: more uniform .scala vs. ts (amending 4519eeefe3b5);
The file was addedsrc/Tools/VSCode/extension/src/lsp.ts
The file was modified src/Tools/VSCode/extension/src/decorations.ts
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/isabelle_workspace.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/workspace_state.ts
The file was modified src/Tools/VSCode/extension/src/preview_panel.ts
The file was modified src/Tools/VSCode/extension/src/state_panel.ts
The file was modified src/Tools/VSCode/src/lsp.scala
The file was removedsrc/Tools/VSCode/extension/src/protocol.ts
Changeset 75200:c05f0e8a54de by wenzelm:
misc tuning, based on suggestions by IntelliJ IDEA;
The file was modified src/Tools/jEdit/src/symbols_dockable.scala
Changeset 75199:1ced8ee860e2 by wenzelm:
clarified signature;
The file was modified src/Pure/General/completion.scala
The file was modified src/Pure/General/symbol.scala
The file was modified src/Tools/VSCode/src/lsp.scala
The file was modified src/Tools/jEdit/src/symbols_dockable.scala
Changeset 75198:19f1d8c074c8 by wenzelm:
tuned signature;
The file was modified src/Pure/General/symbol.scala
Changeset 75197:29e11ce79a52 by wenzelm:
clarified signature;<br>clarified data structures;
The file was modified src/Pure/General/completion.scala
The file was modified src/Pure/General/symbol.scala
The file was modified src/Tools/VSCode/src/lsp.scala
The file was modified src/Tools/jEdit/src/isabelle_encoding.scala
The file was modified src/Tools/jEdit/src/symbols_dockable.scala
Changeset 75196:e894577e10d8 by wenzelm:
tuned imports;
The file was modified src/Pure/General/codepoint.scala
Changeset 75195:596e77cda169 by wenzelm:
clarified signature;
The file was modified src/Pure/General/completion.scala
The file was modified src/Pure/General/symbol.scala
The file was modified src/Tools/VSCode/src/lsp.scala
The file was modified src/Tools/jEdit/src/isabelle_encoding.scala
The file was modified src/Tools/jEdit/src/symbols_dockable.scala
The file was modified src/Tools/jEdit/src/syntax_style.scala
Changeset 75194:5a9932dbaf1f by wenzelm:
clarified signature;
The file was modified src/Pure/General/completion.scala
The file was modified src/Pure/General/symbol.scala
Changeset 75193:d6aa59dde5b3 by wenzelm:
tuned signature;
The file was modified src/Pure/General/symbol.scala
Changeset 75192:7d680dcd69b1 by wenzelm:
misc tuning, based on suggestions by IntelliJ IDEA;
The file was modified src/Pure/General/symbol.scala
Changeset 75191:fbff7bfd5802 by wenzelm:
clarified modules;
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/file.ts
The file was modified src/Tools/VSCode/extension/src/library.ts
Changeset 75190:fa9ca4563d72 by wenzelm:
support for file-system operations;
The file was addedsrc/Tools/VSCode/extension/src/file.ts
Changeset 75189:f304a2a5080f by wenzelm:
tuned signature;
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/library.ts
Changeset 75188:f2b93941ee43 by wenzelm:
follow standard Isabelle license --- no longer published on market place;
The file was removedsrc/Tools/VSCode/LICENSE
Changeset 75187:bafa8e6431bc by wenzelm:
tuned README;
The file was modified src/Tools/VSCode/no_extension/README.md
The file was modified src/Tools/VSCode/no_extension/package-lock.json
The file was modified src/Tools/VSCode/no_extension/package.json
Changeset 75186:84532574c209 by wenzelm:
disregard public marketplace;
The file was addedsrc/Tools/VSCode/no_extension/README.md
The file was addedsrc/Tools/VSCode/no_extension/isabelle.png
The file was addedsrc/Tools/VSCode/no_extension/package-lock.json
The file was addedsrc/Tools/VSCode/no_extension/package.json
The file was addedsrc/Tools/VSCode/no_extension/src/extension.ts
The file was addedsrc/Tools/VSCode/no_extension/tsconfig.json
The file was modified Admin/Release/CHECKLIST
Changeset 75185:69020ce9f172 by wenzelm:
tuned imports;
The file was modified src/Tools/VSCode/extension/src/completion.ts
The file was modified src/Tools/VSCode/extension/src/decorations.ts
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/isabelle_workspace.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/mapping_fsp.ts
The file was modified src/Tools/VSCode/extension/src/output_view.ts
The file was modified src/Tools/VSCode/extension/src/preview_panel.ts
The file was modified src/Tools/VSCode/extension/src/state_panel.ts
Changeset 75184:a806c2dd3d1d by wenzelm:
more robust;
The file was modified src/Tools/VSCode/extension/src/extension.ts
Changeset 75183:b0efc5576118 by wenzelm:
merged
Changeset 75182:fae759dcf55f by wenzelm:
tuned message;
The file was modified src/Tools/VSCode/extension/src/extension.ts
Changeset 75181:98fbc9accb51 by wenzelm:
clarified module;
The file was addedsrc/Tools/VSCode/extension/src/vscode_lib.ts
The file was modified src/Tools/VSCode/extension/src/abbreviations.ts
The file was modified src/Tools/VSCode/extension/src/decorations.ts
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/isabelle_workspace.ts
The file was modified src/Tools/VSCode/extension/src/library.ts
The file was modified src/Tools/VSCode/extension/src/output_view.ts
The file was modified src/Tools/VSCode/extension/src/preview_panel.ts
The file was modified src/Tools/VSCode/extension/src/state_panel.ts
Changeset 75180:75695a504822 by wenzelm:
tuned comments;
The file was modified src/Tools/VSCode/extension/src/library.ts
The file was modified src/Tools/VSCode/extension/src/platform.ts
The file was modified src/Tools/VSCode/extension/src/symbol.ts
Changeset 75179:549e4fb76724 by fabian huch _huch@in.tum.de_:
added documentation for new VSCode modules;
The file was modified src/Tools/VSCode/extension/src/abbreviations.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/isabelle_workspace.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/mapping_fsp.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/prefix_tree.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/symbol_encoder.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/uri_map.ts
The file was modified src/Tools/VSCode/extension/src/isabelle_filesystem/workspace_state.ts
The file was modified src/Tools/VSCode/extension/src/output_view.ts
The file was modified src/Tools/VSCode/extension/src/script_decorations.ts
Changeset 75178:01017b938135 by wenzelm:
proper monospace font for terminal;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75177:74f0110bbd0a by wenzelm:
merged
Changeset 75176:e3388efdacd7 by wenzelm:
tuned;
The file was modified src/Tools/VSCode/extension/src/library.ts
Changeset 75175:5651855f570e by wenzelm:
support system path representations (as in Isabelle/Java/Scala);
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/library.ts
Changeset 75174:671580b6bfbe by wenzelm:
auto-update;
The file was modified src/Tools/VSCode/extension/package-lock.json
Changeset 75173:7d1864ffad13 by wenzelm:
more robust;
The file was modified src/Tools/VSCode/extension/src/library.ts
Changeset 75172:26ac98871d42 by wenzelm:
clarified modules;
The file was addedsrc/Tools/VSCode/extension/src/platform.ts
The file was modified src/Tools/VSCode/extension/src/extension.ts
The file was modified src/Tools/VSCode/extension/src/library.ts
Changeset 75171:96b26b0d2cc5 by wenzelm:
clarified rendering;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75170:08b8c0a2d67c by wenzelm:
prefer hardwired locale;
The file was modified lib/Tools/vscode
Changeset 75169:b61dc9070344 by wenzelm:
more aggressive activation;
The file was modified src/Tools/VSCode/extension/package.json
Changeset 75168:ff60b4acd6dd by paulson _lp15@cam.ac.uk_:
Added some theorems (from Wetzel)
The file was modified src/HOL/Analysis/Complex_Analysis_Basics.thy
The file was modified src/HOL/Complex_Analysis/Conformal_Mappings.thy
Changeset 75167:0a300751fdf5 by wenzelm:
tuned;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75166:1f6da5d18340 by wenzelm:
tuned;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75165:19454aac373c by wenzelm:
tuned message;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75164:837bcbe60837 by wenzelm:
disable extension updates;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75163:c440b77c79c0 by wenzelm:
tuned message;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75162:4fc51c9cf8fd by wenzelm:
disable check for updates: support just one static version;
The file was modified src/Tools/VSCode/src/vscode_setup.scala
Changeset 75161:95612f330c93 by wenzelm:
misc tuning based on comments by Heiko Eißfeldt;
The file was modified src/Doc/System/Environment.thy
The file was modified src/Doc/System/Misc.thy
The file was modified src/Doc/System/Phabricator.thy
The file was modified src/Doc/System/Presentation.thy
The file was modified src/Doc/System/Scala.thy
The file was modified src/Doc/System/Server.thy
The file was modified src/Doc/System/Sessions.thy
The file was modified src/Pure/Tools/update.scala
Changeset 75160:d48998648281 by wenzelm:
misc tuning based on comments by Heiko Eißfeldt;
The file was modified src/Doc/Eisbach/Manual.thy
The file was modified src/Doc/Eisbach/Preface.thy

Summary

  1. split locale in two
  2. Stronger strong completeness result and variant that uses variables as Henkin witnesses.
  3. Stronger strong completeness result and variant that uses variables as Henkin witnesses.
  4. added some alternative proofs in Smith_Normal_Form entry
  5. The last tranche of material to be moved to the complex analysis libraries
  6. Removal of material that has since been added to ZFC_in_HOL.General_Cardinals
Changeset 12455:e80a90a76f65 by desharna:
split locale in two
The file was modified thys/Functional_Ordered_Resolution_Prover/IsaFoR_Term.thy
The file was modified thys/Ordered_Resolution_Prover/Abstract_Substitution.thy
The file was modified thys/Ordered_Resolution_Prover/FO_Ordered_Resolution.thy
Changeset 12454:dfc2dd94413b by asta halkjær from _andro.from@gmail.com_:
Stronger strong completeness result and variant that uses variables as Henkin witnesses.
The file was addedthys/FOL_Axiomatic/FOL_Axiomatic_Variant.thy
Changeset 12453:169a561d15c0 by asta halkjær from _andro.from@gmail.com_:
Stronger strong completeness result and variant that uses variables as Henkin witnesses.
The file was modified thys/FOL_Axiomatic/FOL_Axiomatic.thy
The file was modified thys/FOL_Axiomatic/ROOT
Changeset 12452:aeb0adba33a7 by jodivaso:
added some alternative proofs in Smith_Normal_Form entry
The file was addedthys/Smith_Normal_Form/Alternative_Proofs.thy
The file was modified thys/Smith_Normal_Form/ROOT
Changeset 12451:85b772a53471 by paulson _lp15@cam.ac.uk_:
The last tranche of material to be moved to the complex analysis libraries
The file was modified thys/Wetzels_Problem/Wetzels_Problem.thy
Changeset 12450:1724569eba69 by paulson _lp15@cam.ac.uk_:
Removal of material that has since been added to ZFC_in_HOL.General_Cardinals
The file was modified thys/Wetzels_Problem/Wetzels_Problem.thy