Yichun Zhang

Results 937 comments of Yichun Zhang

@pavelnemirovsky If your addr2line does not support separate debuginfo files, then there is nothing we could do to make it work in `ngx-backtrace`. If it's that the debuginfo package of...

@pavelnemirovsky There is no real leaked memory pools according to your output. You can increase your sampling time window to see if the counts in the output increase proportionally, otherwise...

@jvanasco Sounds good to me except that I don't like `opm dist-install` take any argument. Its usage should be similar to `opm upload`. Pull requests welcome :)

@jvanasco After some thinking, it seems to me that it might be tricky to implement since it would require many more dependencies if we want to go through all the...

@jvanasco It would depend on `util/opm-pkg-indexer.pl` at least. The following command should serve your purpose well already: ``` cd lua-resty-example-0.1 && opm server-build ```

@jvanasco BTW, it's not hard to set up your local opm server for testing. Everything is in the opm git repos.

@jvanasco Just remember to adjust your `~/.opmrc` file to point to your local opm server during testing.

@jvanasco You'll also need to remember invoking `util/opm-pkg-indexer.pl` yourself after `opm upload`.

Another way to tackle this is to add support for "developer releases" by differentiating such releases via special version number suffixes like "_1" and "_2". By default, users cannot install...

@jvanasco Existing `opm get` hits the package server via HTTP or HTTPS. I don't want to add an artificial code path for `opm dist-install` which is not really realistic for...