[perl #129089] [LTA] error for attempt to specify a "my" type at runtime doesn't say what went wrong

2016-08-25 Thread via RT
# New Ticket Created by Brandon Allbery # Please include the string: [perl #129089] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129089 > Someone in IRC last night was trying to figure out how to specify a variable's type at

Re: [perl #127803] Error using .classify with Junction - ERR: P6opaque: no such attribute '$!reified'

2016-08-25 Thread Elizabeth Mattijsen
Fixed with 7fa2ba77d438a7169f6b1e1 , tests needed > On 30 Mar 2016, at 14:06, Joshua (via RT) > wrote: > > # New Ticket Created by Joshua > # Please include the string: [perl #127803] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Displ

[perl #127099] [CONC] hyper messes up order of the results (i.e. @result !~~ @result.sort)

2016-08-25 Thread Will Coleda via RT
On Wed Dec 30 16:00:38 2015, alex.jakime...@gmail.com wrote: > Code: > my @result = ^1000 .hyper.map: * + 10; > say @result ~~ @result.sort > > Result: > False > > 「hyper」 is supposed to give results in the original order. > “The order of elements is preserved.” (http://doc.perl6.org/routine/hype

Re: [perl #129060] AutoReply: Bug

2016-08-25 Thread Fernando Oliveira
Same problem with: class Bla {has Bla $.ble .= new; method say-ble-priv{$.ble.public.say}}; class Ble {has $.public = "pub"}; Bla.new.say-ble-priv Just another Perl Hacker, Fernando (SmokeMachine) 2016-08-23 23:58 GMT-03:00 Fernando Oliveira : > BenGoldberg, on #perl6 had the same result wit

Re: [perl #129060] AutoReply: Bug

2016-08-25 Thread Fernando Oliveira
BenGoldberg, on #perl6 had the same result with this code: class Bla {has Bla $.ble .= new}; Bla.new ; Just another Perl Hacker, Fernando (SmokeMachine) 2016-08-23 23:48 GMT-03:00 perl6 via RT : > Greetings, > > This message has been automatically generated in response to th

Re: [perl #128632] [BUG] get freezes terminal on x64 Windows implementation

2016-08-25 Thread Josh Helzer
Hello, Unfortunately, I'm getting the same freeze/no echo behavior upon executing *my $in = get;* on the REPL. This obtains with perl6 running under cmd.exe, cmd.exe with Administrative privileges, and with powershell.exe. Versions: * Rakudo version 2016.07.1 built on MoarVM version 2016.

Re: [perl #129060] AutoReply: Bug

2016-08-25 Thread Fernando Oliveira
Sorry! I misspelled... this: class Bla {has Bla $.ble .= new; method say-ble-priv{$.ble.public.say}}; class Ble {has $.public = "pub"}; Bla.new.say-ble-priv is working... Just another Perl Hacker, Fernando (SmokeMachine) 2016-08-24 0:02 GMT-03:00 Fernando Oliveira : > Same problem with: > >

[perl #129060] Bug

2016-08-25 Thread via RT
# New Ticket Created by fernandocor...@gmail.com # Please include the string: [perl #129060] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129060 > Hi! I found what I think is a bug. The code to reproduce the bug is: class

Re: [perl #129060] AutoReply: Bug

2016-08-25 Thread Fernando Oliveira
sorry again: class Bla {has Bl*e* $.ble .= new; method say-ble-priv{$.ble.public.say}}; class Ble {has $.public = "pub"}; Bla.new.say-ble-priv Just another Perl Hacker, Fernando (SmokeMachine) 2016-08-24 0:10 GMT-03:00 Fernando Oliveira : > Sorry! I misspelled... this: > > class Bla {has Bla

[perl #126536] [BUG] error message borked for infix:<< <=> >> and numeric coersion

2016-08-25 Thread Will Coleda via RT
On Mon Nov 02 03:42:01 2015, gfldex wrote: > say 'a' <=> 'b'; > # OUTPUT«X::Multi::NoMatch exception produced no message in block > at /tmp/Pc4rxu0Uv1:1» Works fine now: $ perl6 -e "say 'a' <=> 'b';" Cannot convert string to number: base-10 number must begin with valid digits or '.' in '⏏a' (i

[perl #126473] [STAR] Unhandled exception: failed to load library 'dynext/libperl6_ops_moar.dylib'

2016-08-25 Thread Will Coleda via RT
On Wed Oct 28 02:37:08 2015, christian.aperg...@lidil.univ-mrs.fr wrote: > To avoid this bug, in rakudo 2015.7 we just start rakudo-star-2015.07/perl6 > > In the new release rakudo-star-2015.09, this shell is no more present, > and starting rakudo-star-2015.09/rakudo/perl6 > returns this message

[perl #128718] Strange error when attempting to redo a supply block

2016-08-25 Thread Will Coleda via RT
On Sat Jul 23 20:47:04 2016, c...@zoffix.com wrote: > Not even sure what causes that, but removing the `redo` avoids the error. > > $ perl6 -e 'react { whenever supply { emit 42; redo } { .say } }' > 42 > No such method 'CALL-ME' for invocant of type 'Bool' > in block at -e line 1 > > Behavi

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

2016-08-25 Thread Will Coleda via RT
On Wed Jul 08 09:55:39 2015, coke wrote: > 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 'Bl

Re: [perl #129081] Test Ticket for Zoffix's R6 RT Interface -- Please Ignore

2016-08-25 Thread Elizabeth Mattijsen
This is a test response to this ticket :-) > On 25 Aug 2016, at 15:11, Zoffix Znet (via RT) > wrote: > > # New Ticket Created by Zoffix Znet > # Please include the string: [perl #129081] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/D

[perl #129081] Test Ticket for Zoffix's R6 RT Interface -- Please Ignore

2016-08-25 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #129081] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129081 > Sorry for the noise. Please ignore this ticket. I need it for some research for my R6 app

[perl #129080] [BUG] Missing bit in error message about R?? in Rakudo

2016-08-25 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #129080] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129080 > m: say 1 R?? 2 !! 3 rakudo-moar 9ccd84: OUTPUT<<===SORRY!=== Error while compiling NLCa