Laurent Cheylus

Results 59 comments of Laurent Cheylus

@nedpals You imported libbacktrace for Vlang in PR #14277 (May 2020). We would like to update it. Please could you describe the process to create C sources for [`thirdparty/libbacktrace`](https://github.com/vlang/v/tree/master/thirdparty/libbacktrace): -...

I have a patch to fix Rust build on OpenBSD. In `src/linux.rs`: - define `SIOCGIFFLAGS` const (value from `sys/sockio.h` OpenBSD include) - add case `target_os = "openbsd"` for functions `as_netlink_addr`,...

I confirm this bug: when using `include_all_commits=false` (default value), the total commit count for the current year is false.

Hi @IcaroPablo you could try to build lua-language-server version **3.9.0** on OpenBSD. See my WIP port here => https://github.com/jasperla/openbsd-wip/tree/master/devel/lua-language-server

Same error with lua-language-server version 3.10.0 :( Error on OpenBSD current/amd64 when building `luamake` because of `EVFILT_USER` used in `bee.lua` ```shell $ cd lua-language-server-3.10.0/3rd/luamake $ ninja -f compile/ninja/openbsd.ninja notest FAILED:...

@CppCXY Thanks for this info, I will try your LuaLS project based on Rust :+1:

Problem fixed with lua-language-server version 3.14.0 on OpenBSD current/amd64 (kernel GENERIC.MP#663 18/05/2025) => `EVFILT_USER` mandatory to compile `luamake` (see https://github.com/actboy168/luamake/issues/41) is now supported => see https://github.com/openbsd/src/commit/8f25c064c3ea820e7d4347e59ede2a76588208a5 **Build OK for `lua-language-server`...

Same error for me when trying to open a V file in Neovim (v0.11.1) with `v-analyzer` as LSP server on Debian Linux/testing. - V compiler version V 0.4.10 1070378a4693876e685b4805f11c16fd86237e2b -...

> Solved this issue! For those who is having the same problem, try use my fork for a replacement until the PR is merged Rebuild of v-analyzer with your fix...