Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Operate
Environments
Monitor
Service Desk
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
lambda-rust
Commits
b4825012
Commit
b4825012
authored
6 months ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies; warning should be gone
parent
518d05b0
No related branches found
No related tags found
No related merge requests found
Pipeline
#108267
failed
6 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_CoqProject
+0
-2
0 additions, 2 deletions
_CoqProject
coq-lifetime-logic.opam
+1
-1
1 addition, 1 deletion
coq-lifetime-logic.opam
with
1 addition
and
3 deletions
_CoqProject
+
0
−
2
View file @
b4825012
...
...
@@ -8,8 +8,6 @@
# Cannot use non-canonical projections as it causes massive unification failures
# (https://github.com/coq/coq/issues/6294).
-arg -w -arg -redundant-canonical-projection
# Warning seems incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
lifetime/model/definitions.v
lifetime/model/faking.v
...
...
This diff is collapsed.
Click to expand it.
coq-lifetime-logic.opam
+
1
−
1
View file @
b4825012
...
...
@@ -12,7 +12,7 @@ The lifetime logic extends Iris with a notion of "borrowing".
"""
depends: [
"coq-iris" { (= "dev.2024-10-0
2
.0.4
320aaee
") | (= "dev") }
"coq-iris" { (= "dev.2024-10-0
3
.0.4
871f965
") | (= "dev") }
]
build: ["./make-package" "lifetime" "-j%{jobs}%"]
...
...
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