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
fd86b7bb
Commit
fd86b7bb
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
do "Print Assumptions" outside of sections
parent
4206ef52
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tests/barrier_client.v
+3
-3
3 additions, 3 deletions
tests/barrier_client.v
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
fd86b7bb
...
@@ -6,7 +6,7 @@ buildjob:
...
@@ -6,7 +6,7 @@ buildjob:
script
:
script
:
-
coqc -v
-
coqc -v
-
'
time
make
-j8
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
time
make
-j8
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
grep
Axiom
build-log.txt
&&
exit
1'
-
'
f
grep
Axiom
build-log.txt
&&
exit
1'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\(user:
[0-9]"
|
tee
build-time.txt'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\(user:
[0-9]"
|
tee
build-time.txt'
-
make verify
-
make verify
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
tests/barrier_client.v
+
3
−
3
View file @
fd86b7bb
...
@@ -59,7 +59,7 @@ End client.
...
@@ -59,7 +59,7 @@ End client.
Section
ClosedProofs
.
Section
ClosedProofs
.
Definition
Σ
:
gFunctors
:=
#
[
heapΣ
;
barrierΣ
;
spawnΣ
]
.
Let
Σ
:
gFunctors
:=
#
[
heapΣ
;
barrierΣ
;
spawnΣ
]
.
Lemma
client_adequate
σ
:
adequate
client
σ
(
λ
_,
True
)
.
Lemma
client_adequate
σ
:
adequate
client
σ
(
λ
_,
True
)
.
Proof
.
Proof
.
...
@@ -67,6 +67,6 @@ Proof.
...
@@ -67,6 +67,6 @@ Proof.
apply
(
client_safe
(
nroot
.
@
"barrier"
));
auto
with
ndisj
.
apply
(
client_safe
(
nroot
.
@
"barrier"
));
auto
with
ndisj
.
Qed
.
Qed
.
Print
Assumptions
client_adequate
.
End
ClosedProofs
.
End
ClosedProofs
.
Print
Assumptions
client_adequate
.
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