Wireshark-bugs: [Wireshark-bugs] [Bug 10881] lua_bitop doesn't compile with Lua 5.3

Date: Thu, 22 Jan 2015 21:39:53 +0000

Comment # 2 on bug 10881 from
(In reply to Evan Huus from comment #1)
> My understanding is we carry several lua libraries (including e.g. 64-bit
> numbers) that are now unnecessary with lua 5.3. Probably they should all be
> made to compile only when building against older luas...?

But then we'd break backwards compatibility of Lua scripts.

Lua 5.3 is still very early, so Lua bitop might get patched to handle it; or I
can patch it if it doesn't get updated. (it's not a big change to fix it)

There are several changes in Lua 5.3 which might break compatibility in other
places too - I haven't tried it.


You are receiving this mail because:
  • You are watching all bug changes.