[perl #52332] [PATCH] Fix for using --gc=libc

2008-03-31 Thread Senaka Fernando
Yes, I think so. However, I rather ran into a complicated situation. In that particular place, in one mode, arg was used and in another arg wasn't. According to the present situation, we have two options. 1. The patch I proposed (which is logically correct) 2. Changing arg to ARGIN, and just maki

Re: wishlist for NQP

2008-03-31 Thread Patrick R. Michaud
On Mon, Mar 31, 2008 at 11:33:42PM -0400, Bob Rogers wrote: > Do you remember the discussion two years ago [1] about eliminating the > user stack in favor of arrays? Chip made the following comment [2]: > > From: Chip Salzenberg <[EMAIL PROTECTED]> > Subject: User stack: Worthwhile? >

Re: wishlist for NQP

2008-03-31 Thread chromatic
On Monday 31 March 2008 20:33:42 Bob Rogers wrote: > Do you remember the discussion two years ago [1] about eliminating the > user stack in favor of arrays? Chip made the following comment [2]: > > From: Chip Salzenberg <[EMAIL PROTECTED]> > Subject: User stack: Worthwhile? > Da

Re: wishlist for NQP

2008-03-31 Thread jerry gay
On Mon, Mar 31, 2008 at 8:33 PM, Bob Rogers <[EMAIL PROTECTED]> wrote: >From: "Patrick R. Michaud" <[EMAIL PROTECTED]> >Date: Mon, 31 Mar 2008 13:53:25 -0500 > > >On Sat, Mar 29, 2008 at 02:48:11PM -0700, chromatic wrote: >> On Thursday 27 March 2008 18:20:21 Patrick R. Michaud wrot

Re: wishlist for NQP

2008-03-31 Thread Bob Rogers
From: "Patrick R. Michaud" <[EMAIL PROTECTED]> Date: Mon, 31 Mar 2008 13:53:25 -0500 On Sat, Mar 29, 2008 at 02:48:11PM -0700, chromatic wrote: > On Thursday 27 March 2008 18:20:21 Patrick R. Michaud wrote: > > 2. Add shift/unshift/push/pop methods to ResizablePMCArray > > (or o

[perl #52316] [BUG] undeclared dependency between role and namespace PMCs

2008-03-31 Thread Will Coleda via RT
On Mon Mar 31 11:27:06 2008, [EMAIL PROTECTED] wrote: > Building with make -j occasionally (about 20% of the time) causes the > build process to fail. The problem seems to be an undeclared > dependency beteen src/pmc/role.pmc and src/pmc/pmc_namespace.h. > The error is below: > ./src/pmc/role.pmc:

Re: [perl #52332] [PATCH] Fix for using --gc=libc

2008-03-31 Thread chromatic
On Monday 31 March 2008 14:10:13 Senaka Fernando wrote: > There is a build failure when using the configure option --gc=libc. The > attached patch solves this issue. Thanks, applied with a corresponding header tweak as r26678. Ultimately we're better off unifying the API so that the function sig

[perl #52332] [PATCH] Fix for using --gc=libc

2008-03-31 Thread Senaka Fernando
# New Ticket Created by "Senaka Fernando" # Please include the string: [perl #52332] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52332 > There is a build failure when using the configure option --gc=libc. The attached pa

[perl #52316] [BUG] undeclared dependency between role and namespace PMCs

2008-03-31 Thread Christoph Otto (Volt)
# New Ticket Created by "Christoph Otto (Volt)" # Please include the string: [perl #52316] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52316 > Building with make -j occasionally (about 20% of the time) causes the build

Re: [perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-03-31 Thread chromatic
On Sunday 30 March 2008 23:15:53 Ilya Belikin wrote: > Hi! > I can`t make Parrot: > --- > osname= linux > osvers= 2.6.15.7 > arch= i486-linux-gnu-thread-multi > cc= cc > --- > > > pbc_to_exe.pir > > ./parrot -o pbc_to_exe.pbc pbc_to_exe.pir > ./parrot pbc_to_exe.pir pbc_to_exe.pbc ...

Re: [svn:parrot] r26670 - in trunk: src/pmc t/pmc

2008-03-31 Thread Patrick R. Michaud
On Mon, Mar 31, 2008 at 11:54:59AM -0700, chromatic wrote: > Coding standards nit: the pointer symbol goes on the variable name in the > declaration. > > PMC *value = VTABLE_shift_pmc(INTERP, SELF); Oops, I missed that. Thanks, fixed in r26671. Pm

Re: [svn:parrot] r26670 - in trunk: src/pmc t/pmc

2008-03-31 Thread chromatic
On Monday 31 March 2008 11:50:44 [EMAIL PROTECTED] wrote: > Modified: >trunk/src/pmc/resizablepmcarray.pmc >trunk/t/pmc/resizablepmcarray.t > > Log: > * Add shift, unshift, push, pop, and elems methods to ResizablePMCArray. > > > Modified: trunk/src/pmc/resizablepmcarray.pmc >

Re: wishlist for NQP

2008-03-31 Thread Patrick R. Michaud
On Sat, Mar 29, 2008 at 02:48:11PM -0700, chromatic wrote: > On Thursday 27 March 2008 18:20:21 Patrick R. Michaud wrote: > > 2. Add shift/unshift/push/pop methods to ResizablePMCArray > > (or one of its superclasses) in Parrot > > This is my preference. It feels like a role. This is my prefere

[perl #39426] [BUG] Can't build with cygwin.

2008-03-31 Thread Will Coleda via RT
This is working for me now. Needed the PATH preset, and needed to use cygwin's svn. Updated readme. Closing ticket. &On Mon Jun 12 11:32:28 2006, coke wrote: > The cygwin build fails with the following error during make: > > Invoking Parrot to generate runtime/parrot/include/config.fpmc -- >

[perl #48028] [DEPRECATED] PGE::P6Regex

2008-03-31 Thread Patrick R. Michaud via RT
Completed as of r26664. Pm

[perl #48026] [DEPRECATED] pgc.pir

2008-03-31 Thread Patrick R. Michaud via RT
Completed as of r26664. Pm

Parrot Bug Summary

2008-03-31 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Mar 31 12:50:22 2008 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with m

[perl #52288] [install] undefined reference to `Parrot_set_executable_name', linking failed

2008-03-31 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #52288] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52288 > Hi! I can`t make Parrot: --- osname= linux osvers= 2.6.15.7 arch= i486-linux-gnu-threa

Re: [perl #52264] Bug: duplicate directory names in SVN

2008-03-31 Thread Xiao Yafeng
I'm glad also! But If I had read this mail before reinstalled SVN client, I would be glader. ;) On Sun, Mar 30, 2008 at 10:12 PM, Andrew Whitworth <[EMAIL PROTECTED]> wrote: > Oh, i'm glad this is a bug in the repository, when it happened to me, > I assumed that my SVN client was broken. Now I d

Re: [perl #52280] [PATCH] HLLCompiler: fix overriding default prompt using $commandline_prompt

2008-03-31 Thread Klaas-Jan Stol
Hi, Although the patch is appreciated, I think it's better to keep it empty; if you don't set a prompt, there shouldn't be one. I do not know a language that has an empty prompt, but I'm sure there is. Anyway, I think an empty prompt is a better default. my 2c, kjs On Mon, Mar 31, 2008 at 12:09