Antonin Décimo

Results 287 comments of Antonin Décimo

Sorry, I've investigated a bit more and I've found out that the error isn't linked to running bob in Cygwin or powershell or whatever, but rather to Windows Server. It...

Can't look at this for the next two weeks.

actions/checkout@v4 has been released.

It's not particularly relevant. It just updates the Node version used to run the actions. There's been critics from the community on whether the version bump was needed, but here...

Is that documented in the manual/docs? Should code using Lwt switch to `raise`/`reraise`?

This is great, I've had problems with GNU patch on Windows from Cygwin, which lead me to replace this code ```sh cd ~/opam-repository \ && (git cat-file -e $OPAM_HASH ||...

I have found two packages impacted by this change, and submitted pull-requests. One has already been merged. - [x] https://github.com/ocsigen/lwt/pull/1007 - [ ] https://github.com/janestreet/core_unix/pull/10 Is there anything that could block...

> Antonin Décimo (2024/05/28 03:49 -0700): > Is there anything that could block this PR? > Should we wait for [janestreet/core_unix#10](https://github.com/janestreet/core_unix/pull/10) to be merged, maybe? Seems backwards to have to...

This is a bit orthogonal to this PR, but the macros can be written more elegantly using the `__COUNTER__` macro, which expands to sequential integral values starting from 0; and...