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 =

[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. # URL: 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 {

[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. # URL: 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

[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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60620 Rakudo r32733: masak rakudo: my @a; @a[0].=subst( '', '') polyglotbot

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 language's

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 detect

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 we