[perl #42690] [TODO] optionally run configure/build tests during config process

2007-05-05 Thread James Keenan via RT
I have taken this ticket because I have begun working on it in the 'reconfigure' branch.

svn version parrot segfault

2007-05-05 Thread pancake
I have found a way to segfault parrot. (I know that the following code is incorrect): [EMAIL PROTECTED]/prg/parrot$ cat hello.pasm main: set I0, 3 set I1, 2 get_results "(0)", I0 set_args "(0,0)", P0, I1 fakesub: get_params "(0,0)", I0, I1 add I0,

[perl #42885] Resurrect languages/lisp

2007-05-05 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #42885] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42885 > languages/lisp looks like a nice implementation of Common Lisp. However it hasn'

Re: [svn:parrot] r18414 - in trunk: lib/Parrot src

2007-05-05 Thread Leopold Toetsch
Am Samstag, 5. Mai 2007 10:00 schrieb chromatic: > On Thursday 03 May 2007 18:04:48 chromatic wrote: > > I'll debug the segfault and see if that reveals anything interesting. > > > > The shootout tests are dodgy anyway sometimes. > > In this case, sorting the vtable functions put the init vtable me

[perl #42872] [PATCH] Parrot::BuildUtils: refactoring and additional tests

2007-05-05 Thread James Keenan via RT
Closing ticket.

[perl #42872] [PATCH] Parrot::BuildUtils: refactoring and additional tests

2007-05-05 Thread James Keenan via RT
Patch applied in r18428.

BigInt shl/shr: Fix negative shifts, promote Integers

2007-05-05 Thread Bob Rogers
The attached change to src/pmc/bigint.pmc fixes a bug in shl/shr when given a negative shift: The shift amount argument to the underlying GMP operations is unsigned, so GMP tries consumes a huge amount of memory. The patch also adds four tests for negative shifts. The src/pmc/scalar.pmc cha

[perl #42360] [TODO]: Unit tests for Parrot::Revision

2007-05-05 Thread James Keenan via RT
On Sat May 05 10:04:24 2007, jkeen at verizon.net wrote: > Patch applied in r18427 May 05 2007. I'm leaving the ticket open in the hope that some project member who uses SVK for version control can add tests for that VCS under t/configure/ and t/postconfigure/.

[perl #42360] [TODO]: Unit tests for Parrot::Revision

2007-05-05 Thread James Keenan via RT
Patch applied in r18427 May 05 2007.

Re: [perl #42883] [PATCH] Fix up headerfile guards

2007-05-05 Thread jerry gay
On 5/4/07, via RT Mark Glines <[EMAIL PROTECTED]> wrote: * Standardize on PARROT_*_GUARD style names for these lines (some headers used a style that looks like "__PIRLEXER_H" instead) there's a problem here... compilers/imcc/pirlexer.h is a *generated* header file. next time somebody runs C to

[svn:parrot-pdd] r18425 - trunk/docs/pdds

2007-05-05 Thread bernhard
Author: bernhard Date: Sat May 5 06:05:33 2007 New Revision: 18425 Modified: trunk/docs/pdds/pdd15_objects.pod Log: #42882: List numbering typo in pdd15 Courtesy of Dave Rolsky. Modified: trunk/docs/pdds/pdd15_objects.pod

[perl #42882] List numbering typo in pdd15

2007-05-05 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #42882] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42882 > There were two 2's, rather than one 2, which is one 2 too many. -dave /*==

Re: [svn:parrot] r18414 - in trunk: lib/Parrot src

2007-05-05 Thread chromatic
On Thursday 03 May 2007 18:04:48 chromatic wrote: > I'll debug the segfault and see if that reveals anything interesting. > > The shootout tests are dodgy anyway sometimes. In this case, sorting the vtable functions put the init vtable method pointer in the middle of the _vtable struct, not at t