[perl #58460] [PATCH] Bug with ResizablePMCArray::Append

2008-08-31 Thread via RT
# New Ticket Created by Stephen Weeks # Please include the string: [perl #58460] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58460 I tried using resizablepmcarray's append() in cardinal and I got 'double fre or

[perl #47992] [RFE] 'parrot foo' automatically finds and invokes foo.pbc

2008-08-31 Thread Allison Randal via RT
As mentioned in RT #49168, I'm in favor of a --language flag, that selects the default PBC/PIR file to run, and passes all other arguments to the ':main' sub in that file. It can also select default paths based on the options set the the configuration file for that language. Then, using the

[perl #58484] Use of uninitialized value in scalar assignment at lib/Parrot/Revision.pm line 95.

2008-08-31 Thread via RT
# New Ticket Created by Ron Schmidt # Please include the string: [perl #58484] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=58484 Warning occurs when issuing 'perl Configure.pl' under cygwin where the LANG

[svn:parrot-pdd] r30622 - trunk/docs/pdds/draft

2008-08-31 Thread Bob Rogers
From: [EMAIL PROTECTED] Date: Thu, 28 Aug 2008 12:43:20 -0700 (PDT) Author: allison Date: Thu Aug 28 12:43:19 2008 New Revision: 30622 I've not responded to all your comments, just some of the key ones that I hope will promote understanding. I won't commit any changes until after

Re: [perl #58484] Use of uninitialized value in scalar assignment at lib/Parrot/Revision.pm line 95.

2008-08-31 Thread chromatic
On Sunday 31 August 2008 14:23:50 Ron Schmidt wrote: Warning occurs when issuing 'perl Configure.pl' under cygwin where the LANG environment variable does not have a default value on my system. Patch to fix is included below. Index: lib/Parrot/Revision.pm