Hisham Muhammad
Hisham Muhammad
> Could it be because I am using Fish shell? Not unless fish is your `sh`, which is unlikely. But your `sh` may not be bash, and instead be a...
Thank you for the test case! Fixed in the current upstream repository of luacov at keplerproject/luacov
That works differently in Lua 5.1 and 5.2... it's a bit harder to fix without risking to add exclusions that overreach.
Thanks for the feedback. LuaCov won't detect constructs like this as long as we're doing a simple line-per-line scan and not a full-fledged syntax tree analysis. It's easy to create...
If https://github.com/Kong/lua-kong-nginx-module/pull/87 gets merged and the lua-kong-nginx-module is bumped, then the second commit from this branch (e8defcb) can be removed, and extended debug modes will work both statically and dynamically....
> @hishamhm, freaky, what is DEBUG_MAIL is that something that is reserved when using nginx just with mail module, aka mail { } that we don't have? @bungle Yes, so...
Thanks for the report! This should also function as a workaround: ``` if y is string or y is Foo then ```
> Note that DBUS_ARCH_INCDIR is usually in /usr/lib not /usr/include. Oh, I clearly missed it. In any case, the versioned release helps. :) As for the location of include dirs,...
> But what about being able to provide some "default" search locations? Ah, that could work too! I think both this approach and pkgconfig have complementary pros and cons. Perhaps...