-
Notifications
You must be signed in to change notification settings - Fork 84
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 Int31 #983
Remove Int31 #983
Conversation
This is needed for Coq #17977 Modified files are - quotation/theories/ToPCUIC/Coq/Numbers.v - quotation/theories/ToTemplate/Coq/Numbers.v
Sorry to bother you with this @mattam82, but can we move forward? It would be nice to remove these files in 8.19. |
Is CI expected to go green on this? I just approved the run, if it goes green we can merge this for sure |
I have no idea what it means and how it can be related to this PR. |
@@ -1,9 +1,11 @@ | |||
From Coq.Numbers Require Import BinNums DecimalFacts HexadecimalFacts | |||
Cyclic.Int63.PrimInt63 Cyclic.Int31.Int31 | |||
Cyclic.Int63.PrimInt63 Cyclic.Int63.Uint63 |
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.
Is this needed, or can we just do
Cyclic.Int63.PrimInt63 Cyclic.Int63.Uint63 |
?
It means that somehow when building with
is no longer valid and TransLookup_lookup_inductive'@{_ _} needs to be TransLookup_lookup_inductive'@{_ _ _} instead. It is unrelated to this PR. Maybe Coq broke something since the last CI run?
|
This is needed for Coq coq/coq#17977
Modified files are