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

chore: remove cryptol- and saw-specific python code from argo repo #151

Merged
merged 12 commits into from
Feb 9, 2021
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
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,14 @@ jobs:
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Typecheck python code
working-directory: ./python
run: mypy argo saw cryptol
run: mypy argo_client
- name: Build
run: |
cabal build all
- name: Cabal argo tests
run: cabal test argo
- name: Cabal file-echo-api tests
run: cabal test file-echo-api
- name: Python unit tests
run: cabal test python
- name: Python argo-client unit tests
working-directory: ./python
run: |
bash tests/run_test_servers.sh
python3 -m unittest tests/test_file-echo-api.py
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Working on the Python bindings

To run the ``mypy`` type checker, enter the virtual environment and then run::

mypy argo saw cryptol
mypy argo_client

from the ``python`` subdirectory.

Expand Down
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
packages:
argo/
python/
file-echo-api/
tasty-script-exitcode/
21 changes: 0 additions & 21 deletions docs/CryptolPython.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/SAWPython.rst

This file was deleted.

43 changes: 0 additions & 43 deletions dreams/salsa20.py

This file was deleted.

99 changes: 0 additions & 99 deletions dreams/salsa20_comp.py

This file was deleted.

46 changes: 0 additions & 46 deletions dreams/swap.py

This file was deleted.

Loading