[perl #68848] tests available

2009-10-28 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S32-num/complex.t commit c0e06f4657f82d1d2f99f47ef7bab76c660aff4e Author: moritz Date: Wed Oct 28 21:13:02 2009 + [t/spec] tests for RT #68848, complex powers wrapped in a subroutine

Re: [perl #70045] [PATCH] Make IO::Socket::INET.accept() return an IO::Socket::INET object rather than a Parrot IO object

2009-10-28 Thread Moritz Lenz
Carlin Bingham (via RT) wrote: > This patch makes accept() return an instance of IO::Socket::INET with > the $!PIO attribute set to the Parrot IO object that accept() currently > returns. > > This will affect applications that currently call recv() from the object > created with accept(), as Parro

r28938 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:47:05 +0100 (Wed, 28 Oct 2009) New Revision: 28938 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] decouple $() from .ast so we can use .ast as boolean Modified: docs/Perl6/Spec/S05-regex.pod

r28935 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:25:18 +0100 (Wed, 28 Oct 2009) New Revision: 28935 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] typo Modified: docs/Perl6/Spec/S12-objects.pod === --- docs/Perl6/Spec/S12-objects.pod

r28932 - docs/Perl6/Spec

2009-10-28 Thread pugs-commits
Author: lwall Date: 2009-10-28 18:15:09 +0100 (Wed, 28 Oct 2009) New Revision: 28932 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] clarify that private accessors are already the most primitive form (Pm-6) Modified: docs/Perl6/Spec/S12-objects.pod ===

Notes on Longest-Token Matching

2009-10-28 Thread Moritz Lenz
Hi all, I've written down some notes on Longest-Token Matching, nothing really new, just an attempt to be a bit more verbose than the spec: http://github.com/moritz/ltm/blob/master/ltm.pod If you find anything that's unclear or wrong, please let me know. If the feedback is positive I'll merge

[perl #70045] [PATCH] Make IO::Socket::INET.accept() return an IO::Socket::INET object rather than a Parrot IO object

2009-10-28 Thread via RT
# New Ticket Created by Carlin Bingham # Please include the string: [perl #70045] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=70045 > The current IO::Socket::INET.accept() returns a Parrot IO object rather than an instan

Re: [perl #60206] [BUG] [MMD] Segfault in Lua exception handler

2009-10-28 Thread François Perrad
2009/10/28 Will Coleda via RT : > On Wed Oct 29 10:30:54 2008, alli...@perl.org wrote: >> Original Message >> Subject: Re: Segfault in Lua exception handler >> Date: Sat, 11 Oct 2008 23:49:09 +0200 >> From: François Perrad >> >> 2008/10/8 François Perrad : >> > >> > I try to rest