[new release] rpclib (6 packages) (10.0.0)#29075
Conversation
CHANGES: * Removed deprecated rpc virtual package * Python3 support * Drop Python2 support * Rpc_genfake: avoid crash on recursive types * Rcplib-async is now OCaml 5.3+ only (the other libraries still support OCaml 4.14)
|
The failure in the windows workflow is due to a failure in a request to fetch an archive from github. Github is being unstable today and returning 503 in many requests (I've had other workdlows failing because of this as well) |
|
FTR, I restarted the failing Windows workflow and now it is passing 👍 I'll let |
|
I see a Looking briefly at https://www.felixcloutier.com/x86/rdtsc and https://en.wikipedia.org/wiki/Time_Stamp_Counter I am wondering how this instruction has been generated on risc64 🤔 |
|
I don't know what kind of action is expected of me |
|
The submitted package fails on riscv64 with a linking error |
|
|
|
I've dug a bit and as hinted above I believe it comes from You know better than me how much |
|
I left a comment upstream for them to investigate |
core_unix's time_stamp_counter is not compatible with this arch yet
jmid
left a comment
There was a problem hiding this comment.
Thanks, this now LGTM!
CI failures are down to
uunffailing to compile with flambda- opam-2.0 failures
- a
menhir.20250912FreeBSDBad file descriptorissue (most probably infrastructure related)
The former two are well-known, and the latter is clearly not an issue with this release.
A library to deal with RPCs in OCaml
CHANGES: