> But again, aren't we just complicating our lives with this unnecessarily? > Why having two different dependencies doing basically the same when the > current Lua 5.1 works fine?
* There are people who do not use or work on GeanyLua (eg, fix bugs) because it is using an obsolete branch of Lua. * Supporting multiple packages can expose bugs. For instance, #1233 fixes a bug where `--with-lua-pkg=` was previously completely ignored. > I have a macbook with this processor already and I provide macOS binaries of > Geany... if geanylua is added (I've just managed to get it running), will > probably crash when the plugin is enabled (have to try what happens exactly). If GeanyLua crashes on Mac with Lua 5.1, there is no change in plugin availability whether LuaJIT is used or not. If GeanyLua works on Mac with Lua 5.1, but not LuaJIT, it can be built with Lua 5.1 either by autodetection or setting the `--with-lua-pkg` flag (which currently isn't working, but is fixed by #1233). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1133#issuecomment-1454920751 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1133/[email protected]>
