Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISA: Example in isabelle/examples/AtomicBakeryG.thy fails. #133

Closed
kape1395 opened this issue May 29, 2024 · 2 comments
Closed

ISA: Example in isabelle/examples/AtomicBakeryG.thy fails. #133

kape1395 opened this issue May 29, 2024 · 2 comments

Comments

@kape1395
Copy link
Collaborator

This example fails after upgrading to Isabelle2024.
It might be because of the Nat/Int rewrite, but I'm unsure.

@kape1395
Copy link
Collaborator Author

The last commit this example was working is eed59fc,
It passes there with Isabelle2024, and a minor fix in the ROOT file

$ git diff
diff --git a/isabelle/examples/ROOT b/isabelle/examples/ROOT
index cbcd3fa..8033e83 100644
--- a/isabelle/examples/ROOT
+++ b/isabelle/examples/ROOT
@@ -6,7 +6,7 @@ Examples of using Isabelle/TLA+
 *)
 
 (* build the session (without a heap) using "isabelle build -D ." *)
-chapter "TLA+ Examples"
+chapter "TLA+Examples"
 session "TLA-Examples" = "TLA+" +
   options [document=pdf, document_output = "output", document_variants="document:outline=/proof"]

Tried to build it as follows in the isabelle/examples folder

~/Programs/Isabelle2024/bin/isabelle build -d ../ -D . -f -c

The next commit touching /isabelle/ is d44f1a1; the example fails here.

@muenchnerkindl, maybe that's useful for you.

@kape1395
Copy link
Collaborator Author

Resolved in #109 and #134 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant