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,rakudoto the latest 2022.04 versions.Add minor fixes for
ppcbuild 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
dyncallconfigure should have Rosetta case, and original repo actually has it, butMoarVMlost 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?