On Wed, Jun 25, 2008 at 09:45:23AM -0400, Jeff Horwitz wrote: > On Wed, 25 Jun 2008, Klaas-Jan Stol wrote: > > >maybe I overlooked something, but wouldn't specifying the full outer > >subname > >(including its namespace) help? > > > >like so: > > > >.namespace ['B'] > >.sub 'inner' :outer(['A';'outer']) > >... > >.end > > > >instead of the proposed :lexid property. > >just a thought. maybe there's something i'm overlooking or missing, but to > >me this seems like the most obvious solution. > > i think the problem is that it doesn't work for multi subs. it wouldn't > know which version of the sub you were trying to reference.
It also wouldn't help in the case where we have a method and a sub of the same name in the same namespace. Pm