On Tue, 21 Oct 2003, Joseph Ryan wrote: > Will there be a way to specify which methods belong to the class in the > metadata? Or will Method namespaces just have to match class names so > that a lookup can be done?
Hadn't planned on having any particular declaration of methods, no. If there was one it'd at best be a note that the method does exist and perhaps its signature, but not its body. I'd much prefer just leaving it that subs (or methods, I can see having both) in the proper namespace are what gets called, regardless of what's declared. Given how all the languages we're primarily targeting act, that makes the most sense. Dan