Yichun Zhang
Yichun Zhang
Yes, we should do that. We can specifically prepare the 10 most commonly used methods. Patches welcome!
@rabbate Your code looks good to me though you can save some CPU cycles by putting your main logic into a function in an external Lua module (similar to the...
@uu Hmm, maintaining this `.rockspec` looks like a pain to me, especially the hard-coded version numbers, the hard-coded module list and .lua file list, and the tarball MD5 checksum there.
@antonheryanto I understand that. My plan is to set up our own toolchain for OpenResty (as well as our own central server at luaresty.org). We could base our work on...
Just a side note: I wonder if we should omit all the API checks by macros like LuaJIT's `LUA_USE_APICHECK` macro. All such checks come with a cost and the accumulated...
The trend is to check integer overflow for all API functions? I'm not sure if we want to do this everywhere. It's too much a burden IMHO.
@sitano Thank you for the patch! Will you please add some corresponding test cases to the existing test suite (under `t/`) also? Thanks!
@sitano Great! Thanks!
@pasikarkkainen Yeah, this is long overdue. Sorry about that. I'll look into this soon.
@doujiang24 Please review this PR when you have a chance. Thanks!