Re: Types for Perl 6: request for comments

2015-06-26 Thread Giuseppe Castagna
On 24/06/15 21:27, yary wrote: I'm reading it a bit at a time on lunch break, thanks for sending it along, it's educational. My comments here are all about the example on the top of page 5, starting with the minutest. First a typo, it says "subC" where it should say "sumC" multi sub sumB is

[perl #125489] cannot get the mode of a file

2015-06-26 Thread via RT
# New Ticket Created by equinox # Please include the string: [perl #125489] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125489 > Hi, I cannot get the mode of a file in Perl 6. In Perl5, I can$input_file_permissions =

[perl #125488] Some phaser blorsts don't see outer $_

2015-06-26 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #125488] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125488 > [12:35:07] m: for ^2 { NEXT .say } # feels like a rakudobug [12:35:07] <+ca

[perl #125487] Possible MMD issue when binding nqp::null() ??

2015-06-26 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #125487] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125487 > [10:57:16] m: use nqp; my %h; %h := nqp::null() #h [10:57:16] <+camelia