[perl #131676] doing a role fails to find inherited methods in some cases

2017-09-23 Thread Brian S. Julin via RT
On Mon, 07 Aug 2017 08:25:10 -0700, c...@zoffix.com wrote: > On Thu, 29 Jun 2017 03:46:02 -0700, c...@zoffix.com wrote: > > Mu provides iterator method, but when you mix in a role that wants it > > implemented, it doesn't find it: > > > > m: role Meow { method iterator {…} }; class Bar does Meow

[perl #131079] [SECURITY] regex injection allows arbitrary execution using dynamic method lookup

2017-09-23 Thread Brian S. Julin via RT
On Thu, 30 Mar 2017 05:41:29 -0700, lloyd.fo...@gmail.com wrote: > my $regex-from-user = '{ shell "/bin/sh" }'; > try say "foo" ~~ /<$regex-from-user>/; # won't work > $regex-from-user = '<::(shell "/bin/sh")>'; > try say "foo" ~~ /<$regex-from-user>/; # you got owned rakudo PR 1168 has been

[perl #132101] [JVM] ‘make’ does not work before ‘make install’

2017-09-23 Thread Christian Bartolomaeus via RT
On Sat, 16 Sep 2017 07:27:48 -0700, alex.jakime...@gmail.com wrote: > From this discussion https://irclog.perlgeek.de/perl6-dev/2017-09- > 16#i_15171820 > > 1) 'make' does not work before 'make install': I believe that happens, > because we use the EvalServer -- and that doesn't look for >

[perl #132104] [JVM] EvalServer seems to leak memory

2017-09-23 Thread Christian Bartolomaeus via RT
On Sat, 16 Sep 2017 07:31:18 -0700, alex.jakime...@gmail.com wrote: > From this discussion https://irclog.perlgeek.de/perl6-dev/2017-09- > 16#i_15171820 > > 4) the EvalServer seems to leak memory. it's no longer possible to run > 'make spectest', even with -Xmx6000m My findings so far: 1) The

[perl #132104] [JVM] EvalServer seems to leak memory

2017-09-23 Thread Christian Bartolomaeus via RT
On Sat, 16 Sep 2017 07:31:18 -0700, alex.jakime...@gmail.com wrote: > From this discussion https://irclog.perlgeek.de/perl6-dev/2017-09- > 16#i_15171820 > > 4) the EvalServer seems to leak memory. it's no longer possible to run > 'make spectest', even with -Xmx6000m My findings so far: 1) The

[perl #132154] slurp is mangling newlines, it should not (slurp ‘foo’)

2017-09-23 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132154] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132154 > This was noticed in this PR: