You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 module
UserConfig
cannot serialize library versions correctly because the underlying OCaml binding of libyaml is serializing the string"1.0"
as the floating point1.
,"null"
asnull
(unquoted), etc. This means users have to manually edit the configuration files.The bug report to the upstream: avsm/ocaml-yaml#39
The text was updated successfully, but these errors were encountered: