[perl #60600] [PATCH] rewrite of ops.t to PIR

2008-11-18 Thread via RT
# New Ticket Created by Bruce Stockwell # Please include the string: [perl #60600] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60600 rewrite of t/oo/ops.t to PIR. ops.t | 265

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

2008-11-18 Thread infinoid
Author: infinoid Date: Sun Nov 16 21:00:21 2008 New Revision: 32758 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [codingstd] wrap lines in pdd19_pir.pod to make t/codingstd/pdd_format.t happy. Modified: trunk/docs/pdds/pdd19_pir.pod

[perl #60606] Fix parallel make for installable target

2008-11-18 Thread via RT
# New Ticket Created by Luca Barbato # Please include the string: [perl #60606] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60606 make -jN installable fails since the installable debugger and pbc_merge are

[perl #60608] [PATCH] Fix install when libdir is different from $prefix/lib

2008-11-18 Thread via RT
# New Ticket Created by Luca Barbato # Please include the string: [perl #60608] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60608 Currently install_files.pl does not abide to the --libdir option for the runtime.

[perl #60616] [PATCH] Fix CONST_STRING line numbers

2008-11-18 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #60616] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60616 The latest version of Sun's compiler, cc: Sun Ceres C 5.10 SunOS_i386

[perl #60626] [DEPRECATED] Old-style MMD functions

2008-11-18 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #60626] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60626 from DEPRECATED.pod: =item Old-style MMD functions [post 0.7.1]

Re: [perl #60616] [PATCH] Fix CONST_STRING line numbers

2008-11-18 Thread Nicholas Clark
On Mon, Nov 17, 2008 at 11:37:23AM -0800, Andy Dougherty wrote: The latest version of Sun's compiler, cc: Sun Ceres C 5.10 SunOS_i386 2008/10/22 needs the following patch to compile parrot. The problem appears to be the same one already documented for icc in tools/build/c2str.pl:

Re: [perl #60600] [PATCH] rewrite of ops.t to PIR

2008-11-18 Thread Bruce Stockwell
On Mon, Nov 17, 2008 at 3:23 PM, Christoph Otto via RT [EMAIL PROTECTED] wrote: On Sun Nov 16 19:47:36 2008, stockwellb wrote: rewrite of t/oo/ops.t to PIR. ops.t | 265 -- 1 file changed, 130 insertions(+), 135

[perl #60624] [DEPRECATED] PARROT_API changes to PARROT_EXPORT

2008-11-18 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #60624] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60624 from DEPRECATED.pod: =item PARROT_API changes to PARROT_EXPORT [post 0.8.1] The

Re: [perl #60624] [DEPRECATED] PARROT_API changes to PARROT_EXPORT

2008-11-18 Thread Andrew Whitworth
On Mon, Nov 17, 2008 at 9:50 PM, via RT Jerry Gay [EMAIL PROTECTED] wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #60624] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60624 from

[perl #60634] [PATCH] Minor test tempfile cleanup

2008-11-18 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #60634] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60634 This patch cleans up a few test files left in /tmp by the test suite. diff -r -u

Re: [perl #60624] [DEPRECATED] PARROT_API changes to PARROT_EXPORT

2008-11-18 Thread jerry gay
On Tue, Nov 18, 2008 at 05:16, Andrew Whitworth [EMAIL PROTECTED]wrote: On Mon, Nov 17, 2008 at 9:50 PM, via RT Jerry Gay [EMAIL PROTECTED] wrote: # New Ticket Created by Jerry Gay # Please include the string: [perl #60624] # in the subject line of all future correspondence about this

[perl #60632] [TODO] codingstd: No line splitting in CONST_STRING

2008-11-18 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #60632] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60632 In RT#60161 Nick Clark remarked: On Mon, Nov 17, 2008 at 11:37:23AM -0800,

Re: [perl #60554] BUG: 'our' variables getting lost in NQP actions

2008-11-18 Thread Patrick R. Michaud
On Sat, Nov 15, 2008 at 11:46:01AM -0800, Bernhard Schmalhofer wrote: In Pipp I encountered the problem that an our variables seem to get lost in NQP actions. This means that I had set an our variable in one action. When trying to look at the variable in a subsequently called action, the

Re: [perl #60554] BUG: 'our' variables getting lost in NQP actions

2008-11-18 Thread Bernhard Schmalhofer
Patrick R. Michaud via RT schrieb: On Sat, Nov 15, 2008 at 11:46:01AM -0800, Bernhard Schmalhofer wrote: In Pipp I encountered the problem that an our variables seem to get lost in NQP actions. This means that I had set an our variable in one action. When trying to look at the variable in

Re: 'our' variables getting lost in NQP actions (was: #60554)

2008-11-18 Thread Patrick R. Michaud
[Moving this thread out of the ticket queue because it's no longer relevant to the original ticket.) On Tue, Nov 18, 2008 at 07:26:47PM +0100, Bernhard Schmalhofer wrote: So my real problem is: In the action for thingy how do I determine that the match is below TOP? How do you mean

Re: [perl #60622] [BUG] t/pmc/pmc.t failing on Darwin

2008-11-18 Thread chromatic
On Tuesday 18 November 2008 04:27:38 James Keenan via RT wrote: On Mon Nov 17 19:30:10 2008, [EMAIL PROTECTED] wrote: I need to see more, but I think I know what this is. Use the 'bt' command in gdb to show the whole backtrace. Hopefully it includes Parrot_really_destroy(). Sorry to

Parrot 0.8.1 Tio Richie Released!

2008-11-18 Thread chromatic
On behalf of the Parrot team, I'm proud to announce Parrot 0.8.1 Tio Richie. [1] Parrot is a virtual machine aimed at running all dynamic languages. Rat Creature #1: Comrade! We are about to feast! Quick, get your fat carcass behind this bush and get ready! Rat Creature

Assignment of UnManagedStruct in Perl6

2008-11-18 Thread Simon Cozens
I'm writing an SQLite extension. I have it working fine in PIR, but the bridge to Perl 6 is causing problems. Specifically, this Perl 6 code works: SQLite::pmc_check(SQLite::open(test.db)); # Returning 0x2d1efa0 # PMC 0xedf1a8 data pointer 0x2d1efa0 # PMC 0xedf1a8 data pointer 0x2d1efa0 But this