Files
void-packages/srcpkgs/lua-language-server/patches/ppc.patch
q66 be24bac5ac lua-language-server: fix build on ppc* and probably somewhere else
I don't see why this bundles bee.lua three times, but okay (that
is why the fixes are duplicated three times)

In any case, fixes two things:

1) bee.lua implements a custom spinlock (why???) which needs a
   cpu_relax, which was unimplemented on ppc* so fill that in
2) at some point this random test was added, which I do not see
   what it is supposed to accomplish, since Lua does not guarantee
   order of iteration in a table in any way, so technically this
   should fail in most cases (the tests are run on every build,
   why does it not fail on x86?) - the commit message is literally
   just "add a test" in chinese, so it is not particularly helpful
2022-07-24 21:52:59 +02:00

1.7 KiB