Skip to content

Commit

Permalink
Remove jasmin
Browse files Browse the repository at this point in the history
  • Loading branch information
cmester0 committed Mar 18, 2024
1 parent 25563f0 commit 62e71e6
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .github/coq-errors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"problemMatcher": [
{
"owner": "coq",
"pattern": [
{
"regexp": "^File \"([^\"].*)\", line (\\d+), characters (\\d+)-(\\d+):$",
"file": 1,
"line": 2,
"column": 3
},
{
"regexp": "^(Error|Warning): (.*)$",
"severity": 1,
"message": 2
}
]
}
]
}
14 changes: 10 additions & 4 deletions .github/workflows/coq-hacspec-ssprove-lib.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI
name: Hacspec - Coq, SSProve Lib

on:
schedule:
Expand All @@ -23,11 +21,19 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up environment
run: |
echo "::group::Setting up problem matcher"
echo "::add-matcher::./.github/coq-errors.json"
echo "::endgroup::"
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'opam/coq-hacspec-ssprove.opam'
custom_image: ${{ matrix.image }}

- after_script: |
startGroup "Run ssprove coq library tests"
make test
endGroup "Run ssprove coq library tests"
# See also:
# https://github.com/coq-community/docker-coq-action#readme
Expand Down
2 changes: 1 addition & 1 deletion engine/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
zarith_stubs_js

; F*-specific dependencies
batteries
(batteries (<= "3.7.2"))
zarith
stdint
ppxlib
Expand Down
2 changes: 1 addition & 1 deletion engine/hax-engine.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"js_of_ocaml"
"js_of_ocaml-ppx"
"zarith_stubs_js"
"batteries"
"batteries" {<= "3.7.2"}
"zarith"
"stdint"
"ppxlib"
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/ConCertLib.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Coercions.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Controlflow.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Eq.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Integers.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Loops.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Ltac.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Monad.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Natmod.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Notation.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Pre.v
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From extructures Require Import ord fset fmap.
Require Import ChoiceEquality.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_Seq.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
2 changes: 1 addition & 1 deletion proof-libs/coq/ssprove/src/Hacspec_Lib_TODO.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import PackageNotation.
From extructures Require Import ord fset fmap.

From mathcomp Require Import ssrZ word.
From Jasmin Require Import word.
From Crypt Require Import jasmin_word.

From Coq Require Import ZArith List.
Import List.ListNotations.
Expand Down
1 change: 0 additions & 1 deletion proof-libs/coq/ssprove/src/LocationUtility.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Import PackageNotation.
From Crypt Require Import pkg_interpreter.
From extructures Require Import ord fset fmap.
Require Import Hacspec_Lib_Comparable.
From Jasmin Require Import xseq.
Require Import Coq.Logic.FunctionalExtensionality.
Import List.ListNotations.

Expand Down

0 comments on commit 62e71e6

Please sign in to comment.