[perl #67364] [BUG] multi dispatch bug found with trait_mod: changes

2011-10-01 Thread Will Coleda via RT
On Wed Jul 08 16:57:34 2009, s1n wrote: > Recent changes to replace trait_auxiliary: with trait_mod: started > causing dispatch problems. Code declaring a trait_mod: inside of a > module or role would fail to dispatch. There was a lengthy discussion in IRC > with jnth and TimToady: > > http://ircl

Announce: Rakudo Perl 6 compiler development release #44 ("Riga")

2011-10-01 Thread Tadeusz Sośnierz
On behalf of the Rakudo development team, I'm happy to announce the September 2011 release of Rakudo Perl #44 "Riga". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see ). The tarball for this release is available from

Handling binary files

2011-10-01 Thread Klāvs Priedītis
Hello. I have a question about binary files. How can I read binary files? I need to do folowing things: read numbers of different widths, strings.

[perl #100480] [BUG] Bracketing quoting constructs don't count depth in Rakudo

2011-10-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #100480] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=100480 > perl6: say >.perl rakudo 5a3836: OUTPUT«Bool::True␤» ..pugs, niecza v10-18-g5b

[perl #100474] [BUG] Can't instantiate one-attribute role R with the R($arg) syntax anymore in Rakudo

2011-10-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #100474] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=100474 > nom: role A { has $.x }; say A("foo").x nom fb4845: OUTPUT«Could not find sub &

[perl #100472] [BUG] Undefined interpolated values in regexes wrongly match in Rakudo

2011-10-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #100472] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=100472 > nom: say 'aa' ~~ /(.)$1/ nom ebd4d8: OUTPUT«=> ␤ 0 => ␤␤» this... shouldn't ma

[perl #100468] [BUG] Can't access roles in roles in Rakudo

2011-10-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #100468] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=100468 > nom: class A { role B {} }; A::B.new; say "alive" nom ebd4d8: OUTPUT«alive␤» n

[perl #100466] [BUG] No .print in Rakudo

2011-10-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #100466] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=100466 > b: 42.print b 1b7dd1: OUTPUT«42» nom: 42.print nom ebd4d8: OUTPUT«Method 'pri

[perl #100464] [BUG] Splice is missing in Rakudo

2011-10-01 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #100464] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=100464 > here's another way to implement permutations, courtesy of D. E. Knuth: nom: sub