perl6-all@perl.org

2012-02-03 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 3154497284681b416b68b174be028a97fd9c7b67 https://github.com/perl6/specs/commit/3154497284681b416b68b174be028a97fd9c7b67 Author: Moritz Lenz Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M S05-re

[perl #109740] [BUG] Four extra bits after +& operation in Rakudo

2012-02-03 Thread Carl Mäsak via RT
Francis (>): > what is unary +^ I can only find binary +^ bitwise xor See S03:677. It's numeric bitwise addition.

Re: [perl #109740] [BUG] Four extra bits after +& operation in Rakudo

2012-02-03 Thread Francis (Grizzly) Smit
On 04/02/12 00:54, Carl Mäsak (via RT) wrote: # New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109740] # in the subject line of all future correspondence about this issue. #https://rt.perl.org:443/rt3/Ticket/Display.html?id=109740> nom: my ($x, $y) = (2**30, 1); pr

[perl #109740] [BUG] Four extra bits after +& operation in Rakudo

2012-02-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109740] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109740 > nom: my ($x, $y) = (2**30, 1); printf "%32b\n", +^$x +& $y; nom acbec8: OUTPUT«

Re: Here docs in Perl6

2012-02-03 Thread Carl Mäsak
Niecza implements heredocs. I tried the following on Niecza v14 and it works: say Q :to 'END'; OH HAI OH HAI on a second line END // Carl On Fri, Feb 3, 2012 at 2:06 PM, Francis (Grizzly) Smit wrote: > I'm testing Perl6 using rakudo for now I'm wondering does any implementation > ha

Here docs in Perl6

2012-02-03 Thread Francis (Grizzly) Smit
I'm testing Perl6 using rakudo for now I'm wondering does any implementation have heredocs yet ??? http://www.perlfoundation.org/perl6/index.cgi?perl_6_basics_tablet#heredocs the link points to a site that says that Q :to 'END'; stuff stuff END should work but rakudo barfs at that --

[perl #109734] [BUG] Strange MOP type check cache error message when doing in a regex in Rakudo

2012-02-03 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #109734] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=109734 > how would you split a string into the first character and the rest of the string