-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
MoarVM, nqp, rakudo: update to 2022.04 #14932
Conversation
Notifying maintainers: |
P. S. Re typography commit: it is not just a matter of æsthetics to have “it’s” and not “it's”; in BBEdit the latter creates a havoc with text coloring used in standard language modules (that of |
Rosetta still need blacklisting
|
@mojca @mascguy What’s your opinion on blacklisting With
|
I'm not opposed to the idea, but I'll defer to others. |
I'm sorry, I forgot to reply. The PR looks perfectly fine to me. |
I believe that it should be perfectly ok to blacklist clang for all |
No, it was and remains broken for PPC. |
Description
Updates
MoarVM
,nqp
,rakudo
to the latest 2022.04 versions.Add minor fixes for
ppc
build forMoarVM
. Submitted to the upstream, so hopefully patches can be dropped in the next update.AI_NUMERICSERV
: I encountered this error on 10.6, however it has been also reported on Windows: src/io/syncsocket.c:287:38: error: 'AI_NUMERICSERV' undeclared (first use in this function) MoarVM/MoarVM#1704 (comment)PR: Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc MoarVM/MoarVM#1705
dyncall
configure should have Rosetta case, and original repo actually has it, butMoarVM
lost it on the way. PR: dyncall: add 10.6 Rosetta case to configure MoarVM/dyncall#10Type(s)
Tested on
macOS 10.6.8 Server
Xcode 3.2.6
macOS 10.6 PPC (10A190)
Xcode 3.2
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?