-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
43,215 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Test Generated Zig | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: "0 0 1 * *" | ||
|
||
jobs: | ||
test-zig: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Install Zig | ||
uses: goto-bus-stop/setup-zig@v1 | ||
with: | ||
version: master | ||
- uses: actions/checkout@v2 | ||
- name: Test Zig files | ||
run: (cd fiat-zig && zig build && zig build test) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ tramp | |
|
||
# misc | ||
*.pyc | ||
zig-cache | ||
|
||
# java | ||
*.class | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule coq-scripts
updated
26 files
+1 −0 | compatibility/Coq__8_13__Compat.v | |
+0 −49 | compatibility/Coq__8_14__Compat.v | |
+0 −1 | compatibility/Coq__8_14__Compat.v.in | |
+5 −3 | compatibility/Coq__master__Compat.v | |
+0 −3 | compatibility/Makefile.coq.compat_84_85-early | |
+1 −1 | compatibility/Makefile.coq.compat_84_85-ocaml | |
+0 −24 | compatibility/fragments/Grab88v813.v | |
+0 −23 | compatibility/fragments/Grab88v814.v | |
+5 −9 | compatibility/generate-compat-files.sh | |
+0 −27 | github/alectryon-error.json | |
+0 −27 | github/alectryon-warning.json | |
+0 −27 | github/alectryon.json | |
+0 −21 | github/coq-error.json | |
+0 −18 | github/coq-oneline-error.json | |
+0 −18 | github/coq-oneline-warning.json | |
+0 −18 | github/coq-oneline.json | |
+0 −21 | github/coq-warning.json | |
+0 −21 | github/coq.json | |
+0 −16 | github/coqdoc.json | |
+0 −23 | github/onelineify-coq-errors.sh | |
+0 −4 | github/pipe_stderr.sh | |
+0 −37 | github/reportify-coq-errors-gen.sh | |
+0 −6 | github/reportify-coq-errors.sh | |
+0 −6 | github/reportify-coq-warnings.sh | |
+0 −40 | github/reportify-coq.sh | |
+1 −6 | timing/TimeFileMaker.py |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.