[perl #113666] [BUG] Memory panic due to string transcoding for every match

2012-06-16 Thread Gerhard R.
# 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-

[perl #115248] [BUG] Cannot read lines from STDIN with current Parrot

2012-10-16 Thread Gerhard R.
# 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.

[perl #116373] [BUG] Error when using (supposedly) built-in subrule in grammar

2013-01-13 Thread Gerhard R.
# 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

[perl #117117] [BUG] Module compilation failure with nested packages

2013-03-12 Thread Gerhard R.
# 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

Re: Building MoarVM on Solaris

2013-08-23 Thread Gerhard R.
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

Re: More patches for building MoarVM on Solaris

2013-09-10 Thread Gerhard R.
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