On Thu 10 Jun 2010 06:25, Julian Graham <[email protected]> writes: >>> As you see this function is preferring modules from the end of the >>> %load-path. In addition it has adds an unnecessary "/". Do you have time >>> to fix it? :) >> >> Eep! Sure, I'll try to take a look this evening. > > Fixed! See commit dc232ed059a0af5955d21f077da88af6fdc562a0.
Thanks! Now, a further request, which you may turn down of course :-). This function currently looks in all dirs in the load path for all ways that versions can be represented, hence the stat explosion. Instead of enumerating the entire set of compatible modules, why not simply stop with the first one? I suspect this would respect the user's expectations just as well. What do you think? :) Andy -- http://wingolog.org/
