-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
Agda 2.6.4 updates #262814
Agda 2.6.4 updates #262814
Conversation
e0ea594
to
57eea05
Compare
Thanks a lot! It would be great if we could have some grace period to give the packages some time to update, open upstream issues and ping maintainers. I find that marking libraries as broken should only be the last measure, when we are certain that we cannot expect timely upstream fixes. |
I don't think we have this option, as Agda automatically updates as part of the haskell package set to my knowledge |
Right, the grace period would have to delay the scheduled merge of I don't think enough people care about |
Yes we do, the haskell updates branch is not merged immediately, there is some time until it is merged. If we can make progress with broken packages in that time, we can merge them unbroken. |
Ah ok, I see your point. So we mark them broken and try to fix them while Then I think the only thing left to do is ping maintainers for the broken packages. |
I think I've asked this before, but is it completely unreasonable to maintain Agda outside of the main haskell package set, so that we can choose when to update it/ potentially support multiple versions? |
If it's easy enough to decouple from the Haskell package set sufficiently then I think this is a great idea. But since |
@ofborg build agda.passthru.tests.allPackages |
#262645 bumps Agda to 2.6.4. This PR updates some Agda packages to work with 2.6.4, and marks the broken ones as broken.
Tested with
nixosTests.agda
andagda.tests.allPackages
.