Romain Slootmaekers

Results 25 comments of Romain Slootmaekers
trafficstars

In case of ordma, the `int` that's inside the `Lwt_unix.file_descr`'s fd field might not even be a valid file descriptor.

https://github.com/ocaml/opam-repository/commit/b610e6dd913b027a4deb6a6faf2973edfee671ba broke our builds.

> Are we talking here about modifying the package contents or the package metadata? The original issue report gives a concrete example of a patch of the contents of the...

compile time detection does not solve the issue for us, as we will always be compiling on a different system than where we deploy...

typically what happens is that we build an executable that ends up in a debian or redhat package. that package gets installed on core-i5, core-i7, amd opteron and other intelloids....

`--disable-modernity` would work.

maybe the dispatch should not be on function level, but on module level.

for us, that interim option is ok.

indeed: at binary level, it's always encoded as a list of things, the smallest possible encoding is an empty list here. In essence, it might be more prudent to compile...

Hi, think I found an issue (might be the same as the potential issue above, or a different one). So can we move forward with this? The alternative is just...