We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isabelle/examples/AtomicBakeryG.thy
This example fails after upgrading to Isabelle2024. It might be because of the Nat/Int rewrite, but I'm unsure.
The text was updated successfully, but these errors were encountered:
The last commit this example was working is eed59fc, It passes there with Isabelle2024, and a minor fix in the ROOT file
Isabelle2024
$ 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
isabelle/examples
~/Programs/Isabelle2024/bin/isabelle build -d ../ -D . -f -c
The next commit touching /isabelle/ is d44f1a1; the example fails here.
/isabelle/
@muenchnerkindl, maybe that's useful for you.
Sorry, something went wrong.
Resolved in #109 and #134 .
No branches or pull requests
This example fails after upgrading to Isabelle2024.
It might be because of the Nat/Int rewrite, but I'm unsure.
The text was updated successfully, but these errors were encountered: