Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: [NEW] devel/lua-language-server
To:
Pavel Korovin <p@tristero.se>
Cc:
ports@openbsd.org
Date:
Sun, 28 Sep 2025 12:07:32 +0100

Download raw body.

Thread
On 2025/09/25 17:17, Pavel Korovin wrote:
> Lua language server,
> https://github.com/LuaLS/lua-language-server
> 
> Looking for comments/OK to import.
> 
> -- 
> With best regards,
> Pavel Korovin


This fails to build on i386 (and presumably other 32-bit archs) -

bee.lua/bee/thread/atomic_sync.cpp:55:19: error: static assertion failed due to requirement 'sizeof((anonymous namespace)::FutexTimespec) == sizeof(timespec)'
55 |     static_assert(sizeof(FutexTimespec) == sizeof(timespec));
   |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bee.lua/bee/thread/atomic_sync.cpp:55:41: note: expression evaluates to '8 == 12'