Skip to content

Commit

Permalink
Merge pull request #4 from viperproject/foundational_boogie_viperproject
Browse files Browse the repository at this point in the history
Transfer gauravpartha/foundational_boogie to viperproject/foundational-boogie
  • Loading branch information
gauravpartha authored Dec 8, 2024
2 parents 2e691a5 + 60ffdf8 commit 2dc1953
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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

0 comments on commit 2dc1953

Please sign in to comment.