Some uses of Filename.quote_command for better quoting#9476
Conversation
|
For info, this function can be used only in places where the arguments are individually available, so it it not possible to use it when the command line is made available as a single string (see eg the definition of |
|
What is the advantage of |
I guess they are roughly equivalent, but using
|
|
Thanks, it could be interesting to add (another MR) a simple |
|
It is a design decision that ocamltest does not depend on the Unix library. This could be questioned later, but for the moment |
|
(I had already looked at those Sys.command usages during our discussion of #9465 ) |
Good idea: https://ci.inria.fr/ocaml/job/precheck/361/ |
|
precheck OK, merging. |
The change in
filecompare.mlfixes an actual bug. The rest look potentially problematic.