Displaying 2 results from an estimated 2 matches for "e5563c0d".
2023 Aug 22
1
[libnbd PATCH v8 04/10] rust: Make it possible to run examples with a URI
...#39; to set a good example about how
to avoid rare file name expansion interference. I made that change in
place, as well as tweaking ocaml/examples/get_size.ml where you copied
from.
For 1-4,
Reviewed-by: Eric Blake <eblake at redhat.com>
and I've gone ahead and pushed them (55fec56c..e5563c0d), in order to
see the effect on CI.
For the rest of the series, I would like to spend a bit more time
reviewing.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org
2023 Aug 20
1
[libnbd PATCH v8 04/10] rust: Make it possible to run examples with a URI
Previously, the examples fetch-first-sector and get-size in
rust/examples only accepted a unix socket as argument. This commit makes
it possible to provide a URI as well.
---
rust/examples/fetch-first-sector.rs | 15 +++++++++++----
rust/examples/get-size.rs | 20 +++++++++++++++-----
2 files changed, 26 insertions(+), 9 deletions(-)
diff --git a/rust/examples/fetch-first-sector.rs