Komo

Results 81 comments of Komo

Maybe add `bit` checking along with `bit32` checking in generated file, like this. ```lua local bit32 = bit32; if not bit32 then local p, m = pcall(require, 'bit32'); if p...

I forgot, I also had patch for clang not to throw `-Wincompatible-function-pointer-types`. ```patch --- luvi/deps/lua-openssl/src/ocsp.c 2023-09-21 20:43:36.658538386 +0800 +++ luvi.1/deps/lua-openssl/src/ocsp.c 2023-09-21 20:59:04.998538309 +0800 @@ -121,8 +121,15 @@ BIO *bio =...

> upstream is https://github.com/zhaozg/lua-openssl I'm building luvi from the `v2.14.0` tag, should I update the local submodule to upstream?

`path` field in `LazyPath` is deprecated as of 0.12.0. We can probably fix this by using `std.Build.path` instead.

There should be a Github pages hosted of fengari.io if the community-provided one are all dead.

> Is there a reason for running the workflow on every push? It's already there since I made the workflow to attach artifacts, perhaps I need to restrict on certain...

If you meant why is it need to be attach with APK artifact, see the issue I referenced.

There's no reason to it, other than being faster way to build the APK and test it right in your phone whether. I can restrict it to only attach when...

Then disabling it via commit message could work, such as `noci` or `skipci` at the end of commit message.