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
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
If it is, I'll submit bug details.
# 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
# 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'
# 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
# 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
# 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: