search for: 4406,12

Displaying 2 results from an estimated 2 matches for "4406,12".

Did you mean: 406,12
2019 Jul 16
0
[libnbd PATCH 2/2] RFC: generator: Handle shared callbacks in Python
...(n, cbs) -> + n ^ ", " ^ String.concat ", " (List.map (fun cb -> cb.name) cbs), None | Path n -> n, None | SockAddrAndLen (n, _) -> n, None | String n -> n, None @@ -4399,16 +4406,12 @@ and ocaml_arg_to_string = function | OCamlArg (BytesPersistIn _) -> "Buffer.t" | OCamlArg (BytesOut _) -> "bytes" | OCamlArg (BytesPersistOut _) -> "Buffer.t" - | OCamlArg (Callback (_, args)) - | OCamlArg (CallbackPersist (_, args)) -> -...
2019 Jul 16
3
[RFC libnbd PATCH 0/2] Start fixing python nbd.pread_structured_callback
Posting now that I got something to compile (at the expense of breaking OCaml bindings), but I'm open to ideas on how to improve it. Eric Blake (2): generator: Tweak print_c_arg_list to take alternate first arg RFC: generator: Handle shared callbacks in Python generator/generator | 556 ++++++++++++++++++++++---------------------- 1 file changed, 280 insertions(+), 276 deletions(-) --