[perl #77992] [PATCH] IPv6 support

2010-09-23 Thread via RT
# New Ticket Created by Michael Stapelberg # Please include the string: [perl #77992] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77992 > Attached you can find a patch to support the IPv6-compatible API of Parrot after h

[perl #78004] [BUG] Leaky P6Invocation object with .can

2010-09-23 Thread ash
# New Ticket Created by John (ash) # Please include the string: [perl #78004] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78004 > $ perl6 > class A { method a { 1 } }; A.can('a'); ===SORRY!=== get_string() not implemente

[perl #78012] [BUG] Null PMC access when doing .assuming on a routine that doesn't resolve/exist in Rakudo

2010-09-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #78012] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78012 > rakudo: class A { method b { 'b' } }; my $a = A.new; my $b = &A::b.assuming($a); $b()

[perl6/specs] 177959: s/series/sequence/ to accord with math culture

2010-09-23 Thread noreply
Branch: refs/heads/master Home: http://github.com/perl6/specs Commit: 17795925bc48affda10275bd2768e1f2d9ef6345 http://github.com/perl6/specs/commit/17795925bc48affda10275bd2768e1f2d9ef6345 Author: TimToady Date: 2010-09-23 (Thu, 23 Sep 2010) Changed paths: M S03-operators.pod M S05-

Announce: Rakudo Perl 6 compiler development release #33 ("Milan")

2010-09-23 Thread Moritz Lenz
On behalf of the Rakudo development team, I'm happy to announce the August 2010 release of Rakudo Perl #33 "Milan". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see ). The tarball for the September 2010 release is available from

Re: [perl6/specs] 177959: s/series/sequence/ to accord with math culture

2010-09-23 Thread Darren Duncan
nore...@github.com wrote: Commit: 17795925bc48affda10275bd2768e1f2d9ef6345 http://github.com/perl6/specs/commit/17795925bc48affda10275bd2768e1f2d9ef6345 Author: TimToady Date: 2010-09-23 (Thu, 23 Sep 2010) Log Message: --- s/series/sequence/ to accord with math culture To a math

meaning of "range" - use "interval" instead?

2010-09-23 Thread Darren Duncan
Larry's updating the Synopsis terminology to say "sequence" instead of "series" for correctness led me to check out what seems to be a similar problem, "range". I believe that the Synopsis should just use the term "interval" for what it currently calls "range" (and "Interval" for "Range"); curr

Re: meaning of "range" - use "interval" instead?

2010-09-23 Thread Doug McNutt
At 15:08 -0700 9/23/10, Darren Duncan wrote, and I snipped a bunch: >Larry's updating the Synopsis terminology to say "sequence" instead of >"series" for correctness led me to check out what seems to be a similar >problem, "range". Add to the list of meanings, in the world of computing, Microsof