core_unix
core_unix copied to clipboard
Unix-specific portions of Core
Dear Sir or Madam, I encounted the following issue on FreeBSD 14 with "core_unix": ```bash ld: error: undefined symbol: core_linux_timerfd_create >>> referenced by linux_ext.o:(.text+0x39FD) in archive linux_ext/src/linux_ext.a >>> referenced by...
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...
See https://github.com/janestreet/ocaml_intrinsics/issues/8. @samwgoldman @gretay-js
``` Uncaught exception: (Invalid_argument "Float.iround_nearest_exn: argument (nan) is too small or NaN") Raised at Stdlib.invalid_arg in file "stdlib.ml", line 30, characters 20-45 Called from Base__Float.iround_nearest_exn_64 in file "src/float.ml" (inlined), line...
The definition of msghdr in musl adds pad in the struct. The proposed initialization clean the whole structure (zeroing) without taking care of how many fields in the struct are....
This PR enables to build on platforms which don't have `env` on `/usr/bin`, for example `nix-build` (with [opam2nix](https://github.com/timbertson/opam2nix)) .
There is a clash between the windows path separator and the uses of bash: ``` File "lock_file_blocking/src/dune", line 9, characters 0-96: 9 | (rule 10 | (targets config.h) 11 |...
When running opam install core_unix, it fails to build properly on my Linux computer. Ocaml version: ``` ❯ pacman -Q | rg ocaml ocaml 5.3.0-1 ocaml-compiler-libs 5.3.0-1 ❯ opam --version...
The terminal output below indicates that syscall has been explicitly deprecated: ``` % opam install core_unix The following actions will be performed: === install 1 package ∗ core_unix v0.17.0 Processing...