-
Notifications
You must be signed in to change notification settings - Fork 143
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
Reflection API changing in Agda 2.6.3 #743
Comments
Looks there was some effort to move to a more recent version of Agda, but it was reverted: |
Ah, yes indeed the current version of the library is supposed to build on the latest release of Agda to not force us to update our Agda installations all the time when working on the library. Having a branch that builds on Agda master would indeed be ideal. How about calling it |
If you wanted to be consistent with the standard library, we call it |
Maybe |
Having a branch that builds with the latest development version of Agda is ideal, but for this issue, it also makes sense to remove |
This is outdated by now, cubical typechecks with agda 2.6.3 |
The current
master
ofcubical
does not build with Agdamaster
, breaking here:cubical/Cubical/Reflection/Base.agda
Line 51 in 43e0bf0
extendContext
expects one more argument now:Agda's reflection API changed in agda/agda#5715 (unreleased, scheduled for Agda 2.6.3).
Maybe you should maintain a branch that builds with latest Agda
master
. This branch could be merged intomaster
once you bump to a new release of Agda (frommaster
). Currently we (Agda devs) cannot really test (from the Agda side) whethercubical
andAgda
are still in sync. If such a branch existed, we could pin ourcubical
submodule to this branch and run Agda on it from our testsuite/CI.The text was updated successfully, but these errors were encountered: