Skip to content
Snippets Groups Projects
Commit bb8cfd6d authored by Ralf Jung's avatar Ralf Jung
Browse files

enable name-mangling-light

parent 5ea9d5a4
No related branches found
No related tags found
1 merge request!475enable name-mangling-light
......@@ -55,14 +55,12 @@ build-coq.8.17.0-mr:
variables:
OPAM_PINS: "coq version 8.17.0"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
build-coq.8.16.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.16.1"
DENY_WARNINGS: "1"
MANGLE_NAMES: "1"
CI_COQCHK: "1"
OPAM_PKG: "1"
DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
......
......@@ -7,6 +7,10 @@ Export Set Default Proof Using "Type".
(* FIXME: cannot enable this yet as some files disable 'Default Proof Using'.
Export Set Suggest Proof Using. *)
Export Set Default Goal Selector "!".
Export Set Mangle Names.
Export Set Mangle Names Light.
(** Make these names stand out more, in case one does end up in the proof script. *)
Export Set Mangle Names Prefix "__".
(* "Fake" import to whitelist this file for the check that ensures we import
this file everywhere.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment