[perl #107330] [BUG] nqp shell broken. blows up when executing the command at the second prompt

2012-10-09 Thread Will Coleda via RT
On Fri Dec 30 13:19:01 2011, cognominal wrote: > nqp > > say('hi') > say('hi') > hi > > say('hi') > say('hi') > Null PMC access in find_method('new') > > > $ ./nqp --version This is nqp version 2012.09.1-26-g5238d7b built on parrot 4.8.0 revision RELEASE_4_8_0 $ ./nqp > say("hi"); hi > say("hi")

[perl #101562] [BUG] Q:PIR fails as last statement in a block

2012-10-09 Thread Will Coleda via RT
On Wed Oct 19 06:29:49 2011, moritz wrote: > The problem here is that you don't return anything from Q:PIR {} (not > assigning to %r), but you use it as the last statement in a block, which > is responsible for its return value. > > The solution is simply to put another statement after it (for exa

[perl #114158] latest git compile issue

2012-10-09 Thread Will Coleda via RT
On Mon Jul 16 07:33:49 2012, gdonald wrote: > Trying to build the latest git: > > /home/gd/rakudo/install/bin/parrot --library=src/stage0 src/stage0/nqp.pbc \ > --target=pir --output=src/stage1/gen/nqp-mo.pir \ > --setting=NULL --no-regex-lib src/stage1/gen/nqp-mo.pm > /home/gd

[perl #103500] NaN's .perl-ification incorrect

2012-10-09 Thread Will Coleda via RT
On Tue May 29 13:17:04 2012, diakopter wrote: > On Sat Nov 12 17:14:29 2011, coke wrote: > > 19:18 < [Coke]> nom: say NaN.perl19:18 <+p6eval> nom ef4702: > OUTPUT«NaNe0␤» > > That should probably output > > > > NaN > > seems fixed now. marking testneeded. > > 15:16 < [Coke]> nom: say NaN.perl

[perl #79162] [BUG] LTA error on two terms in a row (TTIAR) in Rakudo

2012-10-09 Thread Will Coleda via RT
On Sat Nov 13 09:00:39 2010, masak wrote: > std: sub foo { ['a', 'b' 'c'] } > std a194beb: OUTPUT«===SORRY!===␤Two terms > in a row [...] Parse failed␤FAILED 00:01 121m␤» > rakudo: sub foo { ['a', 'b' 'c'] } > rakudo c548b8: OUTPUT«===SORRY!===␤Unable to parse blockoid, > coul

[perl #115208] say.HOW.say -> null PMC error

2012-10-09 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #115208] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=115208 > > say.HOW.say Null PMC access in get_bool() -- Will "Coke" Coleda

[perl #115208] say.HOW.say -> null PMC error

2012-10-09 Thread Will Coleda via RT
On Tue Oct 09 19:55:11 2012, coke wrote: > > say.HOW.say > > Null PMC access in get_bool() > The say should probably error, so use this one instead: True.HOW.say -- Will "Coke" Coleda