While reading A05, I saw (and understand, perhaps more importantly)
some more interesting ways to try to abuse the :w modifier. Added tests
of forms of separating the modifier from the rest of the pattern:
:w()foo ...
:w[]foo ...
:w\bfoo ...
:w::foo ...
Pm: The :w()foo and :w[]foo for sep
the 'detatch' threads test hangs on win32. this small patch skips one
Could you try the following code('the detatch' threads test with one tweak)
and tell me if it hangs either and what output you get?
find_global P5, "_foo"
new P2, .ParrotThread
find_method P0, P2, "thread3"
new P6, .TQueue # ne
Michal wrote:
On Sat, 16 Apr 2005, Sam Ruby wrote:
[I hope you don't mind me putting this back on the list - I would
prefer that everybody who is interested can follow along and/or
participate]
Kevin Tew wrote:
Sam Ruby wrote:
Hey guys,
I didn't see this until just now.
Kevin Tew wrote:
Sam,
Jus
On Sat, 16 Apr 2005, Sam Ruby wrote:
[I hope you don't mind me putting this back on the list - I would prefer that
everybody who is interested can follow along and/or participate]
Kevin Tew wrote:
Sam Ruby wrote:
Hey guys,
I didn't see this until just now.
Kevin Tew wrote:
Sam,
Just wondering wha
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
Patrick R. Michaud wrote:
... I couldn't find anything about string literals
in the Parrot docs -- is it documented somewhere?
I've updated imcc/docs/syntax.pod yesterday with a small section
regarding string escapes. Baiscally inside double quoted strings the
usual escaping is done, inside sin
# 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