[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. # 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 ===

Re: [perl #60572] can`t set attribute-array for object in .new

2008-11-18 Thread Илья
Hi! Jonathan, thank you! But look like a little bug still here: $f = Foo.new( :a([1,2,3]) ); $f.a.perl.say; # [[1, 2, 3]] hm... expected [1, 2, 3] S02.pod, line 2329: Fat arrow Adverbial pairParen form ... a => [...] :a[...] :a([...]) Rakudo: > (a => [1,2

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=60606 > make -jN installable fails since the installable debugger and pbc_merge are missing the

[perl #60604] closure in grep?

2008-11-18 Thread via RT
# New Ticket Created by Ilya Belikin # Please include the string: [perl #60604] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60604 > Hi! I start that message like bug report, but I have doubt. example: class A { met

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=60608 > Currently install_files.pl does not abide to the --libdir option for the runtime. The p

[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. # 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 2008/10/22

[perl #60618] Changed BigInt behaviour borked t/spec/S03-operators/increment.t

2008-11-18 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #60618] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60618 > Latest rakudo (r32779) dies on t/spec/S03-operators/increment.t: $ TEST_JOBS=1 make t/sp

[perl #60620] @a[1].=subst parsefail

2008-11-18 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60620] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60620 > Rakudo r32733: rakudo: my @a; @a[0].=subst( '', '') OUTPUT[PAST::Compiler can't compi

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=60626 > from DEPRECATED.pod: =item Old-style MMD functions [post 0.7.1] Parrot_mmd_add_functi

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(+),

[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. # 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 PARRO

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. > # http://rt.perl.org/rt3/Ticket/Display.html?id=60624 > > > > from

Re: PGE HLLMapping

2008-11-18 Thread Patrick R. Michaud
On Mon, Nov 17, 2008 at 11:06:26PM -0600, Chris Dolan wrote: > Patrick has mentioned several times that the proper solution to the > problem is a representation of the high-level language that PGE can > interact with. My thoughts about that HLL mapping: > > 1) we should invoke the other langua

[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. # 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 parr

[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. # 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, Andy

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 a

Re: [perl #60618] Changed BigInt behaviour borked t/spec/S03-operators/increment.t

2008-11-18 Thread Patrick R. Michaud
On Mon, Nov 17, 2008 at 12:53:47PM -0800, Moritz Lenz wrote: > > Latest rakudo (r32779) dies on t/spec/S03-operators/increment.t: > > $ TEST_JOBS=1 make t/spec/S03-operators/increment.t > t/spec/S03-operators/increment.rakudo > 1..41 > ok 1 - var incremented after post-autoincrement # TODO de

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, t

Re: [perl #60570] Wrong error message about passed args when signature with named argument

2008-11-18 Thread Patrick R. Michaud
On Sun, Nov 16, 2008 at 01:23:28AM -0800, Ilya Belikin wrote: > Hi! > example: > > sub bar (@ar, :$a) { ... } > bar(); #too few arguments passed (0) - 4 params expected > > If signature without named args, all right. Jonathan and I have confirmed that this is indeed a bug in error reporting, but

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: [perl #60618] Changed BigInt behaviour borked t/spec/S03-operators/increment.t

2008-11-18 Thread Moritz Lenz
Patrick R. Michaud wrote: > On Mon, Nov 17, 2008 at 12:53:47PM -0800, Moritz Lenz wrote: >> >> Latest rakudo (r32779) dies on t/spec/S03-operators/increment.t: >> >> $ TEST_JOBS=1 make t/spec/S03-operators/increment.t >> t/spec/S03-operators/increment.rakudo >> 1..41 >> ok 1 - var incremented

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 how do I determine that the match is below > ? How do you mean "determine th

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(). > Sor

[perl #60654] [DEPRECATED] Closure PMC

2008-11-18 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #60654] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60654 > The new lexicals implementation no longer requires (or wants) a Closure PMC, and I

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 thi