On Sat, Jul 12, 2003 at 04:39:33PM +0200, Tom Payne wrote: > What I'd like to > do is have one ebuild marked stable for each config file format that Ion has > used, i.e. one for the original format, one for the revised format, and one > for the latest Lua format.
ion-old-but-stable, ion-devel-old-and-unsupported-do-not-use, ion-devel-latest-quite-stable-use-this-please? Unless anyone has any seriously takable complaints that do not require a complete rewrite of the configuration system (sorry, no scheme :-P), I plan to sort of freeze (new features may be added but old will not change) the configuration files after the next release. That release should support drawing engine modules so those files will be have changed and the release may or may not have the exported bindings changed more object-oriented so most of the available functions would change although a compatibility metatable kludge would be provided. (region_fn => WRegion.fn and region_fn(reg) => WRegion.fn(reg) or reg:fn() and so on.) -- Tuomo
