[tarantool-patches] Re: [PATCH v1 1/1] third_party: fix strings "true"/"false" in yaml

Kirill Yukhin kyukhin at tarantool.org
Thu Jul 19 13:54:34 MSK 2018


Hello,
On 12 июл 15:58, Kirill Shcherbatov wrote:
> Strings containing "true" and "false" were converted
> to a boolean type when serializing. Fixed.
> Example:
> type(yaml.decode(yaml.encode('false'))) == string
> type(yaml.decode(yaml.encode('true'))) == string
> 
> Closes #3476.
> ---
> https://github.com/tarantool/tarantool/compare/kshch/gh-3476-yaml-strings-with-true-and-false
> https://github.com/tarantool/tarantool/issues/3476
I've checked the patch into 1.10 branch.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list