Re: [svn:parrot] r29416 - branches/gsoc_pdd09/src/gc

2008-07-14 Thread chromatic
On Sunday 13 July 2008 17:55:59 [EMAIL PROTECTED] wrote: > Modified: >branches/gsoc_pdd09/src/gc/gc_it.c > > Log: > [gsoc_pdd09] Stop sweeping const_PMC pools for now (causes weird error). > Added a note about this. > > Modified: branches/gsoc_pdd09/src/gc/gc_it.c > ===

Parrot Bug Summary

2008-07-14 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Jul 14 13:00:01 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

[perl #47109] [CAGE] wrap macro args in parens inside macro bodies

2008-07-14 Thread Christoph Otto via RT
On Sun Jul 13 23:26:51 2008, [EMAIL PROTECTED] wrote: > > +1 for modifying the test, not the macros. > > -- c > Resloved.

[perl #56912] [META] August 2008 release

2008-07-14 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #56912] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56912 > The August 2008 release is planned for August 19th 2008. Release manager will be

Re: [perl #56894] [CAGE] [RFC] t/codingstd/perlcritic.t warns on 5.008_000

2008-07-14 Thread Will Coleda
On Sun, Jul 13, 2008 at 3:09 PM, Reini Urban <[EMAIL PROTECTED]> wrote: > Will Coleda (via RT) schrieb: >> >> # New Ticket Created by Will Coleda # Please include the string: [perl >> #56894] >> # in the subject line of all future correspondence about this issue. # >> http://rt.perl.org/rt3/Ticke

[perl #56832] Fwd: src/jit/i386/core.jit:1031: error: ?DO? undeclared

2008-07-14 Thread Christoph Otto via RT
On Fri Jul 11 14:00:12 2008, cotto wrote: > On Fri Jul 11 05:29:20 2008, coke wrote: > > Belatedly add Moritz's response to the ticket. > > A fix for this bug was committed in r29289 which looks like it will > resolve this issue. If that's the case, this ticket can be closed. Since there haven

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

2008-07-14 Thread Andy Bach
Seems to be fixed as of 29440: TEST_PROG_ARGS="-j " prove -v t/stm/runtime.t t/stm/runtime.. 1..5 ok 1 - choice (one thread) ok 2 # SKIP Intermittently failing everywhere ok 3 # SKIP Intermittently failing everywhere not ok 4 - queue adapted for the library # Failed test 'queue adapted for

[perl #56928] Failing tests in t/steps/auto_pack-01.t

2008-07-14 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #56928] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=56928 > Some of the new tests for auto::pack fail for me: $ perl t/harness -v t/steps/auto_pa

[perl #56928] Failing tests in t/steps/auto_pack-01.t

2008-07-14 Thread James Keenan via RT
On Mon Jul 14 10:55:35 2008, doughera wrote: > Some of the new tests for auto::pack fail for me: > > $ perl t/harness -v t/steps/auto_pack-01.t > out 2>&1 > t/steps/auto_pack-01# Failed test (t/steps/auto_pack-01.t at > line 101) > # Failed test (t/steps/auto_pack-01.t at line 102) >

Re: [perl #56928] Failing tests in t/steps/auto_pack-01.t

2008-07-14 Thread Andy Dougherty
On Mon, 14 Jul 2008, James Keenan via RT wrote: > On Mon Jul 14 10:55:35 2008, doughera wrote: > > Some of the new tests for auto::pack fail for me: > > > > t/steps/auto_pack-01.t4 1024334 12.12% 14-17 > > > > > > 1. This is a test that I wrote, so I would be interested in at

[perl #56928] Failing tests in t/steps/auto_pack-01.t

2008-07-14 Thread James Keenan via RT
On Mon Jul 14 17:14:09 2008, doughera wrote: > On Mon, 14 Jul 2008, James Keenan via RT wrote: > > > 2. Apart from deleting the step, then running 'make' and 'make test', > > is there any other way to demonstrate that these types are not used? > > Yes. Look at the Config variables that are set

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-14 Thread James Keenan via RT
On Mon Jul 14 18:44:51 2008, [EMAIL PROTECTED] wrote: > On Mon Jul 14 17:14:09 2008, doughera wrote: > > Yes. Look at the Config variables that are set, and then grep for > them in > > the source tree. You'll find they are never used. > > > > > So it would appear. I'll change the Subject

[perl #56928] [TODO]: Remove config step auto::pack

2008-07-14 Thread James Keenan via RT
Tested in the 'noautopack' branch. Passed all pre- and post-configuration tests; built correctly; passed all tests in 'make test'. If no one objects, I'll apply this patch after tomorrow's release. Thank you very much. kid51 Index: lib/Parrot/Configure/Step/List.pm =

Re: [perl #56928] [TODO]: Remove config step auto::pack

2008-07-14 Thread Will Coleda
On Mon, Jul 14, 2008 at 10:05 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > Tested in the 'noautopack' branch. Passed all pre- and > post-configuration tests; built correctly; passed all tests in 'make test'. > > If no one objects, I'll apply this patch after tomorrow's release. > > Thank y

[perl #56398] [BUG] lexical inner scope always keeps first lexpad (or something)

2008-07-14 Thread Bob Rogers
From: Bob Rogers <[EMAIL PROTECTED]> Date: Sun, 13 Jul 2008 23:31:49 -0400 From: Bob Rogers <[EMAIL PROTECTED]> Date: Wed, 9 Jul 2008 01:27:29 -0400 Oops; r28763 seems to be the source of one of my problems, a "lexical not found" error. With this change, Parrot gets

Re: [perl #43310] [TODO] config/auto/readline.pm: Write unit tests

2008-07-14 Thread Reini Urban
James Keenan via RT schrieb: On Wed Jul 09 18:57:43 2008, [EMAIL PROTECTED] wrote: Since I closed this ticket in January, more code has been added. Tonight, while writing unit tests for internal subroutine _handle_ncurses_need(), I noticed the following lines: if ( $osname =~ /mswin32/i )