r26403 - docs/Perl6/Spec

2009-04-24 Thread pugs-commits
Author: lwall Date: 2009-04-24 20:00:35 +0200 (Fri, 24 Apr 2009) New Revision: 26403 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarify the status of many-to-one bracketing Modified: docs/Perl6/Spec/S02-bits.pod === --- do

r26401 - docs/Perl6/Spec

2009-04-24 Thread pugs-commits
Author: lwall Date: 2009-04-24 18:55:48 +0200 (Fri, 24 Apr 2009) New Revision: 26401 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] also count Pi/Pf characters as bracketing, wayland76++ Modified: docs/Perl6/Spec/S02-bits.pod

Re: Unicode bracketing spec question

2009-04-24 Thread Timothy S. Nelson
On Thu, 23 Apr 2009, Helmut Wollmersdorfer wrote: Timothy S. Nelson wrote: I note that S02 says that the unicode classes Ps/Pe are blessed to act as opening and closing quotes. Is there a reason that we can't have Pi/Pf blessed too? I ask because there are quotation marks in the Pi/Pf se

Re: [perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-24 Thread Jeff Horwitz
On Fri, 24 Apr 2009, Patrick R. Michaud via RT wrote: On Thu, Apr 23, 2009 at 09:33:37AM -0700, Jeff Horwitz wrote: The result is that Foo.new() becomes: $P20 = "Foo"() $P21 = "!dispatch_method"($P20, "new") with the out-of-place "Foo"() failing miserably. The offending code can be

[perl #65096] Cannot loop over a list of arrays with a junction or arrays in their midst in Rakudo

2009-04-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65096] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65096 > rakudo: for [1], [2]|[3], [4] -> @a { say @a.elems } rakudo 9a5305: OUTPUT«1␤Non-Posit

Re: [perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-24 Thread Patrick R. Michaud
On Thu, Apr 23, 2009 at 09:33:37AM -0700, Jeff Horwitz wrote: > The result is that Foo.new() becomes: > > $P20 = "Foo"() > $P21 = "!dispatch_method"($P20, "new") > > with the out-of-place "Foo"() failing miserably. The offending code can > be easily reproduced using the pir target: >

Re: Rakudo can't run on cygwin (WinXP), can anyone help me?

2009-04-24 Thread Patrick R. Michaud
On Thu, Apr 23, 2009 at 10:11:21PM +0800, Ma Jinke wrote: > I put Rakudo from git under > C:\cygwin\home\admin\rakudo(cygwin:/home/admin/rakudo), It compiled nicely. > but it didn't do anything and just went back to the prompt > parrot:"make test" is OK > rakudo: "make test" is OK, but "make specte

Re: Rakudo can't run on cygwin (WinXP), can anyone help me?

2009-04-24 Thread Ronald Schmidt
Ma Jinke wrote: I put Rakudo from git under C:\cygwin\home\admin\rakudo(cygwin:/home/admin/rakudo), It compiled nicely. ... rakudo: "make test" is OK, but "make spectest" is FAILED! When reporting a failure, as above, it would be helpful if you provided specific error messages generated by by

[perl #65080] Regex match can cause Null PMC access (in a given / if)

2009-04-24 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #65080] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65080 > 08:57 <@moritz_> rakudo: given 'foo' { if /bar/ { 1 } } 08:57 < p6eval> rakudo 9a5305: OU

[perl #65046] [BUG] external class names are not parsed properly when precompiling

2009-04-24 Thread via RT
# New Ticket Created by Jeff Horwitz # Please include the string: [perl #65046] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65046 > Jonathan asked that I submit this as a reminder to him. mod_perl6 is written in Perl 6

Rakudo can't run on cygwin (WinXP), can anyone help me?

2009-04-24 Thread Ma Jinke
I put Rakudo from git under C:\cygwin\home\admin\rakudo(cygwin:/home/admin/rakudo), It compiled nicely. but it didn't do anything and just went back to the prompt parrot:"make test" is OK rakudo: "make test" is OK, but "make spectest" is FAILED! Regards, mjk