[perl6/specs] a42410: Incorporate TimToady++'s suggestions.

2012-05-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: a424107c4783c1e3db7f84b932d876710fb51713 https://github.com/perl6/specs/commit/a424107c4783c1e3db7f84b932d876710fb51713 Author: Solomon Foster Date: 2012-05-11 (Fri, 11 May 2012) Changed paths: M S02

[perl6/specs] 1cbef9: Try to make the rules and examples for Rat.perl, R...

2012-05-11 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 1cbef9e02c00f42abd6c2b379df223472aaa6ca9 https://github.com/perl6/specs/commit/1cbef9e02c00f42abd6c2b379df223472aaa6ca9 Author: Solomon Foster Date: 2012-05-11 (Fri, 11 May 2012) Changed paths: M S02

Is "v6;" supposed to work yet?

2012-05-11 Thread Parrot Raiser
If it is, I'll submit bug details.

[perl #112872] [BUG] 0.base(2) fails in Rakudo

2012-05-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112872] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112872 > r: 0.base(2) rakudo 372e6b: OUTPUT«Invalid character in ASCII string␤ in metho

[perl #112870] [BUG] User-defined operators lose the LTM match even when they ought to win it in Rakudo

2012-05-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112870] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112870 > r: multi sub infix:<~eq>(Str $a, Str $b) { uc $a eq uc $b }; say 'Foo' ~eq 'foo'

[perl #112868] [BUG] .split doesn't include an empty string before a first literal zero-length string in Rakudo

2012-05-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112868] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112868 > n: my $a = 'abc'; my @rray = $a.split(''); say @rray[0]; say @rray[1]; niecza v

[perl #112864] [BUG] 'use URI' segfaults in Rakudo

2012-05-11 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112864] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112864 > hm, 'use URI;' from latest Star release segfaults on my machine (OS X 10.7.3 and

[perl #112850] [BUG] blessing

2012-05-11 Thread via RT
# New Ticket Created by grond...@yahoo.fr # Please include the string: [perl #112850] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=112850 > Hello, I failed converting an object derived from Int using bless: code: