Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove conditional from configure.sh #197

Merged
merged 3 commits into from
May 31, 2023

Conversation

anandadalton
Copy link
Contributor

The conditional doesn't work in all bashes (doesn't work in mine, GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)

Moreover we don't even support versions of Coq that low anymore, so there's no need.

The conditional doesn't work in all bashes (doesn't work in mine,
GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)

Moreover we don't even support versions of Coq that low anymore, so
there's no need.
This reverts commit 09f7719.

It seems that older versions of Coq do not have these modules and
therefore this is a breaking change. I do not know why CI didn't catch
this.
@anandadalton
Copy link
Contributor Author

Comment--this also contains a fix for a breaking commit, which I introduced to the repo. I am not sure how the checks for pull requests didn't halt this but they apparently can be fooled.

This reverts commit 7e39c78.

Nat.Div0 modules are too modern for versions of Coq 8.16 and below.
@spitters spitters merged commit 48735ca into coq-community:master May 31, 2023
5 checks passed
@anandadalton anandadalton deleted the configure_sh branch May 31, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants