RedPRL/bantorra

UserConfig.write is unsafe

Closed this issue · 1 comments

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

Solved by #28 and #30.