Deprecated PMCs

2006-01-12 Thread Leopold Toetsch
The following PMCs wil be removed soon: - FloatvalArray - use {Fixed,Resizable}FloatArray instead - StringArray - use {Fixed,Resizable}StringArray instead The latter is a dummy wrapper around ResizablePMCArray BTW. leo

Re: [perl #38146] [TODO] OS.pmc - file copy

2006-01-12 Thread Alberto Manuel Brandão Simões
I'm not implementing copy at the moment as I lack knowledge. I might just write the default open/while(){write}/close method for cases when everything else fails. BTW, it will go for File.pmc accordingly with Leo. Joshua Juran wrote: On Jan 11, 2006, at 7:02 PM, Chip Salzenberg wrote: On We

[perl #38123] [TODO] build - change genfile() interpolation syntax

2006-01-12 Thread Joshua Hoblitt via RT
The ${foo} interoplation/substitution syntax is no more. It has been replaced with the autoconf like @foo@ syntax and all of the *.in files have been updated. The special quoting syntax has also been removed from parrot.pc.in Support implimented in r11082 & r7. Cheers, -J --

Re: [perl #38146] [TODO] OS.pmc - file copy

2006-01-12 Thread jerry gay
On 1/12/06, Alberto Manuel Brandão Simões <[EMAIL PROTECTED]> wrote: > I'm not implementing copy at the moment as I lack knowledge. I might > just write the default open/while(){write}/close method for cases when > everything else fails. > > BTW, it will go for File.pmc accordingly with Leo. > sinc

declaration of 'clone'

2006-01-12 Thread Klaas-Jan Stol
Hi, I'm trying to implement some functions into the Lua PMCs, but I'm having trouble to compile them. I want to add a clone method to the LuaNil PMC (which should extend Null.pmc, not None.pmc, as it does currently; changed that already) However, I get the following error: luanil.c:343: er

Re: declaration of 'clone'

2006-01-12 Thread Leopold Toetsch
Klaas-Jan Stol wrote: Hi, I'm trying to implement some functions into the Lua PMCs, but I'm having trouble to compile them. I want to add a clone method to the LuaNil PMC (which should extend Null.pmc, not None.pmc, as it does currently; changed that already) However, I get the following e

Re: [perl #38146] [TODO] OS.pmc - file copy

2006-01-12 Thread François PERRAD
At 18:03 03/01/2006 -0800, you wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #38146] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38146 > OS.pmc should provide both a: and rename

[perl #38217] r11124: Cygwin build fails

2006-01-12 Thread via RT
# New Ticket Created by Greg Bacon # Please include the string: [perl #38217] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38217 > [...] /usr/bin/perl tools/build/parrot_config_c.pl --mini > \ src/null_config.c src/null_

[perl #38216] [PATCH] fix parrot.pc.in

2006-01-12 Thread via RT
# New Ticket Created by Greg Bacon # Please include the string: [perl #38216] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38216 > There appears to have been some slop in the ${foo} -> @foo@ change, and the attached patc

Re: [perl #38219] AutoReply: [BUG] (r11126) pdb.exe build broken

2006-01-12 Thread jerry gay
On 1/12/06, Parrot Assembler via RT <[EMAIL PROTECTED]> wrote: > This message has been automatically generated in response to the > creation of a parrotbug regarding: > "[BUG] (r11026) pdb.exe build broken" > of course that should be r11126. ~jerry > while running 'make world' for i386-win

Re: [perl #38216] [PATCH] fix parrot.pc.in

2006-01-12 Thread Nick Glencross
Greg Bacon (via RT) wrote: # New Ticket Created by Greg Bacon # Please include the string: [perl #38216] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38216 > There appears to have been some slop in the ${foo} -> @foo@

Re: [perl #38216] [PATCH] fix parrot.pc.in

2006-01-12 Thread Joshua Hoblitt
On Thu, Jan 12, 2006 at 07:51:58PM +, Nick Glencross wrote: > It looks like only prefix is actually set, and the other paths are set > using pkgconfig variables (which look the same as the style that we've > just moved away from). > > I hope that you don't mind, but I've not used your patc

Re: [perl #38146] [TODO] OS.pmc - file copy

2006-01-12 Thread Chip Salzenberg
On Thu, Jan 12, 2006 at 06:27:11AM -0800, jerry gay wrote: > On 1/12/06, Alberto Manuel Brandão Simões <[EMAIL PROTECTED]> wrote: > > I'm not implementing copy at the moment as I lack knowledge. I might > > just write the default open/while(){write}/close method for cases when > > everything else f

Re: [perl #38146] [TODO] OS.pmc - file copy

2006-01-12 Thread Joshua Hoblitt
I'd vote for that being the default method that can be overridden on a per platform basis with a more functional/efficient version. -J -- On Thu, Jan 12, 2006 at 12:07:33PM +, Alberto Manuel Brand?o Sim?es wrote: > I'm not implementing copy at the moment as I lack knowledge. I might > just w

Re: declaration of 'clone'

2006-01-12 Thread Joshua Hoblitt
On Thu, Jan 12, 2006 at 04:53:26PM +0100, Leopold Toetsch wrote: > Klaas-Jan Stol wrote: > >Hi, > > > >I'm trying to implement some functions into the Lua PMCs, but I'm having > >trouble to compile them. > > > >I want to add a clone method to the LuaNil PMC (which should extend > >Null.pmc, not N

Re: [perl #38216] [PATCH] fix parrot.pc.in

2006-01-12 Thread Joshua Hoblitt
On Thu, Jan 12, 2006 at 11:11:13AM -1000, Joshua Hoblitt wrote: > On Thu, Jan 12, 2006 at 07:51:58PM +, Nick Glencross wrote: > > > It looks like only prefix is actually set, and the other paths are set > > using pkgconfig variables (which look the same as the style that we've > > just move

[perl #38219] [BUG] (r11026) pdb.exe build broken

2006-01-12 Thread via RT
# New Ticket Created by jerry gay # Please include the string: [perl #38219] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38219 > while running 'make world' for i386-win32-cl: link -out:.\pdb.exe src\pdb.obj -

[perl #38221] Build fails on FreeBSD 5.4

2006-01-12 Thread via RT
# New Ticket Created by Joshua Isom # Please include the string: [perl #38221] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38221 > On FreeBSD 5.4, building parrot fails for the experimental.ops part of core_ops_cgp.c.

Re: [perl #38217] r11124: Cygwin build fails

2006-01-12 Thread Jonathan Worthington
"Greg Bacon (via RT)" <[EMAIL PROTECTED]> wrote: [...] /usr/bin/perl tools/build/parrot_config_c.pl --mini > \ src/null_config.c src/null_config.c gcc -o miniparrot.exe -s -L/usr/local/lib compilers/imcc/main.o \ -L/home/gbacon/src/parrot/blib/lib -lparrot -lcrypt src/null_config.o compilers/

Changing argv to be a ResizableStringArray complications

2006-01-12 Thread Joshua Isom
With the attached patch, which changes argv to be a ResizableStringArray instead of an SArray, when argv reaches the pir execution, four null strings are prepended to argv. Running parrot with -D8 prints the argv without those four null strings. The comment above the change indicates eventual