Re: [BUG] same method name in two different namespaces

2004-04-09 Thread Will Coleda
Reminder, when submitting bugs/patches, please use the RT mailing interface. info at: http://xrl.us/bvho (parrotcode.org) - for patches, but I think bugs go in the same way (except s/PATCH/BUG/, of course.) This will help on the rare cases where Leo is asleep, which I'm beginning to think never

Re: [BUG] same method name in two different namespaces

2004-04-09 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > one can not use the same method name in two different namespaces, if > they have the same number of arguments. Please have a look at the > attached patch for an example. Thanks for reporting, fixed. (Test will follow later). > jens leo

[BUG] same method name in two different namespaces

2004-04-08 Thread Jens Rieks
Hi, one can not use the same method name in two different namespaces, if they have the same number of arguments. Please have a look at the attached patch for an example. jens Index: t/pmc/object-meths.t === RCS file: /cvs/public/par