-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
idris2: update to 0.8.0 #30295
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
base: master
Are you sure you want to change the base?
idris2: update to 0.8.0 #30295
Conversation
|
Notifying maintainers: |
|
This patch is required: macos-powerpc/powerpc-ports@4735e54 (backport from upstream). |
|
It seems like you already did all the work—do you want me to test your Portfile and patch and then submit that? |
|
@ryang-25 Whichever works better for you. I think that backport was the only thing needed. But you could just use my portfile indeed. |
a693245 to
e03453d
Compare
|
@barracuda156 I made a tiny change to the file extension of the patch. |
Co-authored-by: Sergey Fedorov <[email protected]>
e03453d to
7633463
Compare
|
Looks like MacPorts does not have a fix for upstream issue 3456, though it only affects older systems. |
|
@barracuda156 I just went and looked at that issue—do you think that we should add zsh to the portfile or coreutils and patch the version check for older systems? |
|
As long as the fix is only used for old OS, it is safe. Nothing depends on Idris2 here, and nothing system-essential will (so an extra dependency is no big deal). No need to use it for modern macOS, of course. |
Description
Small bump to latest 0.8.0. I haven't tested on PowerPC, but I have removed the patches merged upstream and tested on my machine. I noticed 0.7.0 broke when Chez got updated, so I am wondering if that is something that needs to be fixed.
Some failing tests (but I suspect these are upstream)
Type(s)
Tested on
macOS 15.7.2 24G325 arm64
Xcode 26.1.1 17B100
Verification
Have you
port lint?sudo port test?sudo port -vst install?