Laurent Cheylus

Results 59 comments of Laurent Cheylus

There is no GitHub runner for OpenBSD. The only solution I know is to use the GH action [vmactions/openbsd-vm](https://github.com/vmactions/openbsd-vm) to use it in CI: - run OpenBSD VM with this...

See https://go.dev/doc/modules/publishing to publish your module on https://pkg.go.dev

@Omnikron13 You're right: to fix this issue, `/v4` must be added in module paths. Thanks for your PR. @dlvhdr I don't know if it's possible to update the module version...

With the latest release, the `gh-dash` version is now correctly published on pkg.go.dev => https://pkg.go.dev/github.com/dlvhdr/gh-dash/v4 ```bash $ go list -m github.com/dlvhdr/gh-dash/v4@latest github.com/dlvhdr/gh-dash/v4 v4.3.0 ```

- FreeBSD on x86_64 is supported by Rust as "[Tier 2 with Host Tools](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools)" => rustup and nightly are available to build blink.cmp binaries - OpenBSD is supported as "Tier3"...

Sorry, I didn't find a good solution to use the `GuessIndent` plugin and my config in `ftplugin/` files :(

Errors for tests in `vlib/encoding/utf8/utf8_util_test.v` fixed with PR #23600

Errors for tests in `vlib/builtin/map_test.v` fixed with PR https://github.com/vlang/v/pull/23602

There are some errors with usage of nm: `nm: unknown option -- defined-only` => this option (`-- defined-only` or `-U`) is not avaiable for nm on OpenBSD => see manpage...

Replacing OpenBSD version of `nm`, `objdump` and `objcopy` by GNU ones (installing `binutils` OpenBSD package for these GNU tools), I have **only 4 errors left** (/38): ```bash $ gmake check...