Closed GoogleCodeExporter closed 9 years ago
This makes sense. I would probably go for more compact mathod names
pushByteArray() and toByteArray(). Also, some extensions to the default
converter are meaningful, allowing byte[] on the Java side to drive the
corresponding conversions.
Original comment by an...@naef.com
on 3 Oct 2012 at 12:22
I suggested having "String" in the API names just to make it clear that the
interaction on the Lua side was with a Lua String, but I'd be fine with your
suggested names.
I'm working with Corona Labs, which embeds jnlua. It appears that they are
using v0.9 (per LuaState.VERSION). They are aware of this issue and I think
they're willing to upgrade to the most current release in order to get a
solution to this issue.
Thanks.
Bob
Original comment by bob.dick...@gmail.com
on 3 Oct 2012 at 6:28
Changesets adding pushByteArray, toByteArray and checkByteArray as well as
adapting the default converter have been committed to the repository for
testing. The pre-built binaries for Windows have also been updated. Unless
there is negative feedback, this will be released as JNLua 0.9.5 and 1.0.3
respectively in a few days.
Original comment by an...@naef.com
on 5 Oct 2012 at 11:13
I did not build and test this, but I did review the new APIs and did a code
review of the implementation, and it all looks good to me.
Original comment by bob.dick...@gmail.com
on 7 Oct 2012 at 11:31
Released as JNLua 1.0.3 and 0.9.5 respectively.
Original comment by an...@naef.com
on 9 Oct 2012 at 11:12
Original comment by an...@naef.com
on 9 Oct 2012 at 11:15
Original issue reported on code.google.com by
bob.dick...@gmail.com
on 2 Oct 2012 at 11:04