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")
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
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
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
On Sat Nov 13 09:00:39 2010, masak wrote:
> std: sub foo { ['a', 'b' 'c'] }
> std a194beb: OUTPUT«[31m===[0mSORRY![31m===[0mTwo terms
> in a row [...] Parse failedFAILED 00:01 121m»
> rakudo: sub foo { ['a', 'b' 'c'] }
> rakudo c548b8: OUTPUT«===SORRY!===Unable to parse blockoid,
> coul
# 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
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