On Thu 10 Jun 2010 16:49, Andy Wingo <[email protected]> writes:
> In our case, my opinion is that we should change the rule to be, "the
> first compatible version found in the path"; though perhaps we should
> wait for confirmation from Ludovic.
I was just looking at the current situation, and there are a few bugs.
1. Precompiled files are never used; only the fallback path (~/.cache)
is used. This is because resolve-module calls `load' in the
versioned case, and only `primitive-load-path' scours
`%load-compiled-path'. The solution is going to be complicated, and
require some refactoring. I don't want to implement the mtime dance
again.
2. Version order: Hoo, dunno. See above. Is "first compatible" the
right thing, or should we be smarter (and more wasteful)?
Any thoughts? :)
Andy
--
http://wingolog.org/