On Wed 15 Jul 2009 00:05, l...@gnu.org (Ludovic Courtès) writes: >>> Then it could also try to interpret version numbers and determine >>> whether that bytecode is really incompatible, or whether it can >>> interpret it. >> >> Are there scenarios where that would be worthwhile? > > Maybe, e.g., when the `.go' version is known to be a strict subset of > the current objcode version.
We could do that, yes. Treat the version N.M as compatible with O.P if N==O and P <= M in the ascii sequence. Andy -- http://wingolog.org/