[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Android support
- From: "Pierre Chapuis" <catwell@...>
- Date: Sat, 05 Nov 2016 12:00:46 +0000
Thank you François for bringing this up on the list (the discussion originated from a bug report I sent on one of his libraries [1]).
We have had Lua in production in an Android mobile application with thousands of installs for about a week now. So far the only Android-related changes we have made are just not using log2 and not using LUA_C89_NUMBERS (similar to what François is proposing). We have seen no further Lua-related issues so far. [2]
[1] https://github.com/fperrad/lua-MessagePack/pull/21
[2] https://gist.github.com/catwell/9c2cf1a4f86c68d9a53deeb989c37b62
--
Pierre Chapuis