Mathieu Barbin
Mathieu Barbin
Hello. I have rebased the PR. I wanted to add a note about the addition of the `--assert` flag. After considering @avsm's input, I later imagined a reasonable use case,...
Thanks a lot @kit-ty-kate for the review and for pointing me to the existing comparison operators. I updated as you suggested.
Hi @dra27 and thank you for joining the party! I may have missed the specific proposal you are referring to. To make sure I understand it, in this proposal, the...
@kit-ty-kate I am attempting to rebase this PR and am encountering a build issue, related to vendored opam-0install-cudf lib: How do you update vendored libs in the opam repository? Is...
@dra27 thinking a bit more about the modes, I should add that it didn't even occur to me (until now) that we could design a syntax that makes use of...
> I think cmdliner can just give a list of positional arguments or at least regard one of three as optional - so still having the operator-less version you originally...
> Isn't that possible with 3 Cmdliner.Arg.pos, where the first and third one are given to Cmdliner.Arg.required and the second is given to Cmdliner.Arg.value ? That's what I want to...
Thanks a lot! I was confused a bit by https://github.com/ocaml/opam?tab=readme-ov-file#versioning but I understand now this statement is about the version of the `opam` binary itself, not a statement about the...
Thinking about this a bit @kit-ty-kate, what do you think about adding a quick sanity check opam sub command allowing some validation and comparison of 2 versions, exposing the same...
Thank you for showing how to do it with the OCaml REPL! I opened a PR to add this in the doc (as you saw and already approved, Thank you!)....