etc/options
author wenzelm
Mon, 13 May 2013 19:52:16 +0200
changeset 51962 016cb7d8f297
parent 51960 61ac1efe02c3
child 52042 aae07a3ff536
permissions -rw-r--r--
limit build process output, to avoid bombing Isabelle/Scala process by ill-behaved jobs (e.g. Containers in AFP/9025435b29cf);
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
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
     8
option document : string = ""
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
     9
  -- "build document in given format: pdf, dvi, dvi.gz, ps, ps.gz, or false"
48805
c3ea910b3581 explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents: 48795
diff changeset
    10
option document_output : string = ""
c3ea910b3581 explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents: 48795
diff changeset
    11
  -- "document output directory (default within $ISABELLE_BROWSER_INFO tree)"
c3ea910b3581 explicit document_output directory, without implicit purge of default in ISABELLE_BROWSER_INFO;
wenzelm
parents: 48795
diff changeset
    12
option document_variants : string = "document"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    13
  -- "option alternative document variants (separated by colons)"
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    14
option document_graph : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    15
  -- "generate session graph image for document"
48367
680d297ec71b some basic Isabelle options;
wenzelm
parents:
diff changeset
    16
51960
61ac1efe02c3 option "goals_limit", with more uniform description;
wenzelm
parents: 51564
diff changeset
    17
option goals_limit : int = 10
61ac1efe02c3 option "goals_limit", with more uniform description;
wenzelm
parents: 51564
diff changeset
    18
  -- "maximum number of subgoals to be printed"
61ac1efe02c3 option "goals_limit", with more uniform description;
wenzelm
parents: 51564
diff changeset
    19
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    20
option show_question_marks : bool = true
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    21
  -- "show leading question mark of schematic variables"
48486
691d0b44a793 more build options;
wenzelm
parents: 48468
diff changeset
    22
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    23
option names_long : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    24
  -- "show fully qualified names"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    25
option names_short : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    26
  -- "show base names only"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    27
option names_unique : bool = true
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    28
  -- "show partially qualified names, as required for unique name resolution"
48486
691d0b44a793 more build options;
wenzelm
parents: 48468
diff changeset
    29
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    30
option pretty_margin : int = 76
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    31
  -- "right margin / page width of pretty printer in Isabelle/ML"
48527
4ee8d70cd5a3 more build options;
wenzelm
parents: 48520
diff changeset
    32
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    33
option thy_output_display : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    34
  -- "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
    35
option thy_output_break : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    36
  -- "control line breaks in non-display material"
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    37
option thy_output_quotes : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    38
  -- "indicate if the output should be enclosed in double quotes"
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"
48520
6d4ea2efa64b more build options;
wenzelm
parents: 48516
diff changeset
    43
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    44
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    45
option print_mode : string = ""
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    46
  -- "additional print modes for prover output (separated by commas)"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    47
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    48
49295
2750756db9c5 more precise sections;
wenzelm
parents: 49290
diff changeset
    49
section "Parallel Checking"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    50
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    51
option threads : int = 0
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    52
  -- "maximum number of worker threads for prover process (0 = hardware max.)"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    53
option threads_trace : int = 0
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    54
  -- "level of tracing information for multithreading"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    55
option parallel_proofs : int = 2
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    56
  -- "level of parallel proof checking: 0, 1, 2"
51423
e5f9a6d9ca82 clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
wenzelm
parents: 51230
diff changeset
    57
option parallel_subproofs_saturation : int = 100
e5f9a6d9ca82 clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
wenzelm
parents: 51230
diff changeset
    58
  -- "upper bound for forks of nested proofs (multiplied by worker threads)"
e5f9a6d9ca82 clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
wenzelm
parents: 51230
diff changeset
    59
option parallel_subproofs_threshold : real = 0.01
e5f9a6d9ca82 clarified parallel_subproofs_saturation (blind guess) vs. parallel_subproofs_threshold (precient timing estimate);
wenzelm
parents: 51230
diff changeset
    60
  -- "lower bound of timing estimate for forked nested proofs (seconds)"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    61
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    62
49295
2750756db9c5 more precise sections;
wenzelm
parents: 49290
diff changeset
    63
section "Detail of Proof Recording"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    64
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    65
option proofs : int = 1
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    66
  -- "level of detail for proof objects: 0, 1, 2"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    67
option quick_and_dirty : bool = false
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    68
  -- "if true then some tools will OMIT some proofs"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    69
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
    70
  -- "skip over proofs (implicit 'sorry')"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    71
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    72
49295
2750756db9c5 more precise sections;
wenzelm
parents: 49290
diff changeset
    73
section "Global Session Parameters"
49270
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    74
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    75
option condition : string = ""
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    76
  -- "required environment variables for subsequent theories (separated by commas)"
e5d162d15867 some support to organize options in sections;
wenzelm
parents: 48805
diff changeset
    77
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    78
option timing : bool = false
48580
9df76dd45900 some description of main build options;
wenzelm
parents: 48527
diff changeset
    79
  -- "global timing of toplevel command execution and theory processing"
48492
03530cf284ca more build options;
wenzelm
parents: 48486
diff changeset
    80
48795
bece259ee055 clarified format of etc/options: only declarations, not re-definitions;
wenzelm
parents: 48661
diff changeset
    81
option timeout : real = 0
48661
9149ebdd0241 timeout for session build job;
wenzelm
parents: 48634
diff changeset
    82
  -- "timeout for session build job (seconds > 0)"
9149ebdd0241 timeout for session build job;
wenzelm
parents: 48634
diff changeset
    83
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
    84
option process_output_limit : int = 100
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
    85
  -- "build process output limit in million characters (0 = unlimited)"
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
    86
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    87
49295
2750756db9c5 more precise sections;
wenzelm
parents: 49290
diff changeset
    88
section "Editor Reactivity"
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    89
51554
041bc3d31f23 separate option editor_skip_proofs, to avoid accidental change of preferences for skip_proofs, which would invalidate batch builds;
wenzelm
parents: 51553
diff changeset
    90
option editor_skip_proofs : bool = false
041bc3d31f23 separate option editor_skip_proofs, to avoid accidental change of preferences for skip_proofs, which would invalidate batch builds;
wenzelm
parents: 51553
diff changeset
    91
  -- "skip over proofs (implicit 'sorry')"
041bc3d31f23 separate option editor_skip_proofs, to avoid accidental change of preferences for skip_proofs, which would invalidate batch builds;
wenzelm
parents: 51553
diff changeset
    92
49288
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    93
option editor_load_delay : real = 0.5
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    94
  -- "delay for file load operations (new buffers etc.)"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    95
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    96
option editor_input_delay : real = 0.3
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    97
  -- "delay for user input (text edits, cursor movement etc.)"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    98
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
    99
option editor_output_delay : real = 0.1
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   100
  -- "delay for prover output (markup, common messages etc.)"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   101
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   102
option editor_update_delay : real = 0.5
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   103
  -- "delay for physical GUI updates"
2c9272cb4568 more options;
wenzelm
parents: 49270
diff changeset
   104
49524
68796a77c42b Thy_Syntax.consolidate_spans is subject to editor_reparse_limit, for improved experience of unbalanced comments etc.;
wenzelm
parents: 49295
diff changeset
   105
option editor_reparse_limit : int = 10000
68796a77c42b Thy_Syntax.consolidate_spans is subject to editor_reparse_limit, for improved experience of unbalanced comments etc.;
wenzelm
parents: 49295
diff changeset
   106
  -- "maximum amount of reparsed text outside perspective"
50119
5c370a036de7 more generous tracing_limit, with explicit system option;
wenzelm
parents: 49524
diff changeset
   107
51044
890f502f0e89 more generous tracing limit, which is relevant for applications where this occurs routinely (e.g. HO unification trace);
wenzelm
parents: 50698
diff changeset
   108
option editor_tracing_messages : int = 1000
50505
33c92722cc3d smarter handling of tracing messages: prover process pauses and enters user dialog;
wenzelm
parents: 50455
diff changeset
   109
  -- "initial number of tracing messages for each command transaction"
50697
82e9178e6a98 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents: 50505
diff changeset
   110
82e9178e6a98 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents: 50505
diff changeset
   111
option editor_chart_delay : real = 3.0
82e9178e6a98 improved Monitor_Dockable, based on ML_Statistics operations;
wenzelm
parents: 50505
diff changeset
   112
  -- "delay for chart repainting"