# 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
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
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
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
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
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
# 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
# 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[10]
wha