UserConfig.write is unsafe
Closed this issue · 1 comments
favonia commented
The module UserConfig
cannot serialize library versions correctly because the underlying OCaml binding of libyaml is serializing the string "1.0"
as the floating point 1.
, "null"
as null
(unquoted), etc. This means users have to manually edit the configuration files.
The bug report to the upstream: avsm/ocaml-yaml#39