Re: [perl #55308] [TODO] [MMD] add_sub sanely adds MultiSub PMCs to a namespace
[email protected] ("Patrick R. Michaud") Mon, 2 Feb 2009 13:05:31 -0600
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 02, 2009 at 09:27:10AM -0800, Andrew Whitworth via RT wrote: > On Wed Jun 04 16:04:07 2008, pmichaud wrote: > > I'm just about to commit a change to namespace.pmc that allows > > the 'add_sub' method to store MultiSub PMCs as well as Sub PMCs. > > > > However, the change I'm committing is a little naive in that > > a subsequent call to add_sub will overwrite any existing > > MultiSub. Instead, adding a MultiSub to a namespace symbol > > that already contains a MultiSub should probably merge them > > together. > > pmichaud: Any updates on the status of this? It probably needs a Parrot architect to design/decide what should really happen here. I wasn't planning to take it any further than I already have. Perhaps this RT ticket needs to be moved to Trac. Pm