[perl6/specs] f5a9d2: fix omission in grammar Str::SprintfFormat

2011-03-06 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: f5a9d2d03fec8d6331e7fb133d41d36bd070e1eb https://github.com/perl6/specs/commit/f5a9d2d03fec8d6331e7fb133d41d36bd070e1eb Author: diakopter Date: 2011-03-06 (Sun, 06 Mar 2011) Changed paths: M S32-setting-library/Str

Yapsi 2011.03 Released!

2011-03-06 Thread Carl Mäsak
Dear members of the committee, I hereby present for your scrutiny the fruits of a month's intense labor. I call it "Yapsi", and label it the March 2011 release. You can peruse it here: You will recall my earlier submissions on the

[perl #85514] [BUG] Infinite recursion when trying to numify a sub in Rakudo

2011-03-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #85514] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=85514 > rakudo: +sub {} rakudo bd134e: OUTPUT«maximum recursion depth exceeded␤ in 'Cool::Num

[perl #83866] IO::Socket::INET Couldn't create socket.

2011-03-06 Thread Cosimo Streppone via RT
Indicated patch doesn't work for me. Additionally, my perl6 LWP::Simple module doesn't work any more. Here's a simple test case with current rakudo/parrot: $ perl6 -v This is Rakudo Perl 6, version 2011.02-43-gbfdd78d built on parrot 3.1.0 RELEASE_3_1_0-700-gdb77547 Copyright 2008-2011, The Pe

IO::Socket::INET.open() broken? RT#83866

2011-03-06 Thread Cosimo Streppone
Hi all, I just downloaded and compiled rakudo/parrot, as in: ~/src/perl6/perl6-cache-memcached$ perl6 -v This is Rakudo Perl 6, version 2011.02-43-gbfdd78d built on parrot 3.1.0 RELEASE_3_1_0-700-gdb77547 Copyright 2008-2011, The Perl Foundation and I discovered that my LWP::Simple cod

Re: UCA and NFC/NFD issues in pattern matching

2011-03-06 Thread Helmut Wollmersdorfer
Tom Christiansen wrote: I have two points. First, this excerpt from Synopsis 6: The :m (or :ignoremark) modifier scopes exactly like :ignorecase except that it ignores marks (accents and such) instead of case. It is equivalent to taking each grapheme (in both target and pattern),

[perl #85506] [BUG] String interpolation doesn't handle '[' after whitespace after variable right in Rakudo

2011-03-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #85506] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=85506 > std: my $a = 42; say "$a []" [13:05] std 4608239: OUTPUT«ok 00:01 122m␤» rakudo: my

[perl #85502] [BUG] List assignment of attributes does the Wrong Thing in Rakudo

2011-03-06 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #85502] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=85502 > ($!peeraddr, $!peerport) = $peeraddr.split(':', 2); # why does this assign a Seq to $!p