Skip to content

Commit

Permalink
final boilerplate for 8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jul 9, 2023
1 parent 0d85c3b commit 5275c93
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Docker CI
on:
push:
branches:
- port-master
- v8.15
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener
[![coqdoc][coqdoc-shield]][coqdoc-link]
[![DOI][doi-shield]][doi-link]

[docker-action-shield]: https://github.com/coq-community/atbr/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-shield]: https://github.com/coq-community/atbr/workflows/Docker%20CI/badge.svg?branch=v8.15
[docker-action-link]: https://github.com/coq-community/atbr/actions?query=workflow:"Docker%20CI"

[contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
Expand Down
25 changes: 0 additions & 25 deletions default.nix

This file was deleted.

2 changes: 2 additions & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ community: true
action: true
coqdoc: true
doi: 10.2168/LMCS-8(1:16)2012
branch: 'v8.15'
plugin: true

synopsis: Coq library and tactic for deciding Kleene algebras

Expand Down
2 changes: 1 addition & 1 deletion src/reify.ml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ let reify_goal ops =
in
(try
Tacticals.tclTHEN (retype reified)
(Tactics.convert_concl ~cast:false ~check:true reified Constr.VMcast)
(Tactics.convert_concl ~cast:false ~check:true reified DEFAULTcast)
with e -> Feedback.msg_warning (Printer.pr_leconstr_env env sigma reified); raise e)

| _ -> error "unrecognised goal"
Expand Down

0 comments on commit 5275c93

Please sign in to comment.