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'

Reply via email to