diff options
| author | Emilio Jesus Gallego Arias | 2018-10-10 23:35:47 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-11 22:52:32 +0200 |
| commit | c8883873426c92778a1cac02da17e3d123beb394 (patch) | |
| tree | 9ffcf82e3787d11c447851dd850ec1cdd4d3611d /dev | |
| parent | 27fd525445e8ab37e67eebfb2bca1963e33c7f64 (diff) | |
[vernac] Remove unused abstraction from declaration_hook type.
"Declaration" hooks can be polymorphic on their return type, however
this facility doesn't seem used in the codebase.
We thus remove the polymorphism with the hope to be able to reify the
control later on.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/08704-ejgallego-vernac+monify_hook.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/08704-ejgallego-vernac+monify_hook.sh b/dev/ci/user-overlays/08704-ejgallego-vernac+monify_hook.sh new file mode 100644 index 0000000000..b3a9f67e00 --- /dev/null +++ b/dev/ci/user-overlays/08704-ejgallego-vernac+monify_hook.sh @@ -0,0 +1,15 @@ +if [ "$CI_PULL_REQUEST" = "8704" ] || [ "$CI_BRANCH" = "vernac+monify_hook" ]; then + + # ltac2_CI_REF=rm-section-path + # ltac2_CI_GITURL=https://github.com/maximedenes/ltac2 + + plugin_tutorial_CI_REF=vernac+monify_hook + plugin_tutorial_CI_GITURL=https://github.com/ejgallego/plugin_tutorials + + Elpi_CI_REF=vernac+monify_hook + Elpi_CI_GITURL=https://github.com/ejgallego/coq-elpi + + Equations_CI_REF=vernac+monify_hook + Equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations + +fi |
