lua-capnproto icon indicating copy to clipboard operation
lua-capnproto copied to clipboard

Use with Lua 5.3?

Open daurnimator opened this issue 10 years ago • 2 comments
trafficstars

Hi,

Currently, lua-capnproto only works with LuaJIT v2.1. This is because lua-capnproto needs 64 bit integer support and 64bit number bit operations, but only LuaJIT v2.1 provides a decent way to do all these.

Lua 5.3 brings 64 bit integer support along with it; will you be working on a version that works there?

daurnimator avatar Apr 01 '15 11:04 daurnimator

Hi daurnimator, that is always on my list. Unfortunately, due to limited time, I don't have plan to work on that recently. If you are interested, will you submit a pull request for it?

calio avatar Apr 01 '15 21:04 calio

I don't have plan to work on that recently. If you are interested, will you submit a pull request for it?

Sorry, this time around I was just looking for something to pick up and use. Maybe next time?

daurnimator avatar Apr 01 '15 23:04 daurnimator