Re: [perl #57668] [BUG][PATCH] Iterate through the current namespace causes a segfault

2008-09-05 Thread Christoph Otto
Bob Rogers wrote: From: chromatic <[EMAIL PROTECTED]> Fixed in r30286. -- c Terrific; thanks. (Especially since it looks like something I may have seen in other circumstances, but could not reproduce.) -- Bob It looks like this is resolved.

new 'failthrow' branch for Failure/exception testing

2008-09-05 Thread Patrick R. Michaud
Tonight I've updated Rakudo to have Failure objects that more closely match the description in S04 (i.e., with unthrown exception objects). However, because this causes a number of spectest_regression failures, I've committed the code into a 'failthrow' branch until we can get the test regression

[perl #58590] [PATCH] dotnet make

2008-09-05 Thread via RT
# New Ticket Created by Reini Urban # Please include the string: [perl #58590] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58590 > --- osname= cygwin osvers= 1.5.25(0.15642) arch= cygwin-thread-multi-64int cc= gcc

Re: [svn:parrot-pdd] r30569 - trunk/docs/pdds

2008-09-05 Thread Klaas-Jan Stol
On Tue, Sep 2, 2008 at 12:43 PM, Allison Randal <[EMAIL PROTECTED]> wrote: > Klaas-Jan Stol wrote: > >> >> This must make the following syntax rule illegal: >> >> target = null >> >> because if "null" is declared as a .local, you can't know whether you want >> to nullify target, or want to set ta

[PATCH] added links to dotnet/doc/contents.pod

2008-09-05 Thread Reini Urban
Attached patch adds links to external dotnet ressources Jonathan mentioned (his paper, the specs), and the implementations. Jonathan should approve it because it links to a bad poem on VM's in his paper on page 1. No ticket because it's so simple. -- Reini Urban http://phpwiki.org/ http://murbre

[perl #58586] s/FedoraCore/Fedora/ on http://www.parrot.org/download

2008-09-05 Thread via RT
# New Ticket Created by Stuart Jansen # Please include the string: [perl #58586] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58586 > The Fedora Core/Extras split no longer exists. Fedora is now simply called Fedora, not

[perl #32087] [PATCH] .include with an absolute path

2008-09-05 Thread Christoph Otto via RT
On Fri Aug 01 06:44:05 2008, coke wrote: > On Thu, Jul 31, 2008 at 7:35 PM, James Keenan via RT > <[EMAIL PROTECTED]> wrote: > > Coke: Given the points Leo made and the fact that there has been > > nothing from the OP in 4 years, can we close this ticket? > > > > Thanks. > > > > kid51 > > > > Jus

[perl #56304] smokej consumes all memory Revision: 28672 on linux

2008-09-05 Thread Christoph Otto via RT
On Mon Jul 14 13:47:29 2008, [EMAIL PROTECTED] wrote: > Seems to be fixed as of 29440: Sounds like a happy ending. resolved

[perl #58592] --target=PAST and -e don't mix in Rakudo

2008-09-05 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #58592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58592 > $ ../../parrot perl6.pbc -e 'say "OH HAI"' # works OH HAI $ ../../parrot perl6.pbc --tar

Re: [perl #58586] s/FedoraCore/Fedora/ on http://www.parrot.org/download

2008-09-05 Thread Moritz Lenz
Stuart Jansen (via RT) wrote: > # New Ticket Created by Stuart Jansen > # Please include the string: [perl #58586] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=58586 > > > > The Fedora Core/Extras split no longer exis

[perl #39313] [TODO] or [BUG] improve PMC compiler

2008-09-05 Thread Christoph Otto via RT
On Fri Jun 27 13:14:53 2008, coke wrote: > > While I think this particular example is now valid with the new calling > conventions, you can get a similar effect with: > > METHOD BORK BORK parent() { > /* nothing to see here*/ > } This ticket doesn't seem to be closeable as is. Would it be goo

[perl #57116] [BUG] make: *** [perl6] Segmentation fault

2008-09-05 Thread Christoph Otto via RT
On Tue Jul 29 00:38:29 2008, tuxdna wrote: > I found that it is now working correctly in the latest revision 29838. resolved

Re: [perl #39313] [TODO] or [BUG] improve PMC compiler

2008-09-05 Thread Will Coleda
On Fri, Sep 5, 2008 at 3:45 AM, Christoph Otto via RT <[EMAIL PROTECTED]> wrote: > On Fri Jun 27 13:14:53 2008, coke wrote: >> >> While I think this particular example is now valid with the new calling >> conventions, you can get a similar effect with: >> >> METHOD BORK BORK parent() { >> /* noth

Re: [perl #39313] [TODO] or [BUG] improve PMC compiler

2008-09-05 Thread Klaas-Jan Stol
On Fri, Sep 5, 2008 at 1:28 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Fri, Sep 5, 2008 at 3:45 AM, Christoph Otto via RT > <[EMAIL PROTECTED]> wrote: > > On Fri Jun 27 13:14:53 2008, coke wrote: > >> > >> While I think this particular example is now valid with the new calling > >> convention

Re: [perl #39313] [TODO] or [BUG] improve PMC compiler

2008-09-05 Thread Will Coleda
On Fri, Sep 5, 2008 at 9:07 AM, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > > > On Fri, Sep 5, 2008 at 1:28 PM, Will Coleda <[EMAIL PROTECTED]> wrote: >> >> On Fri, Sep 5, 2008 at 3:45 AM, Christoph Otto via RT >> <[EMAIL PROTECTED]> wrote: >> > On Fri Jun 27 13:14:53 2008, coke wrote: >> >> >> >>

Re: [svn:parrot-pdd] r30569 - trunk/docs/pdds

2008-09-05 Thread jerry gay
On Fri, Sep 5, 2008 at 2:36 AM, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 12:43 PM, Allison Randal <[EMAIL PROTECTED]> wrote: > >> Klaas-Jan Stol wrote: >> >>> >>> This must make the following syntax rule illegal: >>> >>> target = null >>> >>> because if "null" is declared

[perl #58602] subset types and multi dispatch don't mix

2008-09-05 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #58602] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58602 > Rakudo r30787 dies on multi dispatch when subset types are involved: test file: subset

Re: [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-09-05 Thread ajr
> > This is a patch in the sense of "bandaid". What is it about the letter > 'K' that means that this probe gives sloppy results on Kubuntu when on > Ubuntu it has built cleanly for me every day Something to do with Gnome, since that's the major difference between the two? -- Email and sh

Re: [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-09-05 Thread ajr
> This is a patch in the sense of "bandaid". What is it about the letter > 'K' that means that this probe gives sloppy results on Kubuntu when on > Ubuntu it has built cleanly for me every day since I started Something to do with KDE vs Gnome, since that's the major difference? Perhaps KDE's scr

Re: [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-09-05 Thread Andy Dougherty
On Thu, 4 Sep 2008, Patrick R. Michaud wrote: > On Thu, Sep 04, 2008 at 04:52:34PM -0700, James Keenan via RT wrote: > > I applied the patch attached, aio.in.revised.patch.txt, in r30771. I > > set the 'sleep' to 4 seconds. All the tests have been reactivated. > > Thanks. > > > This is a patch

[perl #58610] [ PATCH ] Broken link on parrotcode.org dev page - list item "Parrot Testing Status"

2008-09-05 Thread via RT
# New Ticket Created by Ronald Schmidt # Please include the string: [perl #58610] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58610 > I applied for an account and built what seems to me to be an appropriate Parrot Testi

Re: [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-09-05 Thread Jim Keenan
I'll try this out on Darwin and (Debian) Linux this weekend and see what happens. Thanks.

Re: [perl #58610] [ PATCH ] Broken link on parrotcode.org dev page - list item "Parrot Testing Status"

2008-09-05 Thread jerry gay
On Fri, Sep 5, 2008 at 9:59 AM, via RT Ronald Schmidt <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Ronald Schmidt > # Please include the string: [perl #58610] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=58610 > >

Re: [perl #58438] [PATCH] nci can't pass NULL string arguments

2008-09-05 Thread NotFound
Hearing no objections, and because I needed it to be able to do tests with mysqlclient, applied in r30790 -- Salu2

[ PATCH ] Broken link on parrotcode.org dev page - list item "Parrot Testing Status"

2008-09-05 Thread Ronald Schmidt
I applied for an account and built what seems to me to be an appropriate Parrot Testing Status page. My proposed link target is http://www.parrot.org/wiki/some-testing-status-tools . If someone wants to set me up as a site editor I will fix the link myself otherwise the page is available for

Re: new 'failthrow' branch for Failure/exception testing

2008-09-05 Thread John M. Dlugosz
Patrick R. Michaud wrote: If I understand S04 correctly, C should return a Failure object with an unthrown and unhandled exception, and attempting to use the value of the Failure object immediately throws the exception. So, the above call to C needs to be changed, or we need to make C smart enou

[perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-09-05 Thread James Keenan via RT
On Fri Sep 05 10:17:30 2008, doughera wrote: > > This patch takes the following small steps: > > First, I replaced the > retval = *(int*)i->si_ptr; > line by > retval = *(int*)i->si_value.sival_ptr; > I've never fiddled with this stuff before, but it looks like the > si_ptr > #defi

[perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO

2008-09-05 Thread James Keenan via RT
On Thu Sep 04 19:22:56 2008, [EMAIL PROTECTED] wrote: > FWIW, here is a data point: What happens on my Darwin/PPC (10.4) Mac at > auto::aio: > > On Darwin, Configure.pl reports that AIO is unsupported. Follow-up question: If I 'locate aio' on my Mac and come up with this (excerpted) list of f

Re: Regex repetition controlled by characters

2008-09-05 Thread Patrick R. Michaud
On Sun, Aug 31, 2008 at 08:33:48AM -0600, Stephen Simmons wrote: > In S05, I found this regarding the generalized repetition specifier: > > ** '|'# repetition controlled by presence of character > > I tried it out with > > rule thislist { ** '|' }; > > and got (with Rakudo): > >

Re: [perl #52054] [CAGE]: Make all PDDs conform to coding standards

2008-09-05 Thread Christoph Otto
James Keenan via RT wrote: The PDDs in docs/pdds/ are now in substantial compliance with the coding standard, those in docs/pdds/draft/ much less so. I'll leave this ticket open, but it's the sort of thing that only needs some cage cleaning attention every month or so. The non-draft PDDs are