-
Couldn't load subscription status.
- Fork 25
Compile without Stdlib #514
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
Conversation
|
@CohenCyril @gares CI "green" but this is dropping support for 8.18, 819 and 8.20. Fine to me since we got a recent release supporting all of those and 9.0.0 should come soon but we might want to wait before merging. |
I'm in favor of waiting a bit. |
b65130f to
56437fa
Compare
|
Apparently it wasn't that hard to keep compatibility with 8.18-8.20, so let's merge. |
| @@ -1,5 +1,5 @@ | |||
| From HB Require Import structures. | |||
| From Coq Require Import ssreflect ZArith. | |||
| From Corelib Require Import ssreflect BinNums IntDef. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@proux01 this header is not rewritten when I run make with coq 8.20, is it expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess, my only objective was to keep the main build on Coq 8.20, maybe not all examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll make a patch to make examples work too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot that the CI was not testing the examples :-/
No description provided.