Re: More on Native Traits

2009-08-26 Thread Jesse Luehrs
On Fri, Aug 21, 2009 at 09:22:26AM -0700, Hans Dieter Pearcey wrote: As far as I know, nothing else needs to be done for this branch. Jesse, Chris, or Shawn -- anything I missed? Something brought up by mo on #moose a day or two ago: package Foo; use Moose; use

Re: More on Native Traits

2009-08-26 Thread John Napiorkowski
- Original Message From: Stevan Little stevan.lit...@iinteractive.com To: Jesse Luehrs d...@tozt.net Cc: Hans Dieter Pearcey h...@pobox.com; moose moose@perl.org Sent: Wednesday, August 26, 2009 2:26:35 PM Subject: Re: More on Native Traits Hmmm, Okay, well to fix the first

Fwd: More on Native Traits

2009-08-23 Thread Chris Prather
I missed the list and only hit Jesse the first time. *sigh* -- Forwarded message -- From: Chris Prather perig...@gmail.com Date: Sun, Aug 23, 2009 at 3:06 PM Subject: Re: More on Native Traits To: Jesse Luehrs d...@tozt.net On Fri, Aug 21, 2009 at 7:22 PM, Jesse Luehrsd

Re: More on Native Traits

2009-08-21 Thread Hans Dieter Pearcey
Excerpts from Dave Rolsky's message of Sat Aug 15 20:12:48 -0700 2009: I'd like to propose some changes in Array before we release. Specifically, I'd like to make our names match names in List::(More)Util(s) So with that in mind, I'd like to rename: first = head The term head is

Re: More on Native Traits

2009-08-21 Thread Jesse Luehrs
On Fri, Aug 21, 2009 at 09:22:26AM -0700, Hans Dieter Pearcey wrote: As far as I know, nothing else needs to be done for this branch. Jesse, Chris, or Shawn -- anything I missed? Moose::Manual::Delegation needs updating for curries (and probably for the rest too). -doy

Re: More on Native Traits

2009-08-16 Thread Stevan Little
Dave, I agree on the head/tail things, that is reasonable. I think perhaps we can change the current find to first, but i think perhaps we should then add a proper find that will collect the output, but then again we have grep for that so meh. I do however agree that following

More on Native Traits

2009-08-15 Thread Dave Rolsky
I'd like to propose some changes in Array before we release. Specifically, I'd like to make our names match names in List::(More)Util(s) So with that in mind, I'd like to rename: first = head The term head is pretty darn common for first element in the list. And this leaves us free to