RE: [perl #78626] Patch: support higher arity in reduce()

2011-12-08 Thread s mosher
7;s a great language whichever way you slice it. > Subject: Re: [perl #78626] Patch: support higher arity in reduce() > From: perl6-bugs-follo...@perl.org > To: smosh...@hotmail.com > Date: Thu, 13 Oct 2011 02:02:28 -0700 > > Am 13.10.2011 06:01, schrieb smos...@loveandhotsa

Re: [perl #78626] Patch: support higher arity in reduce()

2011-10-13 Thread Moritz Lenz
Am 13.10.2011 06:01, schrieb smos...@loveandhotsauce.net: That's fine, I think it was already shot down owing to the supposedly dubious utility of supporting higher arities in .reduce() By the way, I submitted the patch because the error message had (and still has) the "for now" wording when you

Re: [perl #78626] Patch: support higher arity in reduce()

2011-10-13 Thread smosher
Hi, That's fine, I think it was already shot down owing to the supposedly dubious utility of supporting higher arities in .reduce() By the way, I submitted the patch because the error message had (and still has) the "for now" wording when you try any other arity. But after I submitted the

[perl #78626] Patch: support higher arity in reduce()

2011-10-04 Thread Will Coleda via RT
On Wed Oct 27 00:22:05 2010, smosher wrote: > > Hi, > > Attached is a diff against rakudo/src/core/Any-list.pm which adds >support to reduce() for higher-arity functions. It ensures arity- >list agreement and is generally safe. Other than the test, the >functionality was already pres

RE: [perl #78626] Patch: support higher arity in reduce()

2010-10-30 Thread s mosher
> Subject: Re: [perl #78626] Patch: support higher arity in reduce() > From: perl6-bugs-follo...@perl.org > To: smosh...@hotmail.com > Date: Thu, 28 Oct 2010 12:10:30 -0700 > > Patrick R. Michaud wrote: > > On Wed, Oct 27, 2010 at 08:55:36PM -0700, Darren Duncan wrote:

Re: [perl #78626] Patch: support higher arity in reduce()

2010-10-28 Thread Darren Duncan
Patrick R. Michaud wrote: On Wed, Oct 27, 2010 at 08:55:36PM -0700, Darren Duncan wrote: Stephen Mosher (via RT) wrote: Attached is a diff against rakudo/src/core/Any-list.pm which adds support to reduce() for higher-arity functions. It ensures arity-list agreement and is generally safe. Other

Re: [perl #78626] Patch: support higher arity in reduce()

2010-10-28 Thread Patrick R. Michaud
On Wed, Oct 27, 2010 at 08:55:36PM -0700, Darren Duncan wrote: > Stephen Mosher (via RT) wrote: > >Attached is a diff against rakudo/src/core/Any-list.pm which adds support to > >reduce() for higher-arity functions. It ensures arity-list agreement and is > >generally safe. Other than the test, the

Re: [perl #78626] Patch: support higher arity in reduce()

2010-10-27 Thread Darren Duncan
Stephen Mosher (via RT) wrote: Attached is a diff against rakudo/src/core/Any-list.pm which adds support to reduce() for higher-arity functions. It ensures arity-list agreement and is generally safe. Other than the test, the functionality was already present... it needed two lines commented out

[perl #78626] Patch: support higher arity in reduce()

2010-10-27 Thread via RT
# New Ticket Created by Stephen Mosher # Please include the string: [perl #78626] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=78626 > Hi, Attached is a diff against rakudo/src/core/Any-list.pm which adds support to re