On Mon, Jan 12, 2009 at 2:53 PM, Erik Hougaard <erik@hougaard.com> wrote:
RJP Computing wrote:
-
Removed BitLib. Use LuaBitOp instead.
Wouldn't that break running applications? Please mark the library
obsolete, and remove it in 3-4 releases time.
/Erik
They are suppose to be compatible. You still require the same name (e.g. require( "bit" )) You still have the same functions (e.g. bit.bor, bit.band, etc...) So this actually made it so that they can't live together. But you shouldn't have a problem. Have you tried you scripts yet?
-- Regards, Ryan