On 27/03/2024 4:30 pm, Edwin Török wrote: > Do not rely on the string values of the `Failure` exception, > but use the `_opt` functions instead. > > Signed-off-by: Edwin Török <edwin.to...@cloud.com>
FWIW, Tested-by: Andrew Cooper <andrew.coop...@citrix.com> But I think the subject wants to say "in config.ml" and the commit message gain something like: Fixes warnings such as: File "config.ml", line 102, characters 12-27: 102 | | Failure "int_of_string" -> append (k, "expect int arg") ^^^^^^^^^^^^^^^ Warning 52: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 9.5) I can adjust all on commit. ~Andrew