Skip to content
Snippets Groups Projects
Commit 67ee87b8 authored by Ralf Jung's avatar Ralf Jung
Browse files

simplify conditional counter: get rid of histories; instead of heap metadata for ABA protection

Also needs a new token and splitting ownership of the "main" protocol location.
parent 03ad2ac9
No related branches found
No related tags found
No related merge requests found
Pipeline #17366 passed
...@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"] ...@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_examples"]
depends: [ depends: [
"coq-iris" { (= "dev.2019-06-10.2.47f304f6") | (= "dev") } "coq-iris" { (= "dev.2019-06-11.2.0a05a8c0") | (= "dev") }
"coq-autosubst" { = "dev.coq86" } "coq-autosubst" { = "dev.coq86" }
] ]
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment