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 > ==

[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

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=58484 > Warning occurs when issuing 'perl Configure.pl' under cygwin where the LANG environment v

[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 #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. # http://rt.perl.org/rt3/Ticket/Display.html?id=58460 > I tried using resizablepmcarray's append() in cardinal and I got 'double fre or corrup

Re: pdd30_install

2008-08-31 Thread Reini Urban
Allison Randal schrieb: Will Coleda wrote: It's important to keep in mind that for the most part, at least on unix-related operating systems, executables for a particular language will simply be an 'ln -s' to /usr/bin/parrot (taking advantage of the $0 executable name information to set up ce