Skip to content

Commit

Permalink
Merge pull request #991 from MetaCoq/coq-8.18-updates-8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster authored Oct 16, 2023
2 parents 1fcd7ff + 39e31f6 commit dc8a7a0
Show file tree
Hide file tree
Showing 81 changed files with 9,648 additions and 3,101 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,27 @@ updates:
interval: "daily"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "coq-8.17"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "coq-8.16"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
labels:
- "dependencies"
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
<<<<<<<< HEAD:.github/workflows/nix-action-coq-dev-macos.yml
uses: cachix/install-nix-action@v22
========
uses: cachix/install-nix-action@v23
>>>>>>>> coq-8.17-updates-8.16:.github/nix-action-coq-8.17-macos.yml
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup metacoq
Expand Down Expand Up @@ -59,7 +63,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
<<<<<<<< HEAD:.github/workflows/nix-action-coq-dev-macos.yml
uses: cachix/install-nix-action@v22
========
uses: cachix/install-nix-action@v23
>>>>>>>> coq-8.17-updates-8.16:.github/nix-action-coq-8.17-macos.yml
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup metacoq
Expand Down Expand Up @@ -104,7 +112,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
<<<<<<<< HEAD:.github/workflows/nix-action-coq-dev-macos.yml
uses: cachix/install-nix-action@v22
========
uses: cachix/install-nix-action@v23
>>>>>>>> coq-8.17-updates-8.16:.github/nix-action-coq-8.17-macos.yml
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup metacoq
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
<<<<<<<< HEAD:.github/workflows/nix-action-coq-dev-ubuntu.yml
uses: cachix/install-nix-action@v22
========
uses: cachix/install-nix-action@v23
>>>>>>>> coq-8.17-updates-8.16:.github/nix-action-coq-8.17-ubuntu.yml
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup metacoq
Expand Down Expand Up @@ -59,7 +63,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
<<<<<<<< HEAD:.github/workflows/nix-action-coq-dev-ubuntu.yml
uses: cachix/install-nix-action@v22
========
uses: cachix/install-nix-action@v23
>>>>>>>> coq-8.17-updates-8.16:.github/nix-action-coq-8.17-ubuntu.yml
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup metacoq
Expand Down Expand Up @@ -104,7 +112,11 @@ jobs:
fetch-depth: 0
ref: ${{ env.tested_commit }}
- name: Cachix install
<<<<<<<< HEAD:.github/workflows/nix-action-coq-dev-ubuntu.yml
uses: cachix/install-nix-action@v22
========
uses: cachix/install-nix-action@v23
>>>>>>>> coq-8.17-updates-8.16:.github/nix-action-coq-8.17-ubuntu.yml
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- name: Cachix setup metacoq
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,5 @@ erasure-plugin/Makefile.erasureplugin
erasure-plugin/Makefile.erasureplugin.conf
erasure-plugin/Makefile.plugin
erasure-plugin/Makefile.plugin.conf
erasure-plugin/META
safechecker-plugin/META
2 changes: 2 additions & 0 deletions .vscode/metacoq.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"coqtop.args": [



"-R", "safechecker-plugin/theories", "MetaCoq.SafeCheckerPlugin",

"-R", "utils/theories", "MetaCoq.Utils",
Expand All @@ -27,6 +28,7 @@
"-R", "safechecker/theories", "MetaCoq.SafeChecker",
"-I", "erasure/src",
"-R", "erasure/theories", "MetaCoq.Erasure",
"-R", "erasure-plugin/theories", "MetaCoq.ErasurePlugin",
"-R", "translations", "MetaCoq.Translations",
"-R", "test-suite/plugin-demo/theories", "MetaCoq.ExtractedPluginDemo",
"-R", "test-suite", "MetaCoq.TestSuite"
Expand Down
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

all: printconf template-coq pcuic safechecker erasure examples test-suite translations quotation
all: printconf template-coq pcuic safechecker erasure erasure-plugin

-include Makefile.conf

Expand All @@ -26,7 +26,7 @@ else
endif
endif

install: all translations
install: all
$(MAKE) -C utils install
$(MAKE) -C common install
$(MAKE) -C template-coq install
Expand All @@ -36,7 +36,7 @@ install: all translations
$(MAKE) -C quotation install
$(MAKE) -C safechecker-plugin install
$(MAKE) -C erasure install
$(MAKE) -C translations install
$(MAKE) -C erasure-plugin install

uninstall:
$(MAKE) -C utils uninstall
Expand All @@ -48,6 +48,7 @@ uninstall:
$(MAKE) -C quotation uninstall
$(MAKE) -C safechecker-plugin uninstall
$(MAKE) -C erasure uninstall
$(MAKE) -C erasure-plugin uninstall
$(MAKE) -C translations uninstall

html: all
Expand Down Expand Up @@ -175,7 +176,7 @@ cleanplugins:

ci-local-noclean:
./configure.sh local
$(MAKE) all test-suite TIMED=pretty-timed
$(MAKE) all translations test-suite TIMED=pretty-timed

ci-local: ci-local-noclean
$(MAKE) clean
Expand Down
1 change: 1 addition & 0 deletions common/_CoqProject.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ theories/MonadBasicAst.v
theories/Environment.v
theories/Reflect.v
theories/EnvironmentTyping.v
theories/EnvironmentReflect.v
theories/EnvMap.v
theories/Transform.v
Loading

0 comments on commit dc8a7a0

Please sign in to comment.