Skip to content

Commit 810e329

Browse files
authored
Remove Tools/BoogieToStrata (#1329)
`BoogieToStrata` is now here: https://github.com/strata-org/Strata-Boogie/
1 parent e115b8e commit 810e329

85 files changed

Lines changed: 2 additions & 5171 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/labeler.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ dependencies:
4343
- 'lean-toolchain'
4444
- 'Tools/Python-base/pyproject.toml'
4545
- 'StrataPython/Tools/strata-python/pyproject.toml'
46-
- 'Tools/BoogieToStrata/**/*.csproj'
47-
- 'Tools/BoogieToStrata/**/*.sln'
4846

4947
github_actions:
5048
- changed-files:

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The code that will be moved includes:
44
- Strata/DDM/*
55
- Strata/Languages/Boole/*
66
- Strata/Languages/Python/* along with Tools/Python/*
7-
- Tools/BoogieToStrata
7+
- Tools/BoogieToStrata

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
push:
77
branches: [main]
88

9-
env:
10-
SOLUTION: Tools/BoogieToStrata/BoogieToStrata.sln
11-
129
jobs:
1310
get-branch-name:
1411
runs-on: ubuntu-latest
@@ -94,10 +91,6 @@ jobs:
9491
- name: Build and run strata verify
9592
run: lake exe strata verify ../Examples/SimpleProc.core.st
9693
working-directory: StrataCLI
97-
- name: Build BoogieToStrata
98-
run: dotnet build -warnaserror ${SOLUTION}
99-
- name: Test BoogieToStrata
100-
run: dotnet test ${SOLUTION}
10194
- name: Test Strata Command line
10295
run: .github/scripts/testStrataCommand.sh
10396
- name: Validate examples against expected output

.kiro/steering/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Strata is a Lean4 verification framework using **dialects** as composable langua
1515
- `Strata/` - Core implementation (DDM, dialects, languages, transforms, backends)
1616
- `StrataTest/` - Unit tests (mirrors Strata/ structure)
1717
- `Examples/` - Sample programs (`.st` files, naming: `<name>.<dialect>.st`)
18-
- `Tools/` - External tools (BoogieToStrata, Python utilities)
18+
- `Tools/` - External tools (Python utilities)
1919
- `vcs/` - Generated SMT2 verification conditions
2020

2121
### Core Components

Tools/BoogieToStrata/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

Tools/BoogieToStrata/AGENTS.md

Lines changed: 0 additions & 224 deletions
This file was deleted.

Tools/BoogieToStrata/BoogieToStrata.sln

Lines changed: 0 additions & 28 deletions
This file was deleted.

Tools/BoogieToStrata/EqualizerTests/run_tests.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

Tools/BoogieToStrata/IntegrationTests/BoogieToStrata.IntegrationTests.csproj

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)