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

Transfer gauravpartha/foundational_boogie to viperproject/foundational-boogie #4

Merged
merged 2 commits into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setup Isabelle sessions
run: |
isabelle components -u foundational_boogie/BoogieLang
isabelle components -u foundational-boogie/BoogieLang
isabelle components -u vipersemcommon
isabelle components -u viper-total-heaps
isabelle components -u vipersemabstract
Expand Down
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "foundational_boogie"]
path = foundational_boogie
url = https://github.com/gauravpartha/foundational_boogie/
branch = adjust_interface
[submodule "foundational-boogie"]
path = foundational-boogie
url = https://github.com/viperproject/foundational-boogie
branch = cfg_optimizations
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ which you can download from [here](https://isabelle.in.tum.de/website-Isabelle20
This repository is split into separate subpackages linked via Isabelle sessions. To setup the development, you have to register these sessions with Isabelle

```
isabelle components -u foundational_boogie/BoogieLang
isabelle components -u foundational-boogie/BoogieLang
isabelle components -u vipersemcommon
isabelle components -u viper-total-heaps
isabelle components -u vipersemabstract
Expand All @@ -30,7 +30,7 @@ Alternatively, you can add the path to these sessions to the Isabelle `ROOTS` fi

The repository contains 6 folders:

foundational_boogie:
foundational-boogie:
- This is the formalization of the Boogie intermediate verification language, which is maintained in a separate repository. This formalization is a dependency of viper-total-heaps.

vipersemcommon:
Expand Down
1 change: 1 addition & 0 deletions foundational-boogie
Submodule foundational-boogie added at 904113
1 change: 0 additions & 1 deletion foundational_boogie
Submodule foundational_boogie deleted from 63cb96
Loading