etc/options
author wenzelm
Sun, 06 Nov 2022 15:28:56 +0100
changeset 76471 1f0b2d7298d9
parent 76426 b7fbe0999c17
child 76474 287c3adcdcd6
permissions -rw-r--r--
afford unconditional presentation, notably export_theory and present_thy, notably for HTML + PDF presentation within PIDE; typical timings for big theories in HOL-Analysis: Export.make_entry < 10ms, Document_Output.present_thy < 150ms;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
48367
680d297ec71b some basic Isabelle options;
wenzelm
parents:
diff changeset
     1
(* :mode=isabelle-options: *)
680d297ec71b some basic Isabelle options;
wenzelm
parents:
diff changeset
     2
49295
2750756db9c5 more precise sections;
wenzelm
parents: 49290
diff changeset
     3
section "Document Preparation"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
     4
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
     5
option browser_info : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
     6
  -- "generate theory browser information"
48367
680d297ec71b some basic Isabelle options;
wenzelm
parents:
diff changeset
     7
74827
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
     8
option document : string = "" (standard "true")
73827
263dc905d795 updated descriptions;
wenzelm
parents: 73821
diff changeset
     9
  -- "build PDF document (enabled for \"pdf\" or \"true\", disabled for \"\" or \"false\")"
74827
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
    10
option document_output : string = "" (standard "output")
72578
3e8395f9093a clarified build_doc, based on Present.build_documents;
wenzelm
parents: 72300
diff changeset
    11
  -- "document output directory"
74732
015282fb3e31 clarified messages, depending on option "document_echo";
wenzelm
parents: 74147
diff changeset
    12
option document_echo : bool = false
015282fb3e31 clarified messages, depending on option "document_echo";
wenzelm
parents: 74147
diff changeset
    13
  -- "inform about document file names during session presentation"
48805
c3ea910b3581 explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents: 48795
diff changeset
    14
option document_variants : string = "document"
67137
wenzelm
parents: 66780
diff changeset
    15
  -- "alternative document variants (separated by colons)"
67138
82283d52b4d6 system option for default command tags;
wenzelm
parents: 67137
diff changeset
    16
option document_tags : string = ""
82283d52b4d6 system option for default command tags;
wenzelm
parents: 67137
diff changeset
    17
  -- "default command tags (separated by commas)"
73743
813a08dff3fd explicit option document_bibliography;
wenzelm
parents: 73735
diff changeset
    18
option document_bibliography : bool = false
813a08dff3fd explicit option document_bibliography;
wenzelm
parents: 73735
diff changeset
    19
  -- "explicitly enable use of bibtex (default: according to presence of root.bib)"
74827
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
    20
option document_build : string = "lualatex" (standard "build")
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
    21
  -- "document build engine (e.g. build, lualatex, pdflatex)"
76212
f2094906e491 clarified options;
wenzelm
parents: 76195
diff changeset
    22
option document_logo : string = "" (standard "_")
73723
1bbbaae6b5e3 option document_logo;
wenzelm
parents: 73721
diff changeset
    23
  -- "generate named instance of Isabelle logo (underscore means unnamed variant)"
74827
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
    24
option document_heading_prefix : string = "isamarkup" (standard)
74824
6424f74fd9d4 Latex.Output.latex_heading depends on option document_heading_prefix, e.g. relevant for Dagstuhl LIPIcs which prefers unaliased \section etc.;
wenzelm
parents: 74733
diff changeset
    25
  -- "prefix for LaTeX macros generated from 'chapter', 'section' etc."
74840
4faf0ec33cbf option document_comment_latex supports e.g. Dagstuhl LIPIcs;
wenzelm
parents: 74827
diff changeset
    26
option document_comment_latex : bool = false
4faf0ec33cbf option document_comment_latex supports e.g. Dagstuhl LIPIcs;
wenzelm
parents: 74827
diff changeset
    27
  -- "use regular LaTeX version of comment.sty, instead of historic plain TeX version"
48367
680d297ec71b some basic Isabelle options;
wenzelm
parents:
diff changeset
    28
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    29
option thy_output_display : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    30
  -- "indicate output as multi-line display-style material"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    31
option thy_output_break : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    32
  -- "control line breaks in non-display material"
70121
61e26527480e added document antiquotation option "cartouche";
wenzelm
parents: 69968
diff changeset
    33
option thy_output_cartouche : bool = false
61e26527480e added document antiquotation option "cartouche";
wenzelm
parents: 69968
diff changeset
    34
  -- "indicate if the output should be delimited as cartouche"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    35
option thy_output_quotes : bool = false
70121
61e26527480e added document antiquotation option "cartouche";
wenzelm
parents: 69968
diff changeset
    36
  -- "indicate if the output should be delimited via double quotes"
59175
bf465f335e85 system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents: 58849
diff changeset
    37
option thy_output_margin : int = 76
bf465f335e85 system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents: 58849
diff changeset
    38
  -- "right margin / page width for printing of display material"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    39
option thy_output_indent : int = 0
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    40
  -- "indentation for pretty printing of display material"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    41
option thy_output_source : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    42
  -- "print original source text rather than internal representation"
70122
a0b21b4b7a4a strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents: 70121
diff changeset
    43
option thy_output_source_cartouche : bool = false
a0b21b4b7a4a strip cartouches from arguments of "embedded" document antiquotations, corresponding to automated update via "isabelle update -u control_cartouches" -- e.g. relevant for documents with thy_output_source (e.g. doc "isar-ref", "jedit", "system");
wenzelm
parents: 70121
diff changeset
    44
  -- "print original source text rather than internal representation, preserve cartouches"
52042
aae07a3ff536 Thy_Output.modes as proper option;
wenzelm
parents: 51962
diff changeset
    45
option thy_output_modes : string = ""
aae07a3ff536 Thy_Output.modes as proper option;
wenzelm
parents: 51962
diff changeset
    46
  -- "additional print modes for document output (separated by commas)"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    47
52043
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    48
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    49
section "Prover Output"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    50
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    51
option show_types : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    52
  -- "show type constraints when printing terms"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    53
option show_sorts : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    54
  -- "show sort constraints when printing types"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    55
option show_brackets : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    56
  -- "show extra brackets when printing terms/types"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    57
option show_question_marks : bool = true
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    58
  -- "show leading question mark of schematic variables"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    59
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    60
option show_consts : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    61
  -- "show constants with types when printing proof state"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    62
option show_main_goal : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    63
  -- "show main goal when printing proof state"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    64
option goals_limit : int = 10
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    65
  -- "maximum number of subgoals to be printed"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    66
76073
951abf9db857 option "show_states" for more verbosity of batch-builds;
wenzelm
parents: 76068
diff changeset
    67
option show_states : bool = false
951abf9db857 option "show_states" for more verbosity of batch-builds;
wenzelm
parents: 76068
diff changeset
    68
  -- "show toplevel states even if outside of interactive mode"
951abf9db857 option "show_states" for more verbosity of batch-builds;
wenzelm
parents: 76068
diff changeset
    69
951abf9db857 option "show_states" for more verbosity of batch-builds;
wenzelm
parents: 76068
diff changeset
    70
52043
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    71
option names_long : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    72
  -- "show fully qualified names"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    73
option names_short : bool = false
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    74
  -- "show base names only"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    75
option names_unique : bool = true
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    76
  -- "show partially qualified names, as required for unique name resolution"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    77
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    78
option eta_contract : bool = true
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    79
  -- "print terms in eta-contracted form"
286629271d65 more system options as context-sensitive config options;
wenzelm
parents: 52042
diff changeset
    80
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    81
option print_mode : string = ""
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    82
  -- "additional print modes for prover output (separated by commas)"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    83
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    84
73387
3b5196dac4c8 clarified timeouts in Isabelle/ML;
wenzelm
parents: 73195
diff changeset
    85
section "Parallel Processing and Timing"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    86
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
    87
public option threads : int = 0
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    88
  -- "maximum number of worker threads for prover process (0 = hardware max.)"
56734
6ca87a061740 suppress potential dangerous option (see 1baa5d19ac44);
wenzelm
parents: 56613
diff changeset
    89
option threads_trace : int = 0
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    90
  -- "level of tracing information for multithreading"
59468
fe6651760643 explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
wenzelm
parents: 59446
diff changeset
    91
option threads_stack_limit : real = 0.25
fe6651760643 explicit threads_stack_limit (for recent Poly/ML SVN versions), which leads to soft interrupt instead of exhaustion of virtual memory, which is particularly relevant for the bigger address space of x86_64;
wenzelm
parents: 59446
diff changeset
    92
  -- "maximum stack size for worker threads (in giga words, 0 = unlimited)"
62790
0c526d2fb609 tuned whitespace;
wenzelm
parents: 62711
diff changeset
    93
68130
6fb85346cb79 clarified future scheduling parameters, with support for parallel_limit;
wenzelm
parents: 67743
diff changeset
    94
public option parallel_limit : int = 0
6fb85346cb79 clarified future scheduling parameters, with support for parallel_limit;
wenzelm
parents: 67743
diff changeset
    95
  -- "approximative limit for parallel tasks (0 = unlimited)"
56875
f6259d6fb565 explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
wenzelm
parents: 56734
diff changeset
    96
public option parallel_print : bool = true
f6259d6fb565 explicit option parallel_print to downgrade parallel scheduling, which might occasionally help for big and heavy "scripts";
wenzelm
parents: 56734
diff changeset
    97
  -- "parallel and asynchronous printing of results"
65056
002b4c8c366e clarified defaults;
wenzelm
parents: 64524
diff changeset
    98
public option parallel_proofs : int = 1
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    99
  -- "level of parallel proof checking: 0, 1, 2"
52714
a4e4802753b9 obscure options;
wenzelm
parents: 52710
diff changeset
   100
option parallel_subproofs_threshold : real = 0.01
51423
e5f9a6d9ca82 clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
wenzelm
parents: 51230
diff changeset
   101
  -- "lower bound of timing estimate for forked nested proofs (seconds)"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   102
66160
33f759742887 tuned granularity of parallel tasks;
wenzelm
parents: 66158
diff changeset
   103
option command_timing_threshold : real = 0.1
62793
f235646b1b73 less bulky timing information, e.g. HOL 56913 ~> 672;
wenzelm
parents: 62790
diff changeset
   104
  -- "default threshold for persistent command timing (seconds)"
f235646b1b73 less bulky timing information, e.g. HOL 56913 ~> 672;
wenzelm
parents: 62790
diff changeset
   105
73387
3b5196dac4c8 clarified timeouts in Isabelle/ML;
wenzelm
parents: 73195
diff changeset
   106
public option timeout_scale : real = 1.0
3b5196dac4c8 clarified timeouts in Isabelle/ML;
wenzelm
parents: 73195
diff changeset
   107
  -- "scale factor for timeout in Isabelle/ML and session build"
3b5196dac4c8 clarified timeouts in Isabelle/ML;
wenzelm
parents: 73195
diff changeset
   108
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   109
52490
wenzelm
parents: 52488
diff changeset
   110
section "Detail of Proof Checking"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   111
65448
9bc3b57c1fa7 added system option record_proofs, which allows to build HOL-Proofs without special Proofs.thy;
wenzelm
parents: 65264
diff changeset
   112
option record_proofs : int = -1
9bc3b57c1fa7 added system option record_proofs, which allows to build HOL-Proofs without special Proofs.thy;
wenzelm
parents: 65264
diff changeset
   113
  -- "set level of proofterm recording: 0, 1, 2, negative means unchanged"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   114
option quick_and_dirty : bool = false
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   115
  -- "if true then some tools will OMIT some proofs"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   116
option skip_proofs : bool = false
51553
63327f679cff more ambitious Goal.skip_proofs: covers Goal.prove forms as well, and do not insist in quick_and_dirty (for the sake of Isabelle/jEdit);
wenzelm
parents: 51423
diff changeset
   117
  -- "skip over proofs (implicit 'sorry')"
68661
5820f0f379ae added system option "strict_facts";
wenzelm
parents: 68491
diff changeset
   118
option strict_facts : bool = false
5820f0f379ae added system option "strict_facts";
wenzelm
parents: 68491
diff changeset
   119
  -- "force lazy facts when defined in context"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   120
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   121
49295
2750756db9c5 more precise sections;
wenzelm
parents: 49290
diff changeset
   122
section "Global Session Parameters"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   123
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   124
option condition : string = ""
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   125
  -- "required environment variables for subsequent theories (separated by commas)"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
   126
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
   127
option timeout : real = 0
48661
9149ebdd0241 timeout for session build job;
wenzelm
parents: 48634
diff changeset
   128
  -- "timeout for session build job (seconds > 0)"
9149ebdd0241 timeout for session build job;
wenzelm
parents: 48634
diff changeset
   129
73701
d83e7e444b43 ignore session build timeout, notably in AFP;
wenzelm
parents: 73691
diff changeset
   130
option timeout_build : bool = true
d83e7e444b43 ignore session build timeout, notably in AFP;
wenzelm
parents: 73691
diff changeset
   131
  -- "observe timeout for session build"
d83e7e444b43 ignore session build timeout, notably in AFP;
wenzelm
parents: 73691
diff changeset
   132
51962
016cb7d8f297 limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
wenzelm
parents: 51960
diff changeset
   133
option process_output_limit : int = 100
62409
e391528eff3b proper option process_output_tail, more generous default;
wenzelm
parents: 62115
diff changeset
   134
  -- "build process output limit (in million characters, 0 = unlimited)"
e391528eff3b proper option process_output_tail, more generous default;
wenzelm
parents: 62115
diff changeset
   135
e391528eff3b proper option process_output_tail, more generous default;
wenzelm
parents: 62115
diff changeset
   136
option process_output_tail : int = 40
e391528eff3b proper option process_output_tail, more generous default;
wenzelm
parents: 62115
diff changeset
   137
  -- "build process output tail shown to user (in lines, 0 = unlimited)"
51962
016cb7d8f297 limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
wenzelm
parents: 51960
diff changeset
   138
74827
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
   139
option profiling : string = "" (standard "time")
76041
4a1330addb4e proper description;
wenzelm
parents: 74840
diff changeset
   140
  -- "ML profiling (possible values: time, time_thread, allocations)"
64308
b00508facb4f added system option "profiling";
wenzelm
parents: 64130
diff changeset
   141
74827
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
   142
option system_log : string = "" (standard "-")
c1b5d6e6ff74 clarified system option standard values: avoid oddities like "isabelle build -o document_output" producing directories named "true";
wenzelm
parents: 74824
diff changeset
   143
  -- "output for system messages (log file or \"-\" for console progress)"
73777
52e43a93d51f clarified system_log: make this work independently of the particular "isabelle build" command-line (e.g. "isabelle mirabelle");
wenzelm
parents: 73743
diff changeset
   144
69854
cc0b3e177b49 system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents: 69755
diff changeset
   145
option system_heaps : bool = false
cc0b3e177b49 system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents: 69755
diff changeset
   146
  -- "store session heaps in $ISABELLE_HEAPS_SYSTEM, not $ISABELLE_HEAPS"
cc0b3e177b49 system option "system_heaps" supersedes various command-line options for "system build mode";
wenzelm
parents: 69755
diff changeset
   147
56279
b4d874f6c6be clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents: 56265
diff changeset
   148
b4d874f6c6be clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents: 56265
diff changeset
   149
section "ML System"
b4d874f6c6be clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents: 56265
diff changeset
   150
62711
09df6a51ad3c avoid hardwired values;
wenzelm
parents: 62498
diff changeset
   151
option ML_print_depth : int = 20
09df6a51ad3c avoid hardwired values;
wenzelm
parents: 62498
diff changeset
   152
  -- "ML print depth for toplevel pretty-printing"
09df6a51ad3c avoid hardwired values;
wenzelm
parents: 62498
diff changeset
   153
56279
b4d874f6c6be clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents: 56265
diff changeset
   154
public option ML_exception_trace : bool = false
b4d874f6c6be clarified options ML_source_trace and ML_exception_trace (NB: the latter needs to be a system option, since the context is sometimes not available, e.g. for 'theory' command);
wenzelm
parents: 56265
diff changeset
   155
  -- "ML exception trace for toplevel command execution"
56265
785569927666 discontinued Toplevel.debug in favour of system option "exception_trace";
wenzelm
parents: 55672
diff changeset
   156
62498
5dfcc9697f29 support for ML_exception_debugger;
wenzelm
parents: 62409
diff changeset
   157
public option ML_exception_debugger : bool = false
5dfcc9697f29 support for ML_exception_debugger;
wenzelm
parents: 62409
diff changeset
   158
  -- "ML debugger exception trace for toplevel command execution"
5dfcc9697f29 support for ML_exception_debugger;
wenzelm
parents: 62409
diff changeset
   159
60730
02c2860fcf30 added option ML_debugger;
wenzelm
parents: 60074
diff changeset
   160
public option ML_debugger : bool = false
02c2860fcf30 added option ML_debugger;
wenzelm
parents: 60074
diff changeset
   161
  -- "ML debugger instrumentation for newly compiled code"
02c2860fcf30 added option ML_debugger;
wenzelm
parents: 60074
diff changeset
   162
61158
ea6a4c8bc722 convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents: 60889
diff changeset
   163
public option ML_system_64 : bool = false
76276
13b733e78c26 tuned comment;
wenzelm
parents: 76275
diff changeset
   164
  -- "prefer native 64bit platform (change requires restart)"
61158
ea6a4c8bc722 convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents: 60889
diff changeset
   165
76275
b446004b2464 support for system option ML_system_apple: emulated x86_64 Poly/ML is sometimes more stable than native ARM64;
wenzelm
parents: 76212
diff changeset
   166
public option ML_system_apple : bool = true
b446004b2464 support for system option ML_system_apple: emulated x86_64 Poly/ML is sometimes more stable than native ARM64;
wenzelm
parents: 76212
diff changeset
   167
  -- "prefer native Apple/ARM64 platform (change requires restart)"
b446004b2464 support for system option ML_system_apple: emulated x86_64 Poly/ML is sometimes more stable than native ARM64;
wenzelm
parents: 76212
diff changeset
   168
63986
c7a4b03727ae options for process policy, notably for multiprocessor machines;
wenzelm
parents: 63827
diff changeset
   169
public option ML_process_policy : string = ""
c7a4b03727ae options for process policy, notably for multiprocessor machines;
wenzelm
parents: 63827
diff changeset
   170
  -- "ML process command prefix (process policy)"
c7a4b03727ae options for process policy, notably for multiprocessor machines;
wenzelm
parents: 63827
diff changeset
   171
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   172
71675
55cb4271858b less redundant markup reports;
wenzelm
parents: 71651
diff changeset
   173
section "PIDE Build"
55cb4271858b less redundant markup reports;
wenzelm
parents: 71651
diff changeset
   174
55cb4271858b less redundant markup reports;
wenzelm
parents: 71651
diff changeset
   175
option pide_reports : bool = true
76195
a1f458f089b9 tuned comments;
wenzelm
parents: 76190
diff changeset
   176
  -- "report PIDE markup (in ML)"
71675
55cb4271858b less redundant markup reports;
wenzelm
parents: 71651
diff changeset
   177
72892
d15c0c7ae092 full PIDE reports in batch build: see how it impacts overall performance;
wenzelm
parents: 72728
diff changeset
   178
option build_pide_reports : bool = true
76195
a1f458f089b9 tuned comments;
wenzelm
parents: 76190
diff changeset
   179
  -- "report PIDE markup (in batch build)"
72728
caa182bdab7a clarified options: batch-build has pide_reports disabled by default (requires significant resources);
wenzelm
parents: 72675
diff changeset
   180
71675
55cb4271858b less redundant markup reports;
wenzelm
parents: 71651
diff changeset
   181
69520
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   182
section "Editor Session"
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   183
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
   184
public option editor_load_delay : real = 0.5
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   185
  -- "delay for file load operations (new buffers etc.)"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   186
72933
fbc1d5ff3683 afford more reactive input;
wenzelm
parents: 72892
diff changeset
   187
public option editor_input_delay : real = 0.2
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   188
  -- "delay for user input (text edits, cursor movement etc.)"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   189
64524
e6a3c55b929b explicit option editor_generated_input_delay, which is more aggressive by default;
wenzelm
parents: 64325
diff changeset
   190
public option editor_generated_input_delay : real = 1.0
e6a3c55b929b explicit option editor_generated_input_delay, which is more aggressive by default;
wenzelm
parents: 64325
diff changeset
   191
  -- "delay for machine-generated input that may outperform user edits"
e6a3c55b929b explicit option editor_generated_input_delay, which is more aggressive by default;
wenzelm
parents: 64325
diff changeset
   192
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
   193
public option editor_output_delay : real = 0.1
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   194
  -- "delay for prover output (markup, common messages etc.)"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   195
70787
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   196
public option editor_consolidate_delay : real = 2.0
66379
6392766f3c25 maintain "consolidated" status of theory nodes, which means all evals are finished (but not necessarily prints nor imports);
wenzelm
parents: 66160
diff changeset
   197
  -- "delay to consolidate status of command evaluation (execution forks)"
6392766f3c25 maintain "consolidated" status of theory nodes, which means all evals are finished (but not necessarily prints nor imports);
wenzelm
parents: 66160
diff changeset
   198
62115
57895801cb57 prune old versions more often, to reduce overall heap requirements;
wenzelm
parents: 61873
diff changeset
   199
public option editor_prune_delay : real = 15
57867
abae8aff6262 added system option editor_output_delay: lower value might help big sessions under low-memory situations;
wenzelm
parents: 56875
diff changeset
   200
  -- "delay to prune history (delete old versions)"
abae8aff6262 added system option editor_output_delay: lower value might help big sessions under low-memory situations;
wenzelm
parents: 56875
diff changeset
   201
65264
7e6ecd04b5fe dynamic session_options for tuning parameters and initial prover options;
wenzelm
parents: 65141
diff changeset
   202
option editor_prune_size : int = 0
7e6ecd04b5fe dynamic session_options for tuning parameters and initial prover options;
wenzelm
parents: 65141
diff changeset
   203
  -- "retained size of pruned history (delete old versions)"
7e6ecd04b5fe dynamic session_options for tuning parameters and initial prover options;
wenzelm
parents: 65141
diff changeset
   204
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
   205
public option editor_update_delay : real = 0.5
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   206
  -- "delay for physical GUI updates"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   207
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
   208
public option editor_reparse_limit : int = 10000
49524
68796a77c42b Thy_Syntax.consolidate_spans is subject to editor_reparse_limit, for improved experience of unbalanced comments etc.;
wenzelm
parents: 49295
diff changeset
   209
  -- "maximum amount of reparsed text outside perspective"
50119
5c370a036de7 more generous tracing_limit, with explicit system option;
wenzelm
parents: 49524
diff changeset
   210
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
   211
public option editor_tracing_messages : int = 1000
69103
814a1ab42d70 unbounded tracing for proper termination, e.g. relevant for theory Sequents.Hard_Quantifiers;
wenzelm
parents: 68661
diff changeset
   212
  -- "initial number of tracing messages for each command transaction (0: unbounded)"
50697
82e9178e6a98 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents: 50505
diff changeset
   213
52065
78f2475aa126 explicit notion of public options, which are shown in the editor options dialog;
wenzelm
parents: 52043
diff changeset
   214
public option editor_chart_delay : real = 3.0
50697
82e9178e6a98 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents: 50505
diff changeset
   215
  -- "delay for chart repainting"
52702
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   216
52807
b859a180936b simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents: 52798
diff changeset
   217
public option editor_continuous_checking : bool = true
b859a180936b simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents: 52798
diff changeset
   218
  -- "continuous checking of proof document (visible and required parts)"
b859a180936b simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
wenzelm
parents: 52798
diff changeset
   219
61604
bb20f11dd842 prefer explicit State panel;
wenzelm
parents: 61602
diff changeset
   220
public option editor_output_state : bool = false
61213
0b1a092385c7 option editor_output_state;
wenzelm
parents: 61158
diff changeset
   221
  -- "implicit output of proof state"
0b1a092385c7 option editor_output_state;
wenzelm
parents: 61158
diff changeset
   222
52798
9d3c9862d1dd recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm
parents: 52779
diff changeset
   223
option editor_execution_delay : real = 0.02
9d3c9862d1dd recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm
parents: 52779
diff changeset
   224
  -- "delay for start of execution process after document update (seconds)"
9d3c9862d1dd recovered delay for Document.start_execution (see also 627fb639a2d9), which potentially improves throughput when many consecutive edits arrive;
wenzelm
parents: 52779
diff changeset
   225
57974
ba0b6c2338f0 added option editor_syslog_limit;
wenzelm
parents: 57867
diff changeset
   226
option editor_syslog_limit : int = 100
ba0b6c2338f0 added option editor_syslog_limit;
wenzelm
parents: 57867
diff changeset
   227
  -- "maximum amount of buffered syslog messages"
ba0b6c2338f0 added option editor_syslog_limit;
wenzelm
parents: 57867
diff changeset
   228
52702
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   229
69520
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   230
section "Headless Session"
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   231
70787
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   232
option headless_consolidate_delay : real = 15
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   233
  -- "delay to consolidate status of command evaluation (execution forks)"
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   234
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   235
option headless_prune_delay : real = 60
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   236
  -- "delay to prune history (delete old versions)"
15656ad28691 clarified options -- more scalable;
wenzelm
parents: 70778
diff changeset
   237
69520
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   238
option headless_check_delay : real = 0.5
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   239
  -- "delay for theory status check during PIDE processing (seconds)"
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   240
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   241
option headless_check_limit : int = 0
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   242
  -- "maximum number of theory status checks (0 = unlimited)"
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   243
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   244
option headless_nodes_status_delay : real = -1
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   245
  -- "delay for overall nodes status check during PIDE processing (seconds, disabled for < 0)"
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   246
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   247
option headless_watchdog_timeout : real = 600
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   248
  -- "watchdog timeout for PIDE processing of broken theories (seconds, 0 = disabled)"
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   249
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   250
option headless_commit_cleanup_delay : real = 60
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   251
  -- "delay for cleanup of already imported theories (seconds, 0 = disabled)"
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   252
70801
5352449209b1 clarified option type;
wenzelm
parents: 70800
diff changeset
   253
option headless_load_limit : real = 5.0
70800
44eeca528557 count document nodes via raw file length;
wenzelm
parents: 70796
diff changeset
   254
  -- "limit in MB for loaded theory files (0 = unlimited)"
70772
030a6baa5cb2 support headless_load_limit for more scalable load process;
wenzelm
parents: 70634
diff changeset
   255
69520
16779868de1f clarified defaults via system options;
wenzelm
parents: 69431
diff changeset
   256
52702
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   257
section "Miscellaneous Tools"
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   258
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   259
public option find_theorems_limit : int = 40
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   260
  -- "limit of displayed results"
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   261
56613
3518ea9f5200 tuned option name;
wenzelm
parents: 56279
diff changeset
   262
public option find_theorems_tactic_limit : int = 5
52702
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   263
  -- "limit of tactic search for 'solves' criterion"
c503730efae5 proper system options for 'find_theorems';
wenzelm
parents: 52490
diff changeset
   264
55672
5e25cc741ab9 support for completion within the formal context;
wenzelm
parents: 53189
diff changeset
   265
5e25cc741ab9 support for completion within the formal context;
wenzelm
parents: 53189
diff changeset
   266
section "Completion"
5e25cc741ab9 support for completion within the formal context;
wenzelm
parents: 53189
diff changeset
   267
5e25cc741ab9 support for completion within the formal context;
wenzelm
parents: 53189
diff changeset
   268
public option completion_limit : int = 40
5e25cc741ab9 support for completion within the formal context;
wenzelm
parents: 53189
diff changeset
   269
  -- "limit for completion within the formal context"
64130
e17c211a0bb6 clarified treatment of options;
wenzelm
parents: 63986
diff changeset
   270
66158
ad83d4971dfe clarified modules;
wenzelm
parents: 65782
diff changeset
   271
public option completion_path_ignore : string = "*~:*.marks:*.orig:*.rej:.DS_Store"
ad83d4971dfe clarified modules;
wenzelm
parents: 65782
diff changeset
   272
  -- "glob patterns to ignore in file-system path completion (separated by colons)"
ad83d4971dfe clarified modules;
wenzelm
parents: 65782
diff changeset
   273
64130
e17c211a0bb6 clarified treatment of options;
wenzelm
parents: 63986
diff changeset
   274
65141
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   275
section "Spell Checker"
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   276
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   277
public option spell_checker : bool = true
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   278
  -- "enable spell-checker for prose words within document text, comments etc."
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   279
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   280
public option spell_checker_dictionary : string = "en"
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   281
  -- "spell-checker dictionary name"
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   282
69353
a6e83dcc00e6 adjusted to fc221fa79741;
wenzelm
parents: 69103
diff changeset
   283
public option spell_checker_include : string = "words,comment,comment1,comment2,comment3,ML_comment,SML_comment"
67395
b39d596b77ce more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents: 67273
diff changeset
   284
  -- "included markup elements for spell-checker (separated by commas)"
b39d596b77ce more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents: 67273
diff changeset
   285
70229
c03f381fd373 clarified PIDE markup;
wenzelm
parents: 70122
diff changeset
   286
public option spell_checker_exclude : string = "document_marker,antiquoted,raw_text"
67395
b39d596b77ce more accurate spell-checking for nested quotations / antiquotations, notably in formal comments;
wenzelm
parents: 67273
diff changeset
   287
  -- "excluded markup elements for spell-checker (separated by commas)"
65141
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   288
c706b57b1694 clarified modules;
wenzelm
parents: 65056
diff changeset
   289
76190
c72c5407a86f show SSH options in PIDE GUI;
wenzelm
parents: 76168
diff changeset
   290
section "Secure Shell (OpenSSH)"
64130
e17c211a0bb6 clarified treatment of options;
wenzelm
parents: 63986
diff changeset
   291
76190
c72c5407a86f show SSH options in PIDE GUI;
wenzelm
parents: 76168
diff changeset
   292
public option ssh_batch_mode : bool = true
76168
aab9bb081f01 clarified options;
wenzelm
parents: 76167
diff changeset
   293
  -- "enable SSH batch mode (no user interaction)"
aab9bb081f01 clarified options;
wenzelm
parents: 76167
diff changeset
   294
76190
c72c5407a86f show SSH options in PIDE GUI;
wenzelm
parents: 76168
diff changeset
   295
public option ssh_multiplexing : bool = true
76148
769ebb139a32 support port forwarding without multiplexing (for the sake of Windows);
wenzelm
parents: 76126
diff changeset
   296
  -- "enable multiplexing of SSH sessions (ignored on Windows)"
769ebb139a32 support port forwarding without multiplexing (for the sake of Windows);
wenzelm
parents: 76126
diff changeset
   297
76190
c72c5407a86f show SSH options in PIDE GUI;
wenzelm
parents: 76168
diff changeset
   298
public option ssh_compression : bool = true
64130
e17c211a0bb6 clarified treatment of options;
wenzelm
parents: 63986
diff changeset
   299
  -- "enable SSH compression"
e17c211a0bb6 clarified treatment of options;
wenzelm
parents: 63986
diff changeset
   300
76190
c72c5407a86f show SSH options in PIDE GUI;
wenzelm
parents: 76168
diff changeset
   301
public option ssh_alive_interval : real = 30
76167
e517a38dc0e6 clarified options;
wenzelm
parents: 76166
diff changeset
   302
  -- "time interval to keep SSH server connection alive (seconds, ignore value < 0)"
65595
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   303
76190
c72c5407a86f show SSH options in PIDE GUI;
wenzelm
parents: 76168
diff changeset
   304
public option ssh_alive_count_max : int = 3
76167
e517a38dc0e6 clarified options;
wenzelm
parents: 76166
diff changeset
   305
  -- "maximum number of messages to keep SSH server connection alive (ignore value < 0)"
67273
c573cfb2c407 more robust connection: prefer ServerAliveCountMax=3 (ssh default) instead of 1 (jsch default);
wenzelm
parents: 67194
diff changeset
   306
65595
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   307
71422
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   308
section "Phabricator"
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   309
74138
cdac9e1f9bd1 follow phabricator 2021 Week 26;
wenzelm
parents: 73831
diff changeset
   310
option phabricator_version_arcanist : string = "4f70fcffa8a5393e210d64f237ffdaa256256d6a"
71422
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   311
  -- "repository version for arcanist"
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   312
74138
cdac9e1f9bd1 follow phabricator 2021 Week 26;
wenzelm
parents: 73831
diff changeset
   313
option phabricator_version_phabricator : string = "193798385bd3a7f72dca255e44f8112f4f8fc155"
71422
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   314
  -- "repository version for phabricator"
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   315
5d5be87330b5 allow to override repository versions at runtime;
wenzelm
parents: 71068
diff changeset
   316
68221
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   317
section "Theory Export"
68154
42d63ea39161 some export of foundational theory content;
wenzelm
parents: 68130
diff changeset
   318
42d63ea39161 some export of foundational theory content;
wenzelm
parents: 68130
diff changeset
   319
option export_theory : bool = false
70396
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   320
  -- "export theory content to Isabelle/Scala"
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   321
70914
05c4c6a99b3f option to export standardized proof terms (not scalable);
wenzelm
parents: 70801
diff changeset
   322
option export_standard_proofs : bool = false
05c4c6a99b3f option to export standardized proof terms (not scalable);
wenzelm
parents: 70801
diff changeset
   323
  -- "export standardized proof terms to Isabelle/Scala (not scalable)"
05c4c6a99b3f option to export standardized proof terms (not scalable);
wenzelm
parents: 70801
diff changeset
   324
70396
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   325
option export_proofs : bool = false
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   326
  -- "export proof terms to Isabelle/Scala"
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   327
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   328
option prune_proofs : bool = false
425c5f9bc61a support export_proofs, prune_proofs;
wenzelm
parents: 70229
diff changeset
   329
  -- "prune proof terms after export (do not store in Isabelle/ML)"
68154
42d63ea39161 some export of foundational theory content;
wenzelm
parents: 68130
diff changeset
   330
42d63ea39161 some export of foundational theory content;
wenzelm
parents: 68130
diff changeset
   331
69586
9171d1ce5a35 support for "isabelle update -u mixfix_cartouches";
wenzelm
parents: 69572
diff changeset
   332
section "Theory update"
9171d1ce5a35 support for "isabelle update -u mixfix_cartouches";
wenzelm
parents: 69572
diff changeset
   333
69589
e15f053a42d8 support for isabelle update -u inner_syntax_cartouches;
wenzelm
parents: 69586
diff changeset
   334
option update_inner_syntax_cartouches : bool = false
e15f053a42d8 support for isabelle update -u inner_syntax_cartouches;
wenzelm
parents: 69586
diff changeset
   335
  -- "update inner syntax (types, terms, etc.) to use cartouches"
e15f053a42d8 support for isabelle update -u inner_syntax_cartouches;
wenzelm
parents: 69586
diff changeset
   336
69586
9171d1ce5a35 support for "isabelle update -u mixfix_cartouches";
wenzelm
parents: 69572
diff changeset
   337
option update_mixfix_cartouches : bool = false
9171d1ce5a35 support for "isabelle update -u mixfix_cartouches";
wenzelm
parents: 69572
diff changeset
   338
  -- "update mixfix templates to use cartouches instead of double quotes"
9171d1ce5a35 support for "isabelle update -u mixfix_cartouches";
wenzelm
parents: 69572
diff changeset
   339
69592
a80d8ec6c998 support for isabelle update -u control_cartouches;
wenzelm
parents: 69589
diff changeset
   340
option update_control_cartouches : bool = false
a80d8ec6c998 support for isabelle update -u control_cartouches;
wenzelm
parents: 69589
diff changeset
   341
  -- "update antiquotations to use control symbol with cartouche argument"
a80d8ec6c998 support for isabelle update -u control_cartouches;
wenzelm
parents: 69589
diff changeset
   342
69603
67ae2e164c0f support for isabelle update -u path_cartouches;
wenzelm
parents: 69592
diff changeset
   343
option update_path_cartouches : bool = false
67ae2e164c0f support for isabelle update -u path_cartouches;
wenzelm
parents: 69592
diff changeset
   344
  -- "update file-system paths to use cartouches"
67ae2e164c0f support for isabelle update -u path_cartouches;
wenzelm
parents: 69592
diff changeset
   345
69586
9171d1ce5a35 support for "isabelle update -u mixfix_cartouches";
wenzelm
parents: 69572
diff changeset
   346
68221
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   347
section "Build Database"
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   348
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   349
option build_database_server : bool = false
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   350
option build_database_user : string = ""
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   351
option build_database_password : string = ""
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   352
option build_database_name : string = ""
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   353
option build_database_host : string = ""
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   354
option build_database_port : int = 0
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   355
option build_database_ssh_host : string = ""
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   356
option build_database_ssh_user : string = ""
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   357
option build_database_ssh_port : int = 0
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   358
dbef88c2b6c5 support for build_database_server (PostgreSQL);
wenzelm
parents: 68197
diff changeset
   359
65595
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   360
section "Build Log Database"
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   361
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   362
option build_log_database_user : string = ""
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   363
option build_log_database_password : string = ""
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   364
option build_log_database_name : string = ""
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   365
option build_log_database_host : string = ""
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   366
option build_log_database_port : int = 0
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   367
option build_log_ssh_host : string = ""
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   368
option build_log_ssh_user : string = ""
ffd8283b7be0 support for database connection;
wenzelm
parents: 65456
diff changeset
   369
option build_log_ssh_port : int = 0
65782
4935bac8a850 simplified default;
wenzelm
parents: 65595
diff changeset
   370
option build_log_history : int = 30  -- "length of relevant history (in days)"
67743
7bd0a250183b avoid hardwired parameters;
wenzelm
parents: 67506
diff changeset
   371
option build_log_transaction_size : int = 1  -- "number of log files for each db update"
69572
09a6a7c04b45 more robust system channel via options that are private to the user;
wenzelm
parents: 69520
diff changeset
   372
09a6a7c04b45 more robust system channel via options that are private to the user;
wenzelm
parents: 69520
diff changeset
   373
09a6a7c04b45 more robust system channel via options that are private to the user;
wenzelm
parents: 69520
diff changeset
   374
section "Isabelle/Scala/ML system channel"
09a6a7c04b45 more robust system channel via options that are private to the user;
wenzelm
parents: 69520
diff changeset
   375
09a6a7c04b45 more robust system channel via options that are private to the user;
wenzelm
parents: 69520
diff changeset
   376
option system_channel_address : string = ""
09a6a7c04b45 more robust system channel via options that are private to the user;
wenzelm
parents: 69520
diff changeset
   377
option system_channel_password : string = ""
74147
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   378
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   379
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   380
section "Bash process execution server"
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   381
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   382
option bash_process_debugging : bool = false
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   383
option bash_process_address : string = ""
d030b988d470 provide bash_process server for Isabelle/ML and other external programs;
wenzelm
parents: 74138
diff changeset
   384
option bash_process_password : string = ""