[PATCH] more ws.t tests

2005-05-15 Thread Dino Morelli
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

Re: [perl #35305] [PATCH] skip threads 'detatch' test on win32

2005-05-15 Thread Vladimir Lipsky
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

Re: Python on parrot

2005-05-15 Thread Sam Ruby
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

Re: Python on parrot

2005-05-15 Thread Michal
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

Re: [perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-15 Thread Adrian Taylor
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

Re: [perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-15 Thread Leopold Toetsch
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

Re: [perl #35439] [BUG] PGE: 'index' op not found when creating rule

2005-05-15 Thread Leopold Toetsch
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

[perl #35450] Null pointer dereference in classes/sub.pmc

2005-05-15 Thread via RT
# 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