[perl #120480] recursion_limit bad assumption

2013-11-14 Thread Will Coleda via RT
On Thu Nov 07 06:20:28 2013, zef...@fysh.org wrote: src/main.nqp features this code: # Bump up recursion limit, for VMs that have one. $comp.recursion_limit(10); The code and comment do not match: the comment says that the recursion limit is being raised, but the code

Re: [perl #120480] recursion_limit bad assumption

2013-11-14 Thread Patrick R. Michaud
On Thu, Nov 14, 2013 at 06:13:39AM -0800, Will Coleda via RT wrote: This is only used for parrot - it's a noop on the other 2 nqp backends. I recommend wrapping this line in a #? preprocessor block for parrot only, and changing the comment to reflect that we're just doing this for a single

Re: [perl #120480] recursion_limit bad assumption

2013-11-14 Thread Matthew Wilson
Even though we don't have a recursion limit for other backends, I can greatly imagine there would be some utility to adding one at some point in the future. +1 On Thu, Nov 14, 2013 at 6:34 AM, Patrick R. Michaud pmich...@pobox.comwrote: On Thu, Nov 14, 2013 at 06:13:39AM -0800, Will Coleda

[perl #73742] [BUG] Parsefail when semicolon missing from statement class declaration in Rakudo

2013-11-14 Thread Will Coleda via RT
On Mon Mar 22 07:35:24 2010, masak wrote: moritz_ rakudo: class JSON::Tiny::Actions p6eval rakudo 35f337: OUTPUTĀ«Malformed package declaration [...] moritz_ rakudo: class JSON::Tiny::Actions; p6eval rakudo 35f337: ( no output ) moritz_ std: class JSON::Tiny::Actions p6eval std 30169: