Re: [Rpm-maint] [rpm-software-management/rpm] RFE: script plugin API (#1377)

2022-11-30 Thread Panu Matilainen
There are zero plans involving luajit. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/1377#issuecomment-1332165039 You are receiving this because you are subscribed to this thread. Message ID:

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: script plugin API (#1377)

2022-11-30 Thread Michal Suchánek
To be clear: luajit maintenance is not doing well - it was abandoned, forked, then the maintenance of the original resumed but patches from the fork have not been merged back. The JIT works on x86, Arm, and ppc32 but pretty much nothing else. Specifically s390 and ppc64 was implemented at some

Re: [Rpm-maint] [rpm-software-management/rpm] RFE: script plugin API (#1377)

2020-11-15 Thread Demi Marie Obenour
We can vastly expand what can be done from Lua by using LuaJIT and its fantastic FFI. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] RFE: script plugin API (#1377)

2020-09-30 Thread Panu Matilainen
We should add support for Lua script plugin API, loosely modeled around our C API. Not everything can be done from Lua, but then not everything needs to be in C either. This would lower the bar to implementing plugins in the right layer (as opposed to eg dnf) greatly and open up all sorts of