On Wed, 20 Feb 2002 21:32, Adam Murdoch wrote: > > where foo is an instance of Foo class and we are trying to create the > > nested element bar. It appears that before the standard addBar, > > createBar methods are checked, the code will attempt to use the role > > framework to create the nested element. I think myrmidon does this in > > the other order. > > Yep - myrmidon looks for addBar()/setBar()/createBar() methods before > trying to create a 'bar' data-type instance. > > I want to change this so that it checks both, and bails if the name is > ambiguous (and add some way for the user to unambiguously request one > method or the other).
Thats a good idea. How do you propose to do that? -- Cheers, Pete *---------------------------------------------------------* | Contrary to popular belief, UNIX is user-friendly. It | | just happens to be selective on who it makes friendship | | with. | | - Richard Cook | *---------------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
