Displaying 2 results from an estimated 2 matches for "14454981".
Did you mean:
1.754981
2017 Nov 14
1
Re: [PATCH v12 3/3] New tool: virt-builder-repository
...StringSet.add id set
> + ) set nodes
> + ) StringSet.empty
> + );
> + osinfo_get_short_ids ()
It doesn't really matter for this, but there is a nice way to write a
generic "memoize" higher-order function:
https://stackoverflow.com/questions/14454981/memoization-in-ocaml
(You wouldn't need the recursive variant here)
> +let compress_to file outdir =
> + let outimg = outdir // (Filename.basename file) ^ ".xz" in
Don't need parens around function application.
> + info "Compressing ...%!";
You don't...
2017 Nov 13
6
[PATCH v12 0/3] virt-builder-repository tool
Hi there!
Here is the latest version of the series including Richard's comments.
I also reworked the repository_main.ml code to avoid setting an
empty entry if not found.
Cédric Bosdonnat (3):
builder: change arch type to distinguish guesses
builder: add a template parameter to get_index
New tool: virt-builder-repository
.gitignore | 4 +