Antonin Décimo

Results 287 comments of Antonin Décimo

I think you need both. The definition of the function is guarded by a macro whose value is the current API level (aka `minSdkVersion`) The macro is set by Clang...

That there's an effort to remove winpthreads in favor of using native Windows APIs, see #13416. Unfortunately it missed the merge window for 5.3. If the proposal is accepted in...

Yes, a private header is the better alternative that I didn't dare to suggest, but has my preference too. I'll push a revision with a new header.

The reported issue has been fixed in [v0.18~preview.130.00+55 (b0dee35)](https://github.com/janestreet/core_unix/commit/ebce389ac68e098f542e34400e114ac992f415af#diff-ed639d1a3aecd5a5d1fd7b028afc5e24fd8c41746fbeeec37b42e708fb3683eb) by moving `#define CAML_INTERNALS` before including any caml headers. Some were included inside `ocaml_utils.h`. > FWIW, one easy way to work...

This is essentially my Dockerfile: ```dockerfile # syntax=docker/dockerfile:1 FROM ubuntu:latest ADD --keep-git-dir ssh://[email protected]:xxxx/repo.git /mnt ``` which I build with Docker on macOS Sequoia 15.5 (Docker version 28.3.0, build 38b7060) ```sh...

Sorry, I still experience my problem, and I can't figure out how to fix it from your messages. I have only the necessary key loaded into the agent.

> Obviously we should inspect the user-agent to tell if the web browser displays the beginning of the title, or the end of the title ;-) Does that really happen...

The problem is this `seq` library that should have been removed with OCaml 4.07, I think: ```Dockerfile # syntax=docker/dockerfile:1 FROM ocaml/opam:ubuntu-25.04-ocaml-4.13 RUN sudo ln -sf /usr/bin/opam-2.4 /usr/bin/opam && opam init...

This issue might have already been fixed by commit https://github.com/mirage/alcotest/commit/219dc8b3341a21982c980a6072e659bbf0e97577. Could you test with the latest main branch?