[perl #60910] rakudo failing reverse.t and abs.t

2008-11-28 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #60910] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60910 > Something changed between r33248 and 33263 that causes Rakudo to fail the S29-list

Re: [perl #55504] [BUG] Failing test t/op/spawnw.t

2008-11-28 Thread NotFound
On Sun, Nov 23, 2008 at 10:41 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Wed Sep 10 19:48:04 2008, [EMAIL PROTECTED] wrote: >> Can someone evaluate where we stand with respect to the issues in this RT? >> >> Thank you very much. >> >> kid51 > > Still hoping for feedback on these issues

Out of Office AutoReply: [perl #55386] [TODO] Remove Configure.pl -miniparrot option

2008-11-28 Thread Abha Jain
Hi, I am on vacation till December 2nd (Tuesday). I will not be checking my mails. For urgent matters, please call me at +91-9811420290 / +91-9810231587. Regards, Abha

r24104 - docs/Perl6/Spec

2008-11-28 Thread pugs-commits
Author: ruoso Date: 2008-11-28 19:38:22 +0100 (Fri, 28 Nov 2008) New Revision: 24104 Modified: docs/Perl6/Spec/S07-iterators.pod Log: [spec] anything that behaves like a list might implement .Iterator(). And the name is really .Iterator(), not .iterator(); Modified: docs/Perl6/Spec/S07-iterat

Re: Iterators and Laziness

2008-11-28 Thread Daniel Ruoso
Sex, 2008-11-28 às 14:23 -0300, Daniel Ruoso escreveu: > > You write: my $item = =$foo; > > Does that get one item from the iterator object? > It depends on the iterator in question, but it certainly gets something > (unless the iterator is over, of course), I'm thinking on the following: I thoug

Re: Iterators and Laziness

2008-11-28 Thread Daniel Ruoso
Timothy S. Nelson wrote: > Should laziness/eagerness be a property of the operator? I'm inclined to believe that the level of lazyness or eagerness is determined by the operators in question, at least that had worked for assignment and feeds, I can't think of a case where something else determines

[perl #60898] Zip and ranges don't mix

2008-11-28 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #60898] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60898 > 10:04 < moritz_> rakudo: say ( Z 1..10).perl 10:05 < p6eval> rakudo 33300: OUTPUT[e

[perl #60886] undef & undef ~~ undef returns False in Rakudo

2008-11-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60886] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60886 > rakudo: say undef ~~ undef; say undef & undef ~~ undef rakudo 33276: OUTPUT[1␤0␤] wha