Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Tej Chajed
iris
Commits
fac5fb7a
Commit
fac5fb7a
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
improve options-import check
parent
cc85a940
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.coq.local
+1
-1
1 addition, 1 deletion
Makefile.coq.local
theories/options.v
+5
-0
5 additions, 0 deletions
theories/options.v
with
6 additions
and
1 deletion
Makefile.coq.local
+
1
−
1
View file @
fac5fb7a
...
...
@@ -13,7 +13,7 @@ NORMALIZER:=test-normalizer.sed
test
:
$(TESTFILES:.v=.vo)
# Make sure everything imports the options.
$(HIDE)for
FILE
in
$(
filter-out
theories/options.v,
$(
VFILES
)
)
;
do
\
$(HIDE)for
FILE
in
$(VFILES);
do
\
if ! fgrep -q 'From iris Require Import options.' "$$FILE"; then echo "ERROR
:
$$FILE does not import 'options'."; exit 1; fi
\
done
.PHONY
:
test
...
...
This diff is collapsed.
Click to expand it.
theories/options.v
+
5
−
0
View file @
fac5fb7a
...
...
@@ -5,3 +5,8 @@ but not transitively. *)
Export
Set
Default
Proof
Using
"Type"
.
Export
Set
Suggest
Proof
Using
.
(* also warns about forgotten [Proof.] *)
(* "Fake" import to whitelist this file for the check that ensures we import
this file everywhere.
From iris 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