Antonin Décimo
Antonin Décimo
https://ocaml.org/api/favicon.ico is ok https://ocaml.org/manual/favicon.ico returns a 404.
setup-ocaml is failing on my new projects with ``` Run ocaml/setup-ocaml@v2 with: ocaml-compiler: 4.05.x opam-pin: true opam-depext: true opam-local-packages: *.opam opam-disable-sandboxing: false dune-cache: false cache-prefix: v1 github-token: *** Retrieve the...
Running the example (commit 1513420d35f3edb6ad2d9e1db0227e3cd9b9b76c) gives: ``` $ dune exec -- example/test.exe -h test.exe: [INFO] Connecting to "/run/user/1000/wayland-1" test.exe: [ERROR] Uncaught exception handling incoming message for wl_shm@5: Exception: Failure("Invalid format...
Recent compilers have introduced the `-Wimplicit-fallthrough` warning against the C switch fallthrough. OCaml already uses the `/* fallthrough */` C comment that GCC 7 and above recognize for some level...
Dear maintainer, This PR updates the build system to depend on Dune 3.16 as it gives many niceties and new warnings. Accordingly, it also fixes the new warnings. I've also...
Follow-up to 9d1dfdcd28ab617f41a962895d5f284fe15b86dc where ocaml-variants were forgotten. See also #21786. This error was triggered while building variants for ocaml 4.09.1 with Apline 3.16 in ocaml-ci, see for instance: . The...
I'm running latest bob.com in a Cygwin shell on Windows, and got this error: ``` Fatal error: exception Sys_error("Mtime_clock: clock_gettime () failed") ```
There's little value to this considering the constructors tables are static, used very locally, but this serves nonetheless as an indication to the programmer that the tables are not to...
AFAICT Merlin doesn't report errors correctly in its C code on Windows. Errors of functions from the Win32 set (such as `WriteFile`, `CreateProcess`) can be retrieved with `GetLastError` and formatted...