Yichun Zhang
Yichun Zhang
@h4lflife Thank you for the contribution! I really appreciate it :) I'll look into your patch when I have some spare time. Been busy with $work lately, sorry :) Thanks...
@zhduan My hunch is that it's better to be implemented in a separate wrapper library, in the same spirit of @pintsized's [lua-resty-redis-connector](https://github.com/pintsized/lua-resty-redis-connector)
@wjs57y Please, no Chinese here. This place is considered English only. It is especially rude to reply to an unrelated pure English issue thread. If you really want to use...
@tczaude I have no idea what you mean by "ebuild". The official nginx source package's build system definitely does not look for a README file in a 3rd-party module's directory....
@alubbe You'll have to debug things locally. Using travis ci to debug failures is painful since you cannot do things interactively.
Travis CI is useful for catching things, not really for debugging failures.
@alubbe We don't have any problems running the test suite in various different environments (Mac OS X, FreeBSD, Fedora Linux, Amazon Linux). So I wonder maybe you just mess up...
@alubbe I never like the test toolchain in the python world BTW. And I also had a lot of pain when doing this in the JS world a few years...
@alubbe The depth and breadth of our test suite are rare. We even some times catch deep bugs in both the nginx core and luajit in their new releases. So...
@alubbe We've already been putting years of efforts in making the test toolchain as handy as possible. So if you think there's anything that can be improved. Just let us...