[perl #77744] [BUG] Number of reported actual parameters sent in to an assuming-derived method is always 0 in Rakudo

2015-07-08 Thread Christian Bartolomaeus via RT
This works now (skids++). I added tests to S06-signature/arity.t with commits https://github.com/perl6/roast/commit/08b64b732a and https://github.com/perl6/roast/commit/1c8e5abec0 I'm closing this ticket as 'resolved'.

[perl #118559] [BUG] .clone affects the original object in Rakudo

2015-07-08 Thread Christian Bartolomaeus via RT
I'm closing this ticket as 'resolved'.

[perl #125577] [JVM] attribute of cloned object becomes Parcel instead of Array and Pair instead of Hash

2015-07-08 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #125577] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125577 > When passing new values for an attribute '@.fields' as named parameters while

[perl #125550] Documentation bugs

2015-07-08 Thread Will Coleda via RT
On Sat Jul 04 00:05:20 2015, drf...@pobox.com wrote: > In the 5to6 conversion docs - 'encoding', 'integer' and 'lib' pragmas > are incorrectly formatted. Sorry, where are these docs? -- Will "Coke" Coleda

[perl #112488] Mac OS X warning: function returns an aggregate

2015-07-08 Thread Will Coleda via RT
On Tue Apr 17 02:51:02 2012, bbkr wrote: > 11:48 moritz: bbkr_: the "function returns an aggregate > 11:48 moritz: " thing is well known > 11:48 moritz: yes, we return an aggregate. It's valid if you know how > to handle it > 11:49 jnthn: The fix is to turn off the warning. > 11:49 jnthn: It's beca

[perl #81278] Can't defer to return()

2015-07-08 Thread Will Coleda via RT
On Fri Jan 04 04:38:30 2013, bbkr wrote: > On 2012.12: > > r: sub f($x) { multi return($nv) { nextwith($nv /2); }; > return $x; }; say f 6 >rakudo 70262f: OUTPUT«===SORRY!===␤Method 'is_dispatcher' > not found for > invocant of class 'Block'␤» Pretty much unchanged: $ perl6 -e 'sub f($x) {

[perl #125575] [BUG] negation of before/after cannot be chained

2015-07-08 Thread Will Coleda via RT
On Wed Jul 08 05:05:05 2015, liu...@360.cn wrote: > http://irclog.perlgeek.de/perl6/2015-07-08#i_10865410 > > say 1 <= 2 <= 3; > say 1 !after 2 !after 3; > > (inlining the chat that led to the ticket) 11:54 kanlm: say 1 <= 2 <= 3; say 1 !after 2 !after 3; 11:54 camelia rakudo-moar cac0

[perl #125576] [BUG] Inf not handled in Int array

2015-07-08 Thread Will Coleda via RT
On Wed Jul 08 05:53:44 2015, liu...@360.cn wrote: > http://irclog.perlgeek.de/perl6/2015-07-08#i_10865609 > > my Int @a = 1 .. Inf; > @a[*-1], @a[*-Inf], @a[Inf]; > > Cannot coerce Inf or NaN to an Int This is related to https://rt.perl.org/Ticket/Display.html?id=61602 -- Will "Coke" Coleda

[perl #125576] [BUG] Inf not handled in Int array

2015-07-08 Thread via RT
# New Ticket Created by 刘刊 # Please include the string: [perl #125576] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125576 > http://irclog.perlgeek.de/perl6/2015-07-08#i_10865609 my Int @a = 1 .. Inf; @a[*-1], @a[*-Inf], @a

[perl #125575] [BUG] negation of before/after cannot be chained

2015-07-08 Thread via RT
# New Ticket Created by 刘刊 # Please include the string: [perl #125575] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125575 > http://irclog.perlgeek.de/perl6/2015-07-08#i_10865410 say 1 <= 2 <= 3; say 1 !after 2 !after 3;

Re: [perl #125571] [BUG] splice is not typesafe in Rakudo

2015-07-08 Thread Elizabeth Mattijsen
Fixed with 09041bc8e01c6fd42c9, tests are still needed > On 07 Jul 2015, at 21:51, Carl Mäsak (via RT) > wrote: > > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #125571] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.o