Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Commits
b0585e5d
Commit
b0585e5d
authored
1 year ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'ralf/mangled' into 'master'"
This reverts commit
6a7d163c
, reversing changes made to
40e5274f
.
parent
283bda39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!477
Revert "Merge branch 'ralf/mangled' into 'master'"
Pipeline
#82227
passed
1 year ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG.md
+0
-3
0 additions, 3 deletions
CHANGELOG.md
stdpp/options.v
+0
-7
0 additions, 7 deletions
stdpp/options.v
with
2 additions
and
10 deletions
.gitlab-ci.yml
+
2
−
0
View file @
b0585e5d
...
...
@@ -55,12 +55,14 @@ 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"
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
0
−
3
View file @
b0585e5d
...
...
@@ -67,9 +67,6 @@ longer supported by this release.
(
`map_fold`
used to be derived from
`map_to_list`
.) This makes it possible to
use
`map_fold`
in nested-recursive definitions on maps. For example,
`Fixpoint f (t : gtest) := let 'GTest ts := t in map_fold (λ _ t', plus (f t')) 1 ts`
.
-
Enable 'light' name mangling in
`stdpp.options`
, which prefixes auto-generated
names with
`__`
. This only affects developments that explicitly opt-in to
following the std++ configuration by importing
`stdpp.options`
.
The following
`sed`
script should perform most of the renaming
(on macOS, replace
`sed`
by
`gsed`
, installed via e.g.
`brew install gnu-sed`
).
...
...
This diff is collapsed.
Click to expand it.
stdpp/options.v
+
0
−
7
View file @
b0585e5d
...
...
@@ -12,13 +12,6 @@ Export Set Suggest Proof Using. *)
that bullets and curly braces must be used to structure the proof. *)
Export
Set
Default
Goal
Selector
"!"
.
(** Prevent using auto-generated names in proof scripts (or at least make it
obvious when that happens) *)
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.
From stdpp Require Import options.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment