Re: [perl #42790] [BUG] Tailcall with slurpy argument passing causes a memory leak

2007-09-09 Thread Will Coleda
On Sep 10, 2007, at 12:47 AM, chromatic wrote: On Sunday 09 September 2007 21:40:56 Will Coleda via RT wrote: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0xdeadbef3 0x00010b42 in clone_key_arg (interp=0x31003b0, st=0xbfffef3c) at

[perl #45013] Configure fails if prefix ends with '/'

2007-09-09 Thread Will Coleda via RT
On Tue Aug 28 19:01:12 2007, particle wrote: > On 8/28/07, via RT dakkar <[EMAIL PROTECTED]> wrote: > > # New Ticket Created by dakkar > > # Please include the string: [perl #45013] > > # in the subject line of all future correspondence about this issue. > > # http://rt.perl.org/rt3/Ticket/Displa

Re: [perl #42790] [BUG] Tailcall with slurpy argument passing causes a memory leak

2007-09-09 Thread chromatic
On Sunday 09 September 2007 21:40:56 Will Coleda via RT wrote: > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_ADDRESS at address: 0xdeadbef3 > 0x00010b42 in clone_key_arg (interp=0x31003b0, st=0xbfffef3c) at > src/inter_call.c:641 641 if (key &&

[perl #42790] [BUG] Tailcall with slurpy argument passing causes a memory leak

2007-09-09 Thread Will Coleda via RT
On Sun Jun 03 20:33:35 2007, [EMAIL PROTECTED] wrote: > On Saturday 28 April 2007 16:43:06 Mehmet Yavuz Selim Soyturk wrote: > > > Next program makes a slurpy tailcall, and it causes a memory leak > for me. > > Confirmed. Interestingly, the problem looks like a Key PMC somewhere > gets > garbage

Re: [perl #45313] [Web] Add IRC Pointer to parrotcode.org

2007-09-09 Thread Will Coleda
Done. On Sep 9, 2007, at 11:09 PM, chromatic (via RT) wrote: # New Ticket Created by chromatic # Please include the string: [perl #45313] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45313 > I had a short discussion onl

[perl #45313] [Web] Add IRC Pointer to parrotcode.org

2007-09-09 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #45313] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45313 > I had a short discussion online today with someone who tried to write a compiler earlier t

Re: [perl #45309] [PATCH] sign function

2007-09-09 Thread Joshua Isom
On Sep 9, 2007, at 6:40 PM, Doug McNutt wrote: At 21:16 +0100 9/9/07, Nicholas Clark wrote: On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > This patch implements the sign function for I, N, BigInt and Complex numbers. What sh

Re: [perl #45153] better TAP::Harness support

2007-09-09 Thread Eric Wilhelm
# from Parrot via RT # on Tuesday 04 September 2007 01:30 am: >With TAP::Parser, the attached patch and Parrot/TAP/Harness.pm in the >current directory[1], the tests can be run as: > >  runtests --harness Parrot::TAP::Harness $(perl t/harness --files) The runtests code has been refactored into Ap

Re: [perl #45309] [PATCH] sign function

2007-09-09 Thread Doug McNutt
At 21:16 +0100 9/9/07, Nicholas Clark wrote: >On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: > > # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > > > This patch implements the sign function for I, N, BigInt and Complex >> numbers. > >What should the sign of a NaN be? undef? Som

Re: [perl #45309] [PATCH] sign function

2007-09-09 Thread Nicholas Clark
On Sun, Sep 09, 2007 at 10:56:20AM -0700, Jrg Plate wrote: > # New Ticket Created by Jörg Plate > # Please include the string: [perl #45309] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > > > > This patch implem

[perl #45309] [PATCH] sign function

2007-09-09 Thread via RT
# New Ticket Created by Jörg Plate # Please include the string: [perl #45309] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45309 > This patch implements the sign function for I, N, BigInt and Complex numbers. CREDIT

[perl #42769] Names of basic PMC serve as keywords in PIR

2007-09-09 Thread Bernhard Schmalhofer via RT
On So. 29. Apr. 2007, 06:01:16, kjs wrote: In r21167 the keyword 'object', as a synonym of 'pmc', was removed from PIR. However the question from kjs remains to be answered: > related to this, I think that imcc also allows for built-in types as types. > such as ".local Array a" etc. (sorry can't

Re: [perl #43219] segfault in tcl

2007-09-09 Thread Will Coleda
The original segfault that caused this ticket is closed, I think, but tcl is still segfaulting on darwin. I think there's another ticket open; feel free to merge them together. $ sw_vers ProductName:Mac OS X ProductVersion: 10.4.10 BuildVersion: 8R2218 gcc version 4.0.1 (Apple Computer

Re: [perl #42769] can't create a variable named 'object'

2007-09-09 Thread Will Coleda
On Sep 9, 2007, at 7:18 AM, Bernhard Schmalhofer via RT wrote: On Fr. 27. Apr. 2007, 14:02:49, smash wrote: On Fri Apr 27 09:36:50 2007, particle wrote: it seems that 'object' is a reserved word in imcc, it's a synonym for 'pmc'. it seems undocumented, and i don't see a reason for it--we a

[perl #45307] [BUG] Misleading time-zone display at http://smoke.parrotcode.org/smoke/

2007-09-09 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #45307] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=45307 > At http://smoke.parrotcode.org/smoke/, we are told: "Note: Timezone is UTC." I ju

[perl #43315] [TODO] config/inter/lex.pm: Write unit tests

2007-09-09 Thread James Keenan via RT
5 new test files and refactored config/inter/lex.pm committed to trunk in r21166.

[perl #42769] can't create a variable named 'object'

2007-09-09 Thread Bernhard Schmalhofer via RT
On Fr. 27. Apr. 2007, 14:02:49, smash wrote: > On Fri Apr 27 09:36:50 2007, particle wrote: > > it seems that 'object' is a reserved word in imcc, it's a synonym for > > 'pmc'. it seems undocumented, and i don't see a reason for it--we > > already have a word for 'pmc'. > > I removed 'object' f

[perl #43327] [TODO] config/inter/make.pm: Write unit tests

2007-09-09 Thread James Keenan via RT
New file t/configure/108-inter_make.t committed to trunk in r21165. Resolving ticket.