From abbd8d0ec02a2a93596c5de255177aa639fdb93f Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 29 Aug 2020 22:18:31 +0200 Subject: [PATCH] test with name mangling on CI --- .gitlab-ci.yml | 1 + tests/telescopes.v | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7548fb1..8e9cb4d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,6 +31,7 @@ build-coq.dev: <<: *template variables: OPAM_PINS: "coq version dev" + MANGLE_NAMES: "1" CI_COQCHK: "1" build-coq.8.12.0: diff --git a/tests/telescopes.v b/tests/telescopes.v index 207457b8..ede324c0 100644 --- a/tests/telescopes.v +++ b/tests/telescopes.v @@ -1,5 +1,7 @@ From stdpp Require Import tactics telescopes. +Local Unset Mangle Names. (* for stable goal printing *) + Section accessor. (* This is like Iris' accessors, but in Prop. Just to play with telescopes. *) Definition accessor {X : tele} (α β γ : X → Prop) : Prop := -- GitLab