Yichun Zhang

Results 937 comments of Yichun Zhang

@jvanasco I just had another look. I now think `dist-install` has its own merit. The implementation should be simple, just wrap up the following operation sequence: ``` opm build cd...

@jvanasco Pull requests are very welcome.

@akaegi I don't think it is supported on Windows yet. But you're welcome to test and contribute fixes if there's any problems. Thanks!

@p0pr0ck5 Support for Lua libraries with C components are already planned. See our TODO list: https://github.com/openresty/opm#todo But we won't use the author Makefile since Makefiles are non-portable per se. We...

@isage cmake is an extra dependency that I never like.

@isage The use of LuaRocks is deprecated in OpenResty. Opm decides to do its own build system for C components, in a very portable way.

@isage Well, the LuaRocks libraries' config will get converted to opm's build system, at least for simple ones. That's how the compatibility will work out. Opm will never run LuaRock...

@zharan Thank you for the report! Just committed a fix the git master. Will you try it out? BTW, it's recommended to use LuaJIT 2 for maximal performance :)

Hello! Systemtap is specific to Linux. So you will never run any of the tools in the Nginx Systemtap Toolkit on other operating systems (unless systemtap is ported to those...

@zharan Such errors happen usually when the memory layout in the Lua VM is in an inconsistent state (the timer probe of ngx-sample-lua-bt can preempt into the Lua VM at...