-
Notifications
You must be signed in to change notification settings - Fork 67
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
ramp up stdlib version? #371
Comments
Yep, definitely should do. Not sure when I'll get time, right now is scarily busy for me. |
At least from my testing, the library type-checks fine with the newer Agda and stdlib versions. #372 is a simple PR to update the requirements, I didn't know what to do with the |
I think we can make a small release to match the agda and stdlib version? |
Yes, we can. @HuStmpHrrr if you have the time to do it, please do so. I may not get to it until late this week. |
I will wait for the change of the PR and then we are good to go. |
If you never use cubical, you can stick to 1.7.1, which uses |
@andreasabel once the stdlib is fully built, |
|
Not if you have unlimited memory with O(1) access. ;-) |
Do I understand correctly that it's not possible to import agda-categories (which uses |
That is correct: https://agda.readthedocs.io/en/v2.6.3/language/cubical-compatible.html#cubical-compatible
So yes, switching to Agda 2.6.3 without bumping I should retreat my suggestion until we have an easy way (e.g. via library-wide flag) to bump a |
maybe we can set a library-wide flag in the lib file? I think we have a few files that actually uses |
Yes, this is exactly what I want to change in Agda, that you can override |
I want to do some proper benchmarking to see the effect of using |
The current release is 1.7.2.
The text was updated successfully, but these errors were encountered: