Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-12-01 Thread Leopold Toetsch
Am Donnerstag, 30. November 2006 01:20 schrieb Matt Diephouse: > Matt Diephouse <[EMAIL PROTECTED]> wrote: > > We've basically run into the fact that there's no spec for MMD. I'll > > see if I can provide a patch that just makes "_" match native types, > > but I think it'll be somewhat more involve

Re: Re: Re: Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-29 Thread Matt Diephouse
Matt Diephouse <[EMAIL PROTECTED]> wrote: We've basically run into the fact that there's no spec for MMD. I'll see if I can provide a patch that just makes "_" match native types, but I think it'll be somewhat more involved than this one. It ended up being easier than expected -- implemented in

Re: Re: Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-29 Thread Matt Diephouse
Patrick R. Michaud <[EMAIL PROTECTED]> wrote: On Wed, Nov 29, 2006 at 04:43:59PM -0500, Matt Diephouse wrote: > Leopold Toetsch <[EMAIL PROTECTED]> wrote: > >Am Mittwoch, 29. November 2006 05:50 schrieb Matt Diephouse: > >> It also means that "string", "int", and "float" no longer work as MMD > >

Re: Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-29 Thread Patrick R. Michaud
On Wed, Nov 29, 2006 at 04:43:59PM -0500, Matt Diephouse wrote: > Leopold Toetsch <[EMAIL PROTECTED]> wrote: > >Am Mittwoch, 29. November 2006 05:50 schrieb Matt Diephouse: > >> It also means that "string", "int", and "float" no longer work as MMD > >> types -- you can't distinguish between native

Re: Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-29 Thread Matt Diephouse
Leopold Toetsch <[EMAIL PROTECTED]> wrote: Am Mittwoch, 29. November 2006 05:50 schrieb Matt Diephouse: > It also means that "string", "int", and "float" no longer work as MMD > types -- you can't distinguish between native types and PMCs. I think > this is the right way to go now that we have au

Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-29 Thread Patrick R. Michaud
On Wed, Nov 29, 2006 at 08:49:27PM +0100, Leopold Toetsch wrote: > Am Mittwoch, 29. November 2006 05:50 schrieb Matt Diephouse: > > It also means that "string", "int", and "float" no longer work as MMD   > > types -- you can't distinguish between native types and PMCs. I think   > > this is the rig

Re: [perl #41014] [PATCH] Autobox Native Types for MultiSubs

2006-11-29 Thread Leopold Toetsch
Am Mittwoch, 29. November 2006 05:50 schrieb Matt Diephouse: > It also means that "string", "int", and "float" no longer work as MMD   > types -- you can't distinguish between native types and PMCs. I think   > this is the right way to go now that we have autoboxing; I don't see   > any reason to d