# New Ticket Created by "Gerhard R."
# Please include the string: [perl #113666]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113666 >
The regex-dna benchmark script (
https://github.com/perl6/perl6-
# New Ticket Created by "Gerhard R."
# Please include the string: [perl #115248]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=115248 >
Applies to Parrot RELEASE_4_8_0-130-g6236d2d and earlier.
# New Ticket Created by "Gerhard R."
# Please include the string: [perl #116373]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=116373 >
Example code:
$ perl6 --version
This is perl6 versi
# New Ticket Created by "Gerhard R."
# Please include the string: [perl #117117]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=117117 >
My work on https://github.com/gerdr/m42 revealed a module compilati
Hi.
My other reply to Andy Dougherty is probably still awaiting moderation.
However, I did misunderstand his problem with 'mknoisy' when
specifying a compiler.
The issue he encountered is due to the fact that compilers are
associated with default toolchains, so switching to gcc on Solaris
will g
Appreciated.
> The only really invasive non-obvious one is patch 4. Solaris cc doesn't
> support anonymous unions, but MVMOSHandleBody uses them extensively.
> I had to give the anonymous union a name everywhere in order to get it
> to compile.
Is this actually necessary if you pass -features=ex