-
Notifications
You must be signed in to change notification settings - Fork 4
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
does not compile with Coq 8.20 release candidate 1 #22
Comments
What is the error for Coq 8.20? |
The first error message is:
|
So, UniMath (and most satellites) are compiled using type-in-type, but SetHITs and Type Theory are not. The error happens in the import file: the only thing that happens here, is that files from UniMath are imported. As such, there are only 2 solutions:
|
So, this means that, previously, a development that did not by itself require type-in-type, could import libraries that needed it but that the extra compilation could be marked as harmless - by not requiring type-in-type. Why did this work for nearly all the time when 8.20 was still under development? And why no longer? |
I don't know. |
I just made a test compilation with Coq 8.20rc1 where I added
and analogously with |
In CI, it was visible that Coq dev (an alpha version of Coq 8.21) does not compile this satellite, but it is even worse.
The text was updated successfully, but these errors were encountered: