# 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
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
===
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
# 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
# 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
# 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
# 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
# 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
# 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
# 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
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:
>
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(+),
# 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
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
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
# 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
# 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
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
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
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
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
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
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
[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
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
# 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
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
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
28 matches
Mail list logo