Sebastien Marie
Sebastien Marie
## Context ``` $ odin report Where to find more information and get into contact when you encounter a bug: Website: https://odin-lang.org GitHub: https://github.com/odin-lang/Odin/issues Useful information to add to a...
it should avoid untested commits which break OpenBSD.
Lot of functions (`Join`, `Part`, `Notice`, `Action`, `Privmsg`, `Kick`, ... and `...f` counter-parts) writes `message` verbatim without doing any string sanitization. The RFC1459 stands that a message is: ``` IRC...
The traditionnal way for a package distribution system (think `dpkg` for Debian, or `ports` under OpenBSD) to copte with upgrade of shared libraries is to have libraries with versioned number...
build tested on OpenBSD 7.2-current (with LibreSSL 3.7.1) one possible problem is `SSL_client_version()`. I used `SSL_version()` as alternative: - `SSL` struct is now opaque - `SSL_client_version()` is unavailable but `SSL_client_version()`...
**Describe the bug** while running `ocamlformat`, it complained, and asked for report a bug. **How to Reproduce** Here a minimized example (`test.ml`): ```ocaml (** my comment *) let myfunction a...
I open an issue on libc because it is here the problems will start to show up. Depending the solution or the way to deal with, modifications could occurs in...