Adrian Taylor <[EMAIL PROTECTED]> wrote:
> Hi Leo,
> OK, you've confused me now :-) You're getting the same results as me
> (which I also get with the latest parrot, shown below).
I had missed that Parrot is run anyway.
Should be fixed now as of Parrot rev 8110.
leo
Hi Leo,
OK, you've confused me now :-) You're getting the same results as me
(which I also get with the latest parrot, shown below).
The Bus error from the first pugs command is what I'm reporting as a
bug - you can reproduce that. The callstack from that error suggests
that pugs is using pa
Adrian Taylor <[EMAIL PROTECTED]> wrote:
I can't reproduce the segfault, when running:
> rule name { Larry | Matz | Guido }
> rule project { Perl | Ruby | Python }
> rule description { \s does \s }
> say('Larry does Perl' ~~ //);
> say(!('Larry does Java' ~~ //));
#v+
$ ./pugs at.p6
Larry do
# New Ticket Created by Adrian Taylor
# Please include the string: [perl #35450]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/rt3/Ticket/Display.html?id=35450 >
With pugs revision 3215 and parrot-0.2.0, I get a null pointer
dereference when runn