|
|
|
@ -2025,7 +2025,15 @@ and select =
|
|
|
|
|
"Select bug number $(i,N). If omitted, prompt for input."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and scuba_logging = CLOpt.mk_bool ~long:"scuba-logging" "(direct) logging to scuba "
|
|
|
|
|
and scuba_logging, cost_scuba_logging =
|
|
|
|
|
let scuba_logging = CLOpt.mk_bool ~long:"scuba-logging" "(direct) logging to scuba" in
|
|
|
|
|
let cost_scuba_logging =
|
|
|
|
|
CLOpt.mk_bool_group ~long:"cost-scuba-logging"
|
|
|
|
|
"Log unknown functions to scuba in cost/inferbo checkers; also sets $(b,--scuba-logging)."
|
|
|
|
|
[scuba_logging] []
|
|
|
|
|
in
|
|
|
|
|
(scuba_logging, cost_scuba_logging)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and scuba_normals =
|
|
|
|
|
CLOpt.mk_string_map ~long:"scuba-normal"
|
|
|
|
@ -2683,6 +2691,8 @@ and costs_current = !costs_current
|
|
|
|
|
|
|
|
|
|
and cost_issues_tests = !cost_issues_tests
|
|
|
|
|
|
|
|
|
|
and cost_scuba_logging = !cost_scuba_logging
|
|
|
|
|
|
|
|
|
|
and costs_previous = !costs_previous
|
|
|
|
|
|
|
|
|
|
and cxx = !cxx
|
|
|
|
|