[svn:parrot-pdd] r26766 - trunk/docs/pdds

2008-04-05 Thread chromatic
Author: chromatic Date: Sat Apr 5 00:12:04 2008 New Revision: 26766 Modified: trunk/docs/pdds/pdd_template.pod Log: [docs] Fixed a POD formatting error in PDD template. Modified: trunk/docs/pdds/pdd_template.pod == -

[perl #52478] [BUG] unwanted string -> int conversion for array-like PMCs

2008-04-05 Thread Christoph Otto (Volt)
# New Ticket Created by "Christoph Otto (Volt)" # Please include the string: [perl #52478] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52478 > When running the following PIR code, Parrot does the Perlish thing and impli

Re: [svn:parrot] r26774 - branches/ports/t/steps

2008-04-05 Thread chromatic
On Saturday 05 April 2008 07:49:25 [EMAIL PROTECTED] wrote: > Log: > Create test of case where directory structure needed for Macports is > located. > > /branches/ports/t/steps/auto_ports-02.t) > === >=== --- /branches/ports/t

Need info on Stack Enumeration

2008-04-05 Thread Senaka Fernando
Hi Chromatic, do you trace the PMC object roots on the Stack within the GC? or in other words is there any Stack enumeration? Regards, Senaka

Re: Need info on Stack Enumeration

2008-04-05 Thread Mark Glines
On Sun, 6 Apr 2008 01:39:31 +0530 "Senaka Fernando" <[EMAIL PROTECTED]> wrote: > Hi Chromatic, > > do you trace the PMC object roots on the Stack within the GC? or in > other words is there any Stack enumeration? Some clarification: I think the question under discussion here is, how does the GC

[perl #52504] [PATCH]: Refactor repeated code into auto::ports

2008-04-05 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #52504] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52504 > In http://rt.perl.org/rt3/Ticket/Display.html?id=51622, Alberto Simões and I discussed

Re: [perl #52436] Flush examples/pasm/queens.pasm?

2008-04-05 Thread Bob Rogers
From: "Will Coleda via RT" <[EMAIL PROTECTED]> Date: Fri, 04 Apr 2008 06:04:45 -0700 No. (also please remove references to it from MANIFEST, t/examples/pasm.t, and examples/pir/queens_r.pir) Done in r26791. -- Bob -

[perl #52472] [BUG] tools/build/list_unjitted.pl outdated

2008-04-05 Thread James Keenan via RT
Revised in r26792.

[perl #52196] [TODO] Secure F2F user feedback for configure-build-test cycle for Parrot and languages

2008-04-05 Thread James Keenan via RT
Perl Seminar NY will conduct such a Parrot/Rakudo buildfest on Tuesday April 15.

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

2008-04-05 Thread James Keenan via RT
Any other opinions on this?

[perl #52498] [TODO] convert Pheme from PAST-pm to PCT/PAST

2008-04-05 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #52498] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52498 > Pheme should be converted to using PCT/PAST.pbc, so that PAST-pm can be retired

[perl #52500] [patch] use of C++ keywords as argument names breaks build in C++

2008-04-05 Thread Senaka Fernando
# New Ticket Created by "Senaka Fernando" # Please include the string: [perl #52500] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52500 > Use of C++ keywords as argument names breaks build in C++. Attached patch solves th

Re: [perl #52498] [TODO] convert Pheme from PAST-pm to PCT/PAST

2008-04-05 Thread chromatic
On Saturday 05 April 2008 09:53:49 Bernhard Schmalhofer wrote: > Pheme should be converted to using PCT/PAST.pbc, so that PAST-pm can be > retired, I have started on that road, but ended up with one remaining test > failure. The failing test case is test 4 of 'quote.t'. > > Could somebody with PA

[perl #52214] [BUG]: Lipo poses problems when building Parrot on Darwin with Apple-built Perl 5.8

2008-04-05 Thread Seneca Cunningham via RT
This is the patch that I'm currently using to get Configure.pl to ignore -arch flags in the Perl 5 config on Darwin. Index: config/init/defaults.pm === --- config/init/defaults.pm (revision 26775) +++ config/init/defaults.pm (w